utilities-terminal
Open Terminal Here
open-terminal
alacritty
Example for a custom action
*
meld
Compare
1492232362549799-1
meld %F
*
system-file-manager-root
Open folder as root
1493475601060449-3
pkexec thunar %f
*
checkbox
Check sha1sum
1526633271260079-26
zenity --info --title="Check sha1 for %n" --text="$(sha1sum %f)"
Check sha1sum
*.iso;*.ISO
checkbox
Check sha256sum
1577688162350307-1
zenity --info --title="Check sha256 for %n" --text="$(sha256sum %f)"
Check sha256sum
*.iso;*.ISO
checkbox
Check md5sum
1526736788575383-2
zenity --info --title="Check md5 for %n" --text="$(md5sum %f)"
Check md5sum
*.iso;*.ISO;*.tar.gz;*.TAR.GZ;*.zip;*.ZIP
catfish
Search with catfish
1489089852658523-2
catfish --path=$f$d
*
archive-extract
Extract here
1489091300385082-4
tar xjf %n
*.tar.bz2;*.tbz2
cs-startup-programs
Run
1526630606202525-4
alacritty -e %f
*
system-reboot
Convert png to jpg
1510662686010963-1
convert %f -quality 90 `basename %f .png`.jpg
Convert png to jpg
*.png
system-reboot
Convert webp to jpg
1510662686010963-2
convert %f -quality 90 `basename %f .webp`.jpg
Convert webp to jpg
*.webp
application-x-executable
Make executable
1526670239648084-2
chmod +x %f
Make a file execuble
*
com.deepin.ScreenShot
Set as wallpaper DS
1637670737487118-1
feh --bg-fill --no-xinerama %f
Set as wallpaper using feh dual screen
*
kscreenshot
Set as wallpaper SS
1637670897220972-2
feh --bg-fill %f
Set as wallpaper using feh single screen
*
insert-link-symbolic
Create symlink
1526631663081446-14
ln -s %f "%n"
Softlink between two files or directories
*