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
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,23 +33,23 @@ By default your notes live in ~/notes, but you can change that to anywhere you l
33
33
34
34
### `notes new <note-name>`
35
35
36
-
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.
36
+
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`.
37
37
38
38
### `notes find <part-of-a-note-name>`
39
39
40
-
Searches note filenames and paths for the given string, and returns all the matches.
40
+
Searches note filenames and paths for the given string, and returns all the matches. Shorthand alias also available with `notes f`.
41
41
42
42
### `notes grep <part-of-some-note-content>`
43
43
44
-
Searches all note content for the given string and returns all the matches.
44
+
Searches all note content for the given string and returns all the matches. Shorthand alias also available with `notes g`.
45
45
46
46
### `notes open`
47
47
48
-
Opens your notes folder in your default configured file explorer.
48
+
Opens your notes folder in your default configured file explorer. Shorthand alias also available with `notes o`.
49
49
50
50
### `notes open <note-name>`
51
51
52
-
Opens a given note in your `$EDITOR`. Name can be an absolute path, or a relative path in your notes (.md suffix optional).
52
+
Opens a given note in your `$EDITOR`. Name can be an absolute path, or a relative path in your notes (.md suffix optional). Shorthand alias also available with `notes o`.
53
53
54
54
### `notes grep/find <pattern> | notes open`
55
55
@@ -64,7 +64,6 @@ All the above works. Here's what's coming next:
-[ ] Interactive mode? `notes` could open a scrollable list of notes, open your editor when you pick one, and reappear after you close it.
69
68
-[ ] Tree view.
70
69
-[ ] Easy way to see short notes snippets in find/grep/tree? Could be option (`--snippets`) or by piping to a command (`notes find | notes snippets`). Maybe call it `head`?
0 commit comments