0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Tag Harvest time entries with Pivotal Tracker information
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 1.10
>= 0
~> 10.0
>= 0

Runtime

>= 3.1.1, ~> 3.1
~> 1.7
~> 0.19
~> 1.6.0
 Project Readme

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.