An open API service indexing awesome lists of open source software.

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.

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