Skip to content

Instantly share code, notes, and snippets.

@slmingol
Forked from acobaugh/git-crypt-list-keys.sh
Created June 5, 2019 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slmingol/5cff8cdfab2f73b662742db56a8d996f to your computer and use it in GitHub Desktop.
Save slmingol/5cff8cdfab2f73b662742db56a8d996f to your computer and use it in GitHub Desktop.
List git-crypt gpg keys
for key in .git-crypt/keys/default/0/* ; do gpg -k $(echo $(basename $key) | sed -e 's/.gpg//') ; done ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment