cytopia/thunar-custom-actions

thunar-gpg-encrypt.sh encrypting folders [feature request]

tristan-k opened this issue · 1 comments

Right know it's only possible to encrypt single files. For convenience it would be nice to check if the selected file is a folder and if so wrap it inside a archive. Something like ...

$ tar -c foldername | gpg2 -e > folder.tar.gpg

Implemented for encrypt and decrypt.