mirror of
https://github.com/wellsjo/notable.git
synced 2026-06-19 00:11:12 -06:00
Leave notes for yourself in the terminal
- JavaScript 100%
| LICENSE | ||
| notable.js | ||
| package.json | ||
| README.md | ||
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