🔧 Installed libsixel for foot image viewing

This commit is contained in:
z3rOR0ne 2024-01-02 20:57:46 -08:00
parent 6958788ead
commit 03e59db412
2 changed files with 10 additions and 0 deletions

View file

@ -103,6 +103,7 @@ alias sqlite-cli="litecli"
alias sq-cli="litecli" # doesn't work with sqlcipher
# alias view="kitty +kitten icat"
alias view="devour sxiv"
alias view-w="img2sixel"
alias csview="csvlook"
alias viewer="feh -F -Z -x"
alias mupdf='devour mupdf -r 204'

View file

@ -175,6 +175,15 @@ wish to capture, and then hit Ctrl+S to save.
Replacing xclip for simple clipboard copying from terminal, you can install
wl-copy and essentially use it for the same.
**VIEWING IMAGES IN FOOT USING LIBSIXEL**
You can indeed view images in the foot terminal, install ligsixel from official
repos. Once installed, you can view these images from foot by typing in:
```
img2sixel image.png
```
**CONCLUSION**
Once all set up, simply switch to a separate tty (ctrl + alt + F<your_choice>).