terminal
open terminal
1677354678427435-1
if [ -d %f ]; then kitty --working-directory %f; else kitty --working-directory %d; fi;
*
*
visual-studio-code
open in code
1641140666282263-2
codium %f
*
application-x-zip
compress (zip)
1641267353517246-1
zip -r %f".zip" %N
*
application-x-zip
extract (rar)
1641138887847394-1
unrar x %f
*.rar
application-x-zip
extract (tar)
1641011389293648-1
tar xf %f .
*.gz;*.bz2;*.xz
application-x-zip
extract (zip)
1641011493853378-2
unzip %f
*.zip
application-x-zip
extract (7z)
1641407103738358-1
7za x %f
*.7z
convert (jpg -> png)
1641052497775706-1
convert %f %f.png
*.jpg;*.jpeg
convert (png -> jpg)
1641056857235649-1
convert %f %f.jpg
*.png
convert (mp4 -> gif)
1641052540266007-2
convert -delay 33,1000 %f %f".gif"
*.mp4
reduce resolution (20%)
1641052619812375-3
convert %n -resize 80%% "resized_"%n
*
application-x-shellscript
execute script (sh)
1641341379778864-1
./%n
*.sh
marktext
open marktext here
1677467359404911-1
marktext %f
*
*
paperclip
copy abs path
1693572051425633-1
sh -c "echo '%f' | tr -d '\n' | xclip -selection clipboard"
copy absolute path
*
*