Skip to content

Instantly share code, notes, and snippets.

@pinheadmz
Created May 8, 2020 12:34
Show Gist options
  • Save pinheadmz/0560324cdd47261971efa0dcca5e8787 to your computer and use it in GitHub Desktop.
Save pinheadmz/0560324cdd47261971efa0dcca5e8787 to your computer and use it in GitHub Desktop.
ack(){
echo ACK `git rev-parse head`
echo \<details\>\<summary\>Show Signature\<\/summary\>
echo -e '\n```'
echo ACK `git rev-parse head` | gpg -s -q -a --clearsign
echo -e '```\n'
echo "pinheadmz's public key is [on keybase](https://keybase.io/pinheadmz/pgp_keys.asc?fingerprint=e61773cd6e01040e2f1bd78ce7e2984b6289c93a)"
echo \<\/details\>
}
@pinheadmz
Copy link
Author

also cool:
(on OSX)

$ ack | pbcopy

pipes output to clipboard to easily paste into github comment :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment