a script that helps GPG users to use authentication keys for ssh connections and signing keys for signing commits
BACKUP your ~/.gnugp folder before using this script
(currently MacOS only)
# SUB_KEY_FOLDER will be used to import *.asc keys
# ommit it if you already have keys set up or if you dont't have one
./gpg.zsh [SUB_KEY_FOLDER]
"Homebrew": "^2.2.2",
"GnuPG": "^2.2.19",
- add an installation step
- use a more secure file written method
- add support for various kinds of distributions of linux
- ...