0.2.1 • Published 7 years ago

privnote-cli v0.2.1

Weekly downloads
52
License
MIT
Repository
github
Last release
7 years ago

privnote-cli Build Status

the power of privnote.com in your terminal

privnote.com: Send notes that will self-destruct after being read.

Privnote allows you to create one-time-pad encrypted, burn-after-reading notes over the internet. It's a great way to share passwords or other sensitive peices of information. But, you have to use a web browser! Or, should I say, had to.

Installation

npm install -g privnote-cli
# don't forget to `nodenv rehash` if you're using nodenv

Usage

You bring the plaintext; privnote will print the link to stdout and the clipboard.

Type directly into stdin a la gpg. (Recommended)

$ privnote
bob,
the narwhal bacons at midnight.
-- alice
^D
https://privnote.com/n/abcdefghijklmnop/#qrstuvwxyz123456

Pipe the output of a command to privnote.

Be sure to clear your shell history ($HISTFILE) if you included secrets in your command.

$ ruby -e 'require "securerandom"; print "#{SecureRandom.urlsafe_base64(12)}\n";' | privnote
https://privnote.com/n/abcdefghijklmnop/#qrstuvwxyz123456

Privnote files directly via input redirection.

$ privnote < secrets.txt
https://privnote.com/n/abcdefghijklmnop/#qrstuvwxyz123456

Release History

  • v0.2.1 - Fix yarn installation (h/t @deecewan)
  • v0.2.0 - Default to "no-ask" mode & provide --ask flag, upgrade to Privnote Ver. 1.1-24-gffcdb2d
  • v0.1.0 - more recent node, remove trailing space, specify license
  • v0.0.12 - Fixed compatibility with Privnote Ver. 1.0-41-g038c13a
Releasing
echo "doh! i forgot the releasing section" >> README.md
git add --all
git commit -m"added the releasing section, bc i'm forgetful."
npm version patch
git push origin master
npm publish
0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

8 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago