tgl-cli 0.3.0

A simple Toggl command line client.
tgl-cli-0.3.0 is not a library.
Visit the last successful build: tgl-cli-0.21.0

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 requires that the TOGGL_API_TOKEN environment variable is set. 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