0.05
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Plugin for omnifocus gem to provide Trello BTS synchronization.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.2
 Project Readme

omnifocus-trello

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.

Usage

  1. Install

    $ gem install omnifocus-trello

  2. Sync

    $ of sync

  3. (On the first run, configuration file will be generated at ~/.omnifocus-trello.yml. Follow to instructions to get a token.)

Changing the default Folder for trello boards.

By default, the OmniFocus projects created from your trello boards will be stored in a folder called "nerd". To change this, set an environment variable called 'OF_FOLDER'. You can do this by adding the following to your bash_profile or similar:

export OF_FOLDER="My Trello Boards"

Note that this environment variable is used by the omnifocus gem, so will apply to any other gems that rely on that.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request