Skip to content

Instantly share code, notes, and snippets.

@gene1wood
Created September 23, 2014 21:35
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gene1wood/28afb3ade93f74a3849e to your computer and use it in GitHub Desktop.
Save gene1wood/28afb3ade93f74a3849e to your computer and use it in GitHub Desktop.
command to decrypt GPG data from your clipboard and replace your clipboard with the decrypted contents
xsel | gpg --decrypt | xsel --clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment