Fetches data from OmniFocus.app for display in a kanban-like system.
- Download or
clone
it:
git clone https://github.com/jyruzicka/kanban-fetch.git
- Build it
- Copy the target to your favoured
bin
directory.
Alternatively, grab the binary from 1klb.
Navigate to it in terminal and run:
./kanban-fetch --help
to see all possible options. To test it out, run something like:
./kanban-fetch -d --out=foo.db
This will output the data to a SQLite database "foo.db" in the same directory as the binary, and also give you a bunch of debug information.
Add it to your LaunchAgents. I recommend Lingon to make the whole process painless.
That's entirely up to you, but I recommend checking out this project for an example.
- Updated JROFBridge to fix the version check (finally)
- Updated JROFBridge
- Fixed version check
- Logging now works even when the
-d
flag isn't set - Logs append to the beginning of a file - most recent log is first
- Added the
-l
flag for logging to a file.
- Changelog started!
- Application now logs projects that are not contained within folders. To remove these projects, use the "-r" flag.