Leave notes for yourself in the terminal
  • JavaScript 100%
Find a file
Wells Johnston 9600c8198f bump v 0.2.0
2015-12-12 02:01:59 -05:00
LICENSE first commit 2015-12-09 23:42:09 -05:00
notable.js fixed notable directory 2015-12-12 02:01:38 -05:00
package.json bump v 0.2.0 2015-12-12 02:01:59 -05:00
README.md Update README.md 2015-12-12 01:42:45 -05:00

notable

Leave notes for yourself in the terminal!

no <message> associates message with the directory you're in, so when you come back to the directory, you can read it again by typing no. To clear the message associated with that directory, type no clear. To clear everything, type no clear all.

Example

>no hello world!
note saved

>no
Sat, Dec 12 2015 01:34:32
hello world!

>no clear
note removed

>no
nothing here

Install

npm install notable -g

License

MIT