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
- Host: GitHub
- URL: https://github.com/thinkinglabs/togglu
- Owner: thinkinglabs
- License: mit
- Created: 2018-09-25T13:44:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T08:11:05.000Z (about 1 year ago)
- Last Synced: 2025-11-30T16:23:41.664Z (7 months ago)
- Topics: cli, python, toggl
- Language: Python
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Togglu [](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
```