fbtoggl

Interact with track.toggl.com via terminal.

CI

example workflow

Installation

Shell completions

WIP

Usage

Init

  1. Get API token from profile page.
  2. Call fbtoggl init which prompts an input for the API token

Workspaces

bash fbtoggl workspaces list

Projects

bash fbtoggl projects list

Clients

bash fbtoggl clients list

bash fbtoggl clients create --name "<name>"

Time entries

Create

bash fbtoggl create --project "<project>" --description "<description>" --duration "8 hours"

bash fbtoggl create --project "<project>" --description "<description>" --duration "8 hours" --lunch-break