URI: 
       ksh completion provided - notes - a console notes manager using git
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR LICENSE
       ---
   DIR commit ec70c177db133ec5a0d8ccc4bfd7c11ae9334573
   DIR parent 4b542b9c129690d0c0354f61b41bd2ee0edaf9a8
  HTML Author: Solene Rapenne <solene@perso.pw>
       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(-)
       ---
   DIR 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"