Skip to content

functions just like cat, except it encrypts/decrypts them

Notifications You must be signed in to change notification settings

alekratz/gpgcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

gpgcat

This is me trying to make a cat-like GPG thing. It mostly handles the for loops needed to do something like this, it's not expected to be so crazy to use.

I recommend you have a key agent enabled, so you aren't asked a million times in a row to enter your key if you are decrypting something.

Installing

for the lazy bash users

curl https://raw.githubusercontent.com/alekratz/gpgcat/master/gpgcat.sh | grep '^[^#]' >> ~/.bashrc

for the lazy zsh users

curl https://raw.githubusercontent.com/alekratz/gpgcat/master/gpgcat.sh | grep '^[^#]' >> ~/.zshrc

Don't forget to go in and change "YOUR_KEY_ID" to your key ID.

License

BSD 3-clause license

About

functions just like cat, except it encrypts/decrypts them

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages