tgl-cli

Crates.iotgl-cli
lib.rstgl-cli
version0.19.2
sourcesrc
created_at2022-10-15 15:39:12.008772
updated_at2024-04-04 17:04:48.986052
descriptionA simple Toggl command line client.
homepagehttps://github.com/blachniet/tgl
repositoryhttps://github.com/blachniet/tgl
max_upload_size
id689025
size80,991
Brian Lachniet (blachniet)

documentation

README

tgl

A simple Toggl command line client.

Installation

The package name is tgl-cli on crates.io.

cargo install tgl-cli

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.

tgl

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:

read -s TOGGL_API_TOKEN
export TOGGL_API_TOKEN
tgl

Fish:

read -sx TOGGL_API_TOKEN
tgl

Contributing

Release checklist

Use cargo-release to deploy new releases.

cargo release minor [--execute]
gh release create --generate-notes
Commit count: 97

cargo fmt