Skip to content

huyderman/toggl-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toggl-Report

This is a simple tool created to export from Toggl a weekly summary report of total hours spent per task each day. It was created for personal use, and is only intended to cover a single use-case; mine.

Installation

To install dependencies, it's recommended to use Bundler.

$ gem install bundler
$ bundle install

Usage

To use the report generator, you'll need a Toggl API token. It can be generated on the profile page. This token must be added as the environment variable TOGGL_TOKEN. Alternatively you can add a .env file:

TOGGL_TOKEN=<token>

You can then generate a report for a week by executing:

$ bundle exec bin/togg-report week <WEEK> [YEAR]

About

Simple report generator for Toggl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages