Manage notes with vim.
bash <(curl -s -m 10 https://raw.githubusercontent.com/wenn/vim-notes/master/install.bash)
Avoid using relative or "/" home operator in paths. Instead use $HOME instead of "/"
notes
open notes promptnotes view|v <name|number>
cat a notenotes last|l
edit last notenotes cat|c
concatenate all notes
Sync notes between machines with Git.
- Create a repo for storing notes with any name on a Git host ( Github or Bitbucket )
- Make sure you have ssh key store on the Git host; Using ssh uri
- Copy repo's ssh uri, e.g: [email protected]:username/notes-store.git
- Update variable NOTES_GIT_URL in $NOTES_ROOT_PATH/.config: ~/.notes/.confg
- Run
notes-sync