Update README.md

This commit is contained in:
Volodymyr Patuta 2020-11-27 22:21:23 +01:00
parent 752ba0e56b
commit 6b6ff1500b
1 changed files with 4 additions and 4 deletions

View File

@ -24,10 +24,10 @@ Example:
## TODO ## TODO
- [ ] Create a note - [x] Create a note
- [ ] Delete a note - [x] Delete a note
- [ ] Modify a note - [x] Modify a note
- [ ] Show all notes in a scrollable TextView in a raw terminal with [termimad](https://crates.io/crates/termimad) - [ ] 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` - [ ] Show all notes from `DATE` or `Category`
- [ ] Search a note by header - [x] Search a note by header
- [ ] Search a note by word (kinda grep) - [ ] Search a note by word (kinda grep)