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