code: https://github.com/vesan/omnifocus-trello
Plugin for omnifocus gem to provide Trello BTS synchronization.
Pulls all cards assigned to a user and creates corresponding tasks to OmniFocus. Cards in lists having completed cards are marked as done. The user whose tasks are synced and the lists that are considered as having completed cards are configurable using the config file.
-
Install
$ gem install omnifocus-trello
-
Sync
$ of sync
-
(On the first run, configuration file will be generated at ~/.omnifocus-trello.yml. Follow to instructions to get a token.)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request