Skip to content

aadiljaleel/note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

note

Git + Markdown note taking app. Just fork, clone and note!

  • add an alias to note
  • note will open / create README.md and view it in nano
    • changes will automatically be committed (with date string) and pushed
  • note append "<text>" will append <text> to end of README.md and push changes
  • note view will just view the README.md in nano
    • any changes on remote will note be pulled
    • local changes will not be committed
    • note view pull will pull the changes before viewing
  • note edit will open the README.md in default text editor
  • note grep <text> will run grep with <text> options on _README.md_note README.md

That's all folks!

About

Git + Markdown note taking app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages