https://github.com/tebeka/toggl
Simple toggl command line client
https://github.com/tebeka/toggl
Last synced: 4 months ago
JSON representation
Simple toggl command line client
- Host: GitHub
- URL: https://github.com/tebeka/toggl
- Owner: tebeka
- License: bsd-3-clause
- Created: 2016-09-08T06:00:49.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-07-13T13:17:06.000Z (11 months ago)
- Last Synced: 2025-07-13T15:27:43.598Z (11 months ago)
- Language: Go
- Size: 90.8 KB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toggle - Simple toggl command line
[](https://pkg.go.dev/github.com/tebeka/toggle) [](https://github.com/tebeka/toggl/actions) [](https://opensource.org/licenses/BSD-3-Clause)
This is a simple command line to start/stop timers on
[toggl](https://toggl.com/). I scratched an itch, hope you'll find it useful.
## Usage
$ toggl -h
usage: toggl start |stop|status|projects|report
- project name
- YYYY-MM-DD (default to start of today)
-version
show version and exit
You'll need a `~/.togglrc` with your API key and workspace id. See an example [here](togglrc-example) (`timeout` is optional).
## Installing
If you have the Go SDK then
go get github.com/tebeka/toggl
Or you can download a binary from the [release section](https://github.com/tebeka/toggl/releases).
## Licence
[BSD](LICENCE)
## Contact, Bugs ...
https://github.com/tebeka/toggl