Replies: 1 comment 1 reply
-
There is currently an undocumented |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to search every note in a notebook, including any sub-folders in the same notebook by title?
For example, if my notes are:
nb ls cherry
will not return[folder/3]
.! Not found: cherry
nb q cherry -l
will include [folder/3] but will also include other notes if they contain the text "cherry" inside.I was doing
nb q cherry -l | grep -i cherry
but was hoping to find a better solution.Beta Was this translation helpful? Give feedback.
All reactions