toggl 0.4.3

Unofficial command-line interface for Toggl Track using the v9 API.
["*"]
description = "🔨 {{branch}} / {{current_dir}}"
project = "{{parent_base_dir}}"
billable = true

["alt"]
description = "chore(release)"
project = "{{base_dir}}"
tags = ["release", "{{parent_dir}}"]
billable = false

# Match all branches that start with a number and a slash
# e.g. 1234/feature-branch
['^\d+/.*']
description = "🔨 {{branch}}"
project = "{{git_root}}"
task = """
  {{$if [[ "$PWD" == *"android"* ]]; then echo "Android"; else echo "iOS"; fi}}
"""
tags = ["code"]
billable = true