File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,15 @@ usage() {
85
85
notes is a command line note taking tool.
86
86
87
87
Usage:
88
- notes new <name> # Create a new note
89
- notes find [pattern] # Search notes by filename and path
90
- notes grep <pattern> # Search notes by content
91
- notes open # Open your notes directory
92
- notes open <name> # Open a note for editing by full name
93
- echo <name> | notes open # Open all note filenames piped in
94
- notes --help # Print this usage information
88
+ notes new|n <name> # Create a new note
89
+ notes find|f [pattern] # Search notes by filename and path
90
+ notes grep|g <pattern> # Search notes by content
91
+ notes open|o # Open your notes directory
92
+ notes open|o <name> # Open a note for editing by full name
93
+ echo <name> | notes open|o # Open all note filenames piped in
94
+ notes --help # Print this usage information
95
+
96
+ 'command|c' means you can use 'command' or the equivalent shorthand alias 'c'
95
97
96
98
Your notes directory is $notes_dir . You can
97
99
override this by setting \$ NOTES_DIRECTORY to your preferred path.
You can’t perform that action at this time.
0 commit comments