You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opens your `$EDITOR` of choice for a new note, with the given name. The name can include slashes, if you want to put your note in a subfolder. Shorthand alias also available with `notes n`.
53
53
54
-
### `notes ls <directory-pattern>`
55
-
56
-
Lists notes and subdirectories non-recursively.
57
-
58
54
### `notes find <part-of-a-note-name>`
59
55
60
-
Searches note filenames and paths for the given string, and returns all the matches. Shorthand alias also available with `notes f`.
56
+
Searches note filenames and paths for the given string, and returns every single match. If no pattern is specified, this returns every single note. Shorthand alias also available with `notes f`.
61
57
62
58
### `notes grep <part-of-some-note-content>`
63
59
64
60
Searches all note content for the given string and returns all the matches. Shorthand alias also available with `notes g`.
65
61
62
+
### `notes ls <directory>`
63
+
64
+
Lists note names and note directories at a single level. Lists all top level notes and directories if no path is provided, or the top-level contents of a directory if one is provided.
65
+
66
66
### `notes open`
67
67
68
68
Opens your notes folder in your default configured file explorer. Shorthand alias also available with `notes o`.
0 commit comments