This commit is contained in:
committer@tuxwarrior
2026-02-27 18:02:16 -05:00
parent e2578c7ed7
commit e5d0680b1f

View File

@@ -3,8 +3,8 @@ file="$1"
case "$file" in
*.png|*.jpg|*.jpeg|*.gif|*.bmp|*.tiff|*.webp)
# 260227: img2sixel is (currently) not supported by kitty
# img2sixel -w "$(tput cols)" "$file"
kitty +kitten icat "$file"
img2sixel -w "$(tput cols)" "$file"
#kitty +kitten icat "$file"
;;
*)
echo "Unsupported image format"