rnote/README.md

928 B

rnote

license

A minimal note taking cli tool.

Description

rnote creates Markdown text files (with permissions set to 600) in a date-named or category-named directories (with permissions set to 700) with a name of a header of the note.

Example:

.rnote/
├── 2020-03-20
│   └── Lockdown.md
├── 2020-10-20
│   └── New Lockdown.md
└── shop
    └── to buy.md

TODO

  • Create a note
  • Delete a note
  • Modify a note
  • Show all notes in a scrollable TextView in a raw terminal with termimad
  • Show all notes from DATE or Category
  • Search a note by header
  • Search a note by word (kinda grep)
  • List all notes
  • List all notes from a Category
  • Delete all notes (panic)