2024-09-21 13:29:30 +05:00

25 lines
408 B
Plaintext

set forcekittyanim
priority cat
preview audio audio/* {{
/usr/bin/vendor_perl/exiftool -- "$f"
}}
preview lua application/javascript {{
if exists bat; then
batcmd=bat
elif exists batcat; then
batcmd=batcat
else
exit 127
fi
"$batcmd" \
--color always \
--style plain \
--paging never \
--terminal-width "$w" \
--wrap character \
-- "$f"
}}