tgl
A simple Toggl command line client.
Installation
The package name is tgl-cli on crates.io.
Usage
The binary name is tgl. It will request your Toggle API token the first time you run it. It will store the token in your system's keyring so that you don't need to provide it in the future.
Alternatively, you can set the TOGGL_API_TOKEN environment variable. You can retrieve your Toggl API token from https://track.toggl.com/profile.
Bash/Zsh:
Fish:
Contributing
Release checklist
Use cargo-release to deploy new releases.