1.1.0 • Published 4 years ago

@jdstaerk/notes v1.1.0

Weekly downloads
6
License
ISC
Repository
github
Last release
4 years ago

Notes

An easy to use tool to have notes on a daily basis. Use npm install @jdstaerk/notes -g and add a note by executing notes --add "My first note" in a command line of your choice.

Usage

  -a, --add <note> <...>   Add a new note to today's notes.
  -t, --today          Display your notes for today.
  -s, --show           Display your notes for the latest n days/entries.
  -r, --remove         Remove the entry of today specified by the number that you'll have to provide to this command.
  -h, --help           Print this usage guide.