omnifocus-github icon indicating copy to clipboard operation
omnifocus-github copied to clipboard

Node-based CLI tool to sync GitHub issues to Omnifocus

Results 7 omnifocus-github issues
Sort by recently updated
recently updated
newest added

Hi when running `omnifocus-github` my terminal outputs this error: ``` $ omnifocus-github /usr/local/lib/node_modules/omnifocus-github/cli.js:69 throw err; ^ Error: {"message":"Not Found","documentation_url":"https://developer.github.com/v3"} ``` Note: I didn't have a `~/Library/Script Libraries` folder. so I...

As I happen to have some personal projects at GitHub that map to OmniFocus ones it would be useful to be able to sync those. I understand this script is...

Just noticed the issue that TODO depends on has been resolved. See https://github.com/TooTallNate/node-applescript/issues/8 .

If a milestone is attached to an issue and that milestone has a deadline, then that deadline should be applied to the action in Omnifocus.

It should be possible to set up configuration to route issues to the appropriate project based on the repo they are in and labels that are attached to them.

Currently, the context is hardcoded as `@GitHub` in the `parse` statement. This is parsed into a context if the user has a GitHub context set up in Omnifocus. Instead, this...

help wanted

Since this only runs on OSX systems, we don't need to have a cross-platform way of getting the home directory.

help wanted