Note manager
Go to file
Volodymyr Patuta f7af4367cf cargo init 2020-11-26 13:49:42 +01:00
src cargo init 2020-11-26 13:49:42 +01:00
.gitignore cargo init 2020-11-26 13:49:42 +01:00
Cargo.toml cargo init 2020-11-26 13:49:42 +01:00
LICENSE Add LICENSE 2020-11-24 19:14:28 +01:00
README.md Update README.md 2020-11-24 19:19:25 +01:00

README.md

DISCLAIMER

IT IS NOT A FINAL PROJECT IDEA. PREJECT CAN BE CHANGED COMPLETELY. SOOOOORRRYYYY

rnote

license

A minimal note taking cli tool.

Description

rnote creates files in a date-named directories with a name of a header of the note.

Example :

.rnote/
├── 2020-03-20
│   └── Lockdown
└── 2020-10-20
    └── New Lockdown

TODO

  • Create a note
  • Delete a note
  • Show all notes
  • Show all notes from DATE
  • Search a note by header
  • Search a note by word
  • Export a note to .md format