CLI

usage: toggl2pl [-h] [-c CONFIG] [-d DATE] [-r] [-s] [-w] {serve} ...

Named Arguments

-c, --config

Path to configuration file (default: ~/.toggl2pl/config.yml).

-d, --date

The date when work was actually done in YYYY-MM-DD format (default: current day).

-r, --round

Round the number of minutes spent on each project to +/- 5 minutes.

-s, --sync

Synchronize projects and tasks between time trackers.

-w, --why-run

Run client in why-run mode to preview posts without publishing.

Sub-commands

serve

Start application in server mode to handle incoming HTTP requests.

usage: toggl2pl serve [-h] [-i IPV4] [-p PORT]

Named Arguments

-i, --ipv4

The IPv4 address to run application on.

Default: “0.0.0.0”

-p, --port

The TCP port to run application on.

Default: 5000