thunar-gpg-encrypt.sh encrypting folders [feature request]
tristan-k opened this issue · 1 comments
tristan-k commented
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
cytopia commented
Implemented for encrypt and decrypt.