$ zk list -m $TITLE_QUERY # -m, --match=$TITLE_QUERY,... Terms to search for in the notes.
To include note contents in our search, we'll need to perform our search in interactive mode using junegunn/fzf. fzf is a general-purpose command-line fuzzy finder.
$ zk list -i # -i, --interactive Select notes interactively with fzf.