From c6fb9cc947a4791811bbf6758dbcc118f9ddd379 Mon Sep 17 00:00:00 2001 From: fjebaker Date: Mon, 30 Sep 2024 09:54:41 +0100 Subject: [PATCH] chore: update readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 885abfa..3c1f880 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,11 @@ nkt init # log to a journal nkt log "this is my first diary entry" -# edit a note -nkt edit books.reading-list +# create a new note +nkt edit books.reading-list --new + +# edit an existing note +nkt edit films.watch-list # search all notes with a fuzzy finder nkt find @@ -46,7 +49,7 @@ nkt task "learn more about that thing" --due monday # list your tasks nkt ls todo -# list your notes +# list your notes in the `notes` directory nkt ls notes # create a tag