toggl 0.4.11

Unofficial command-line interface for Toggl Track using the v9 API.
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "version": "$APP_VERSION",
  "description": "Command Line App for Toggl Track.",
  "homepage": "https://github.com/watercooler-labs/toggl-cli",
  "license": "MIT",
  "architecture": {
    "64bit": {
      "url": "https://github.com/watercooler-labs/toggl-cli/releases/download/v$APP_VERSION/toggl-x86_64-pc-windows-gnu-$APP_VERSION.zip",
      "hash": "sha256:$SHA256_HASH"
    }
  },
  "bin": "toggl.exe"
}