Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 321 Bytes

gpg-crypt

gpg-crypt is a simple ZSH plugin to encrypt/decrypt files or directories in place.

Usage:

gpg-encrypt FILE/DIRECTORY RECIPIENT

Encrypts a given file or directory into a .tar.gpg file in the current directory.

gpg-decrypt FILE.tar.gpg

Decrypts a given .tar.gpg file to the current directory.