Major work done for vns v1.2

This commit is contained in:
Jon Lewis
2019-09-17 22:35:05 -05:00
parent 6077825431
commit 90cb8d02bf
4 changed files with 138 additions and 99 deletions

View File

@@ -15,16 +15,21 @@ but instead could use the tools already provided by the operating system.
==================
usage: vns [-cedlp] <notebook/section/name>
vns [-hi]
vns git ...
vns -I
vns -h
vns vns_git ...
-c : Create note
-d : Delete note(s)
-e : Open note for editing
-h : Display this message
-i : import file as note
-I : Initialize note store
-l : List all notes in <notebook>
-m : Merge two or more notes
-p : Print note to console
-r : Rename/move a note
-c | --create : Create note
-d | --delete : Delete note
-e | --edit : Open note for editing
-h | --help : Display this message
-i | --init : Initialize note store"
-l | --list : List all notes in <notebook>
-p | --print : Print note to console
## Installing
### Dependencies