ksh completion provided - notes - a console notes manager using git | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit ec70c177db133ec5a0d8ccc4bfd7c11ae9334573 | |
parent 4b542b9c129690d0c0354f61b41bd2ee0edaf9a8 | |
Author: Solene Rapenne <[email protected]> | |
Date: Fri, 13 Jul 2018 20:10:44 +0200 | |
ksh completion provided | |
Diffstat: | |
A completions/ksh_completion | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/completions/ksh_completion b/completions/ksh_completion | |
@@ -0,0 +1,3 @@ | |
+FILES=$(notes _files) | |
+set -A complete_notes_1 -- ls edit history help init cat rm last "$FILES" | |
+set -A complete_notes_2 -- "$FILES" |