- Open in Terminal: exo-open --working-directory %f --launch TerminalEmulator (folders only)
- Search: catfish --path=%f (folders only)
- Create a symlink: ln -s %n '%n (symlink)'
- Create a symlink with path: ln -s %f '%n (symlink)'
- Copy to: cp %F "`yad --file --directory --height=500 --width=800 --title=Copy\ to...`" (requires 'yad' package)
- Move to: mv %F "`yad --file --directory --height=500 --width=800 --title=Move\ to...`"
- Open as root: pkexec thunar %f (folders only)
- Edit as root: pkexec mousepad %f (text and other files only)
- Image preview: display -resize 512x512 %f (images only, it uses imagemagick)
- Hash funcions for the Thunar Custom Actions ↪
More:
https://docs.xfce.org/xfce/thunar/custom-actions
https://wiki.archlinux.org/index.php/Thunar#Custom_actions