toggl 0.4.4

Unofficial command-line interface for Toggl Track using the v9 API.
# Branch (required)
# Regex to choose which branch(-es) this block applies to, some examples
# ['will/.*'] applies to branches like`will/release-workflows`
# ['^\d+/.*'] applies to branches starting with numbers `123/feat-some-issue`
# [main] applies only to the branch called `main`
# ['*'] is the reserved default that applies if no block of higher precedence is present.
# ['*'] It also applies if current folder is not tracked under source control
['*']

# Workspace (optional, default={{default}}
# {{default}} in this context would resolve to the user's default workspace
workspace = "default"

# Description (optional, default=null)
# Accepts any string template with our macros in them
description = "🔨 {{branch}}"

# Project (optional, default=null)
project = "{{base_dir}}"

# Task (optional, default=null)
task = "Some task"

# Tags (optional, default=[])
tags = ["Foo", "Bar"]

# Billable (optional, default=false)
billable = true