This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Image Backends
Dylan Araps edited this page Jan 22, 2017
·
8 revisions
Neofetch 3.0 included a rewrite of how we handles different modes (image, ascii and etc) which allowed us to add 3 additional image backends to Neofetch. Neofetch now supports displaying images using catimg, libcaca and jp2a.
Note: The screenshot for iterm2, tycat and w3m is the same since the output in these backends is identical. I also can't get a screenshot of iterm2 since I don't have a macOS machine.
# Usage: neofetch --ascii
# neofetch --ascii /path/to/ascii# Usage: neofetch --caca
# neofetch --caca /path/to/img
# neofetch --caca /path/to/dir/# Usage: neofetch --catimg
# neofetch --catimg /path/to/img
# neofetch --catimg /path/to/dir/# Usage: neofetch --iterm2
# neofetch --iterm2 /path/to/img
# neofetch --iterm2 /path/to/dir/# Usage: neofetch --jp2a
# neofetch --jp2a /path/to/img
# neofetch --jp2a /path/to/dir/# Usage: neofetch --tycat
# neofetch --tycat /path/to/img
# neofetch --tycat /path/to/dir/# Usage: neofetch --tycat
# neofetch --tycat /path/to/img
# neofetch --tycat /path/to/dir/# Usage: neofetch --off




