- lf_kitty_clean/preview

This commit is contained in:
committer@tuxwarrior
2026-02-27 20:42:55 -05:00
parent e239446f2a
commit e329f087f0
2 changed files with 0 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
#!/usr/bin/env bash
exec kitten icat --clear

View File

@@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -eu
[[ "$(file -Lb --mime-type "$1")" =~ ^image ]] || exit 1
exec kitty +kitten icat --silent --transfer-mode file --place "${2}x${3}@${4}x${5}" "$1"