Project

xoggl

0.0
No commit activity in last 3 years
No release in over 3 years
Simple Toggl cli
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Xoggl

Simple Toggl command line client

Installation

gem install xoggl

Usage

Create a ~/.toggl file containing your API token (found in your Toggl profile)

Insert vacation days entries

xoggl vacation 2016-01-01 2016-01-15

Insert work days entries

xoggl work [project_name] 2016-01-01 2016-01-15

Development

Install dependencies bundle install

Run tests rake spec