Git + Markdown note taking app. Just fork, clone and note!
- add an alias to
note notewill 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 changesnote viewwill just view the README.md in nano- any changes on remote will note be pulled
- local changes will not be committed
note view pullwill pull the changes before viewing
note editwill open the README.md in default text editornote grep <text>will rungrepwith<text>options on _README.md_note README.md