get_to_work

get_to_work tags your Harvest time entries with information from Pivotal Tracker, from your command line.

No more tab twiddling to do this task in the browser.

Installation

gem install get_to_work

Workflow

Bootstrap your project's directory

get_to_work needs to know how to talk to your services (Harvest and Pivotal Tracker). So each of your project's working directories need to be bootstrapped:

get-to-work bootstrap

This command will:

  • Save your credentials to the OSX keychain
  • Bookmark your Pivotal Tracker and Harvest projects in a .get-to-work file

Start working on a story

get-to-work start [pivotal_tracker_story_url]

This command pulls information from Pivotal Tracker and saves it in your new timer's notes including:

  • Pivotal Tracker ID hashtag
  • Pivotal Tracker story name
  • Pivotal Tracker URL

Stop working on a story

get-to-work stop

Stops the current timer started by get_to_work.