Skip to content

Instantly share code, notes, and snippets.

@acobaugh
Created September 29, 2017 15:23
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save acobaugh/8866aff684f94fe097f4985ab617405c to your computer and use it in GitHub Desktop.
Save acobaugh/8866aff684f94fe097f4985ab617405c 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