https://github.com/jasonjmcghee/evernotegitcommitlog
Uses evernote api to create notes based on your git commits.
https://github.com/jasonjmcghee/evernotegitcommitlog
Last synced: 4 months ago
JSON representation
Uses evernote api to create notes based on your git commits.
- Host: GitHub
- URL: https://github.com/jasonjmcghee/evernotegitcommitlog
- Owner: jasonjmcghee
- Created: 2013-08-22T10:31:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-22T10:35:45.000Z (almost 12 years ago)
- Last Synced: 2025-01-11T17:21:31.879Z (5 months ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simply copy evercommit and evernoteCommit.py to /usr/bin/
and use it in place of "git commit -m ..."Usage:
$ git add README.md
$ evercommit 'initial commit'
...
...
...
$ git add README.md
$ evercommit 'finished writing examples of evernote auto note creator based on commits'
...
$ git push origin master