rnote/README.md

34 lines
869 B
Markdown
Raw Normal View History

2020-11-24 19:19:25 +01:00
# DISCLAIMER
#### IT IS NOT A FINAL PROJECT IDEA. PREJECT CAN BE CHANGED COMPLETELY. SOOOOORRRYYYY
2020-11-24 19:13:52 +01:00
# rnote
[![license](https://img.shields.io/badge/licence-GPLv3-blue)](https://framagit.org/fiplox/rpass/-/blob/main/LICENSE)
A minimal note taking cli tool.
## Description
2020-11-27 14:39:02 +01:00
**rnote** creates `Markdown` text files in a date-named or category directories with a name of a header of the note.
2020-11-24 19:13:52 +01:00
2020-11-27 14:39:02 +01:00
Example:
2020-11-24 19:13:52 +01:00
```
.rnote/
├── 2020-03-20
2020-11-27 14:39:02 +01:00
│   └── Lockdown.md
├── 2020-10-20
│   └── New Lockdown.md
└── shop
└── to buy.md
2020-11-24 19:13:52 +01:00
```
## TODO
- [ ] Create a note
- [ ] Delete a note
2020-11-27 14:39:02 +01:00
- [ ] Modify a note
- [ ] Show all notes in a scrollable TextView in a raw terminal with [termimad](https://crates.io/crates/termimad)
- [ ] Show all notes from `DATE` or `Category`
2020-11-24 19:13:52 +01:00
- [ ] Search a note by header
2020-11-27 14:39:02 +01:00
- [ ] Search a note by word (kinda grep)