From 5893174d59d8e2fd3fdef87d3ed0440c1f9b1807 Mon Sep 17 00:00:00 2001 From: Volodymyr Patuta <6977238-fiplox@users.noreply.gitlab.com> Date: Sun, 29 Nov 2020 18:02:10 +0100 Subject: [PATCH] check --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 252090e..fc933f8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Example: - [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) +- [x] 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` - [x] Search a note by header - [x] Search a note by word (kinda grep)