A command-line tool to access your NoteServe notes
python -m pip install -r requirements.txt
List all notes in server
nscli.py -l
nscli.py --list
Create a new note
nscli.py -c NAMEOFNOTE
nscli.py --create NAMEOFNOTE
Edit a existing note
nscli.py -e NAMEOFNOTE
nscli.py --edit NAMEOFNOTE
Prints the note to stdout
nscli.py -p NAMEOFNOTE
nscli.py --peak NAMEOFNOTE
Deletes a note
nscli.py -d NAMEOFNOTE
nscli.py --delete NAMEOFNOTE