Skip to content

theablefew/things-redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

About

things-redmine is a ruby script to attempt to sync Redmine with the Things.app desktop todo list manager.

Usage

  • Clone the repo
  • Edit the api.rb and replace with your credentials. This will be yaml-ized soon.
  • Turn on API access in Redmine under Administration → Settings → Authentication → Enable REST web service
  • Back up your Things DB
    cp ~/Library/Application Support/Cultured Code/Things/database.xml ~/Library/Application Support/Cultured Code/Things/database-backup.xml
  • Then run:
     ruby init.rb

Required Gems

  • active_resource
  • appscript

Current State and Gotchas

Right now it’s very basic. This is just the beginning. This is by no means a complete project yet. I just got tired of waiting. The things todo class does not allow you to set the ID of the todo, so to ensure no duplicates are created the applescript uses a tag on the todo element based on the ID from redmine.

Please fork!

This would be a very cool tool to have. Things.app (CulturedCode.com) is the best ToDo list out there and having a real solution would be wonderful!

About

An appscript to sync Redmine and Things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages