Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Sep 30, 2024
1 parent 449aec8 commit c6fb9cc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c6fb9cc

Please sign in to comment.