From 6b6ff1500b85c71d9e08d8df65d2daf994173eeb Mon Sep 17 00:00:00 2001 From: Volodymyr Patuta <90917-fiplox@users.noreply.framagit.org> Date: Fri, 27 Nov 2020 22:21:23 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd761fc..be6196a 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ Example: ## TODO -- [ ] Create a note -- [ ] Delete a note -- [ ] Modify a note +- [x] Create a note +- [x] Delete 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 from `DATE` or `Category` -- [ ] Search a note by header +- [x] Search a note by header - [ ] Search a note by word (kinda grep)