keybase / node-client

CLI for keybase.io written in/for Node.js
BSD 3-Clause "New" or "Revised" License
300 stars 32 forks source link

Allow piping of sign/encrypt output #194

Closed fouwels closed 9 years ago

fouwels commented 9 years ago

Rather than having to specify a file with -o, or console grabbing the output with all the GPG junk, add an option to only output the resulting PGP block - so it can be piped into another process.

eg. To sign a message copied into clipboard, to paste back into a web client:

keybase sign -m Get-Clipboard --clean | Set-Clipboard
fouwels commented 9 years ago

Wrong section xoxo