Synclenote

A synchronization tool for GFM (GitHub Flavored Markdown) files and Evernote.

License X11 Build Status

Requirements

  • Ruby

Installation

$ gem install synclenote

Usage

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

Contributing

  1. Fork it ( https://github.com/nishidayuya/synclenote/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request