Skip to content

wenn/vim-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Notes

Manage notes with vim.

Setup

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 "/"

Usage

  • notes open notes prompt
  • notes view|v <name|number> cat a note
  • notes last|l edit last note
  • notes cat|c concatenate all notes

Git Sync

Sync notes between machines with Git.

Create Repo

  1. Create a repo for storing notes with any name on a Git host ( Github or Bitbucket )
  2. Make sure you have ssh key store on the Git host; Using ssh uri
  3. Copy repo's ssh uri, e.g: [email protected]:username/notes-store.git

Enable Note Sync

  1. Update variable NOTES_GIT_URL in $NOTES_ROOT_PATH/.config: ~/.notes/.confg
  2. Run notes-sync

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages