Topic: post your Thunar custom actions
SabreWolfy started ranting about Thunar, and that got some of us talking about custom actions, and that made rhowaldt suggest a thread where people could post their custom actions, and that made dubois convince me to start the thread...
So have you got a cool custom action for Thunar that you can share with the rest of us? I'll start with some simple actions, one suggested by cchhrriiss1212 to display the amount of disk space used by the selected files/folders:
du -h -c %N | grep total | zenity --text-infoand I tweaked it a little to show more details
du -chs %N | zenity --text-infoand I wrote another one to create a backup file in the working folder
cp --backup=t %f %f.backup(more details in the original thread)
I'm sure other people have others, please share!