We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ceb2bc commit a2bd50cCopy full SHA for a2bd50c
_notes
@@ -62,9 +62,9 @@ _notes ()
62
_alternative 'sub-commands:files:__notes_cmd' && _ret=0
63
elif (($CURRENT == 3)); then
64
case $words[2] in
65
- open|rm|new)
+ open|o|rm)
66
_path_files -W "${note_dir}" && _ret=0;;
67
- ls)
+ new|n|ls)
68
_path_files -W "${note_dir}" -/ && _ret=0;;
69
esac
70
fi
notes
@@ -1,8 +1,8 @@
1
#!/usr/bin/env bash
2
3
QUICKNOTE_FORMAT="quicknote-%Y-%m-%d"
4
-PREFERED_EXT=.md
5
-GREP_COLOR=always
+PREFERED_EXT=".md"
+GREP_COLOR="always"
6
7
# Look for configuration file at ~/.config/notes/config and use it
8
if [ -f ~/.config/notes/config ]; then
0 commit comments