Skip to content

Commit 301305c

Browse files
committed
Update readme notes for ls
1 parent fb1b621 commit 301305c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ curl https://cdn.rawgit.com/pimterry/notes/v0.1.1/notes.bash_completion > /usr/s
5151

5252
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`.
5353

54-
### `notes ls <directory-pattern>`
55-
56-
Lists notes and subdirectories non-recursively.
57-
5854
### `notes find <part-of-a-note-name>`
5955

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`.
6157

6258
### `notes grep <part-of-some-note-content>`
6359

6460
Searches all note content for the given string and returns all the matches. Shorthand alias also available with `notes g`.
6561

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+
6666
### `notes open`
6767

6868
Opens your notes folder in your default configured file explorer. Shorthand alias also available with `notes o`.

0 commit comments

Comments
 (0)