Page:
Image Backends
Pages
Config File
Custom Ascii art file format
Customizing Info
Dependencies
Frequently Asked Questions
Getting Started
Home
Image Backends
Images in the terminal
Installation
Neofetch vs. Screenfetch
Operating System Support
Shellcheck Exclusions
Terminal and Terminal Font detection
What is Waifu Crop?
8
Image Backends
j-james edited this page 2020-09-30 00:37:30 -07:00
Neofetch 3.0 included a rewrite of how we handle different modes (image
, ascii
and etc) which allowed us to add additional image backends to Neofetch. Neofetch now supports displaying images using catimg
, libcaca
, chafa
, iterm2
, jp2a
, kitty
, pixterm
, pot
, libsixel
, termpix
, tycat
, and w3m
.
Image Backends
Note: The screenshot for iterm2
, tycat
, sixel
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.
Ascii
# Usage: neofetch --ascii
# neofetch --ascii /path/to/ascii
Caca
# Usage: neofetch --caca
# neofetch --caca /path/to/img
# neofetch --caca /path/to/dir/
Catimg
# Usage: neofetch --catimg
# neofetch --catimg /path/to/img
# neofetch --catimg /path/to/dir/
# neofetch --catimg --catimg_size 1/2
# neofetch --catimg /path/to/img --catimg_size 1/2
# neofetch --catimg /path/to/dir --catimg_size 1/2
iTerm2
# Usage: neofetch --iterm2
# neofetch --iterm2 /path/to/img
# neofetch --iterm2 /path/to/dir/
Jp2a
# Usage: neofetch --jp2a
# neofetch --jp2a /path/to/img
# neofetch --jp2a /path/to/dir/
Pixterm
# Usage: neofetch --pixterm
# neofetch --pixterm /path/to/img
# neofetch --pixterm /path/to/dir/
Sixel
# Usage: neofetch --sixel
# neofetch --sixel /path/to/img
# neofetch --sixel /path/to/dir/
Tycat
# Usage: neofetch --tycat
# neofetch --tycat /path/to/img
# neofetch --tycat /path/to/dir/
W3m
# Usage: neofetch --w3m
# neofetch --w3m /path/to/img
# neofetch --w3m /path/to/dir/
Off
# Usage: neofetch --off
- Home
- General
- Info
- Images
- Ascii
- Other