Quick Notes from the terminal, anywhere.
Run the following:
git clone https://github.com/nchelluri/notes.git ~/bin/notes
mkdir ~/.notesThen add:
source ~/bin/notes/notesto ~/.profile or ~/.bash_profile.
Now you should be able to use Notes, like so:
notes # to list all notes
new-note asdf # to create a note named asdf
note as<TAB> # to view the note named asdf
edit-note asdf # to edit the note named asdf
archive-note asdf # to move the note named asdf to $NOTES_DIR/.archive