To answer my own question:

gpg -r 'keyname' --encrypt-files *.*

It will encrypt all the files in the specified folder with the public key you choose. If you have multiple files and wish to encrypt each one with a different key, just do:

gpg --encrypt-files *.*

you will be asked for each key for each file.

Reply via email to