0.1.0 • Published 5 years ago

bullet-journal v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago
Commands:
  bullet <category> <entry..>     Bullets are visually categorized short-form
                                  sentences                            [default]
  bullet view <category>          Review your journal
  bullet repl                     Enter a Node REPL inside your journal

Positionals:
  category  where to file this entry          [choices: "note", "task", "event"]
  entry     a short-form sentence

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]

Examples:
  bullet note what do pigs dream about?  create a note
  bullet task get sushi                  create a task
  bullet event party like it's 1995      create an event
  bullet view notes --days 3             view the last 3 days of notes
  bullet view notes --start 2019-10-08   view notes since October 10th 2019