25 lines
408 B
Plaintext
Raw Permalink Normal View History

2024-04-23 07:34:15 +05:00
set forcekittyanim
2024-09-21 13:29:30 +05:00
priority cat
2024-04-23 07:34:15 +05:00
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"
}}