Skip to content

Currently, non-functional code to synchronize Toodledo and The Hit List

Notifications You must be signed in to change notification settings

lodestone/TooLegitToHit

 
 

Repository files navigation

This is forked code from Fusion/U-Must-Sync

NON-WORKING-CODE

==========================================




1. Install sqlite3: gem install sqlite3-ruby
2. Install toodledo: gem install toodledo
3. Run ./resetdb.sh to create databases
4. Create a file called 'syncconfig.rb' with this content:
@@config = {
  :connection => {
    "url" => "http://www.toodledo.com/api.php",
    "user_id" => "[your user id]"
    "password" => "[your password]"
  },
  :mode => "online",
# :mode => "mock",
  :verbose => false
}

This package monkey-patches the Toodledo gem; cf. toodledo_patch.rb

CURRENT LIMITATIONS
If context 'home' exists remotely and '@home' exists locally, tasks using this context will not be created because there is a mismatch.

About

Currently, non-functional code to synchronize Toodledo and The Hit List

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 93.9%
  • Shell 6.1%