A synchronization tool for GFM (GitHub Flavored Markdown) files and Evernote.
- Ruby
$ gem install synclenote
Create configuration directory:
$ synclenote init
Open "~/.synclenote/config" by your favorite text editor and edit "TODO:" section.
Sync your GFM files and Evernote:
$ synclenote sync
- Fork it ( https://github.com/nishidayuya/synclenote/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request