@@ -349,32 +349,31 @@ SYSTEM:
349349
350350 notes init initialise notes system
351351 notes config display config file
352- notes newkey change GPG key
352+ notes newkey email change GPG key
353353 notes help show help
354354 notes version show version
355- notes show|ls|list list notes in current notebook
356- notes newkey email change GPG key
357355
358356NOTES MANAGEMENT:
359357
360- notes find|search find notes [YET TO BE IMPLEMENTED]
361- notes insert|add note_title add a note
362- notes view|cat note_title view a note
363- notes import file-path import a text file as a note
364- notes rename|mv note_title rename a note (will prompt for new name)
365- notes copy|cp note_title copy a note (will prompt for new name)
366- notes delete|rm note_title delete a note
367- notes edit|ed note_title edit a note in default editor
358+ notes find|search find note
359+ notes show|ls|list list notes in current notebook
360+ notes insert|add note_title add a note
361+ notes view|cat note_title view a note
362+ notes import file-path import a text file as a note
363+ notes rename|mv note_title rename a note (will prompt for new name)
364+ notes copy|cp note_title copy a note (will prompt for new name)
365+ notes delete|remove|rm note_title delete a note
366+ notes edit|ed note_title edit a note in default editor
368367
369368NOTEBOOK MANAGEMENT:
370369
371- notebook list|ls list notebooks
372- notebook default notebook change default notebook
373- notebook use notebook use a notebook (no notebook: use default)
374- notebook add|insert notebook add a notebook
375- notebook rename|mv notebook rename a notebook (will prompt for new name)
376- notebook copy|cp notebook copy a notebook (will prompt for new name)
377- notebook delete|rm notebook delete a notebook
370+ notebook list|ls|show list notebooks
371+ notebook default notebook change default notebook
372+ notebook use [ notebook] use a notebook (no notebook: use default)
373+ notebook add|insert notebook add a notebook
374+ notebook rename|mv notebook rename a notebook (will prompt for new name)
375+ notebook copy|cp notebook copy a notebook (will prompt for new name)
376+ notebook delete|remove| rm notebook delete a notebook
378377
379378ENDHELP
380379}
0 commit comments