Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vesan/omnifocus-pivotaltracker
Plugin for omnifocus gem to provide Pivotal Tracker BTS synchronization.
https://github.com/vesan/omnifocus-pivotaltracker
Last synced: 8 days ago
JSON representation
Plugin for omnifocus gem to provide Pivotal Tracker BTS synchronization.
- Host: GitHub
- URL: https://github.com/vesan/omnifocus-pivotaltracker
- Owner: vesan
- License: mit
- Created: 2012-05-01T07:20:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T20:42:19.000Z (almost 9 years ago)
- Last Synced: 2024-10-29T00:19:44.004Z (17 days ago)
- Language: Ruby
- Homepage:
- Size: 173 KB
- Stars: 19
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# omnifocus-pivotaltracker
code: https://github.com/vesan/omnifocus-pivotaltracker
Plugin for omnifocus gem to provide Pivotal Tracker BTS synchronization.
Pulls all (not done) stories from "My Work" for the user specified in the
configuration file and creates corresponding tasks to Omnifocus.## Usage
1. Install
$ gem install omnifocus-pivotaltracker
2. Sync
$ of sync
3. (On the first run, configuration file will be generated at
~/.omnifocus-pivotaltracker.yml. Go and fill your account information.)## Multi-account support
You can add multiple accounts to the configuration file by using the YAML array
syntax like:---
-
:token: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
:user_name: muo
-
:token: bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
:user_name: KN## 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