Major work done for vns v1.2
This commit is contained in:
23
README.md
23
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user