Simple Toggl command line client
gem install xoggl
Create a ~/.toggl
file containing your API token (found in your Toggl profile)
xoggl vacation 2016-01-01 2016-01-15
xoggl work [project_name] 2016-01-01 2016-01-15
Install dependencies
bundle install
Run tests
rake spec