From 03e59db412a353b2261d3dfa75ca1c049dcf9a77 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 2 Jan 2024 20:57:46 -0800 Subject: [PATCH] :wrench: Installed libsixel for foot image viewing --- aliases | 1 + wayland_with_nvidia.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/aliases b/aliases index 010ca09a..e4e1a38f 100644 --- a/aliases +++ b/aliases @@ -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' diff --git a/wayland_with_nvidia.md b/wayland_with_nvidia.md index 7fea28ce..8f3cf818 100644 --- a/wayland_with_nvidia.md +++ b/wayland_with_nvidia.md @@ -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).