Skip to content

Instantly share code, notes, and snippets.

@kitchen
Created July 1, 2014 20:00
Show Gist options
  • Save kitchen/88459f999af938ab4529 to your computer and use it in GitHub Desktop.
Save kitchen/88459f999af938ab4529 to your computer and use it in GitHub Desktop.
one liner to find all of your key's signers on keybase
KEY=6300cc3d
gpg --list-sigs $KEY | grep sig | perl -pe 's/^sig.*?([0-9A-F]{8}).*/$1/' | sort -u | xargs -n 1 keybase search
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment