A simple webapp for viewing OmniFocus data.
You'll need a data file to read from. Check out kanban-fetch for my Objective-C program for fetching data from OmniFocus and turning it into an appropriate format.
To install this, grab the files, drop them somewhere on your drive and run bundle install
. You may need to run gem install bundler
first.
Edit the settings contained in config.yaml
as required. You will probably want to modify the "File locations" section, but depending on your requirements you may want to modify other parts of it.
Once you have all that done, start it up with bundle exec shotgun config.ru
.
To make it really seamless, run this whole thing through pow.
Chuck me an email or open a ticket.
- Big rehash! config.yaml has been completely overhauled, most of
app.rb
's logic has been pushed to individual classes, and the whole thing has just been made nicer. - The app no longer ships with
config.yaml
: you'll have to copy overconfig.yaml.sample
. This means any changes you make to your ownconfig.yaml
won't be squashed whenever you run a pull. - Suddenly a lot easier to customise everything. See the config file for a more comprehensive overview, but you can now customise what projects are considered "background", which columns are expanded, and so on.
- Changes this big will probably introduce a bunch of bugs. Chuck them on the issue tracker and I can make sure I fix them.
- Particular project statuses can now be hidden entirely by modifying
config.yaml
.
- Version history started
- Will now realise the database is missing and give you an informative error rather than cryptic mumbo-jumbo.