AutoYADM commit: 2025-02-26 20:30:04

This commit is contained in:
Daniel Fichtinger 2025-02-26 20:30:04 -05:00
parent 63bd4afb06
commit ff6de15e67
15 changed files with 98 additions and 0 deletions

View file

@ -0,0 +1,8 @@
function icat
if test (count $argv) -eq 0
echo "Missing required argument"
return 1
end
set ipath $argv[1]
kitty +kitten icat --align=left $ipath
end