An open API service indexing awesome lists of open source software.

https://github.com/thinkinglabs/togglu

A Toggl command line tool
https://github.com/thinkinglabs/togglu

cli python toggl

Last synced: 25 days ago
JSON representation

A Toggl command line tool

Awesome Lists containing this project

README

          

# Togglu [![Build Status](https://travis-ci.com/thinkinglabs/togglu.svg?branch=master)](https://travis-ci.com/thinkinglabs/togglu)

A command-line interface for toggl.com

Still work in progress.

## Run tests

To run the tests:

```bash
make test
```

## List all workspaces

```bash
./bin/togglu workspaces
```

## Get a timesheet

```bash
./bin/togglu timesheet --workspace-id --since 2019-10-01 --until 2019-10-31
```