chute-kun 0.1.0

TaskChute + Todoist CLI/TUI — Rust TUI template using ratatui + crossterm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Environment example for Toggl Track integration

# Required: personal API token from Toggl Track profile
# Never commit your real token. Copy this file to `.env` locally.
TOGGL_API_TOKEN=

# Optional: defaults
# Numeric workspace ID; if unset, the app can call GET /me to detect default
TOGGL_WORKSPACE_ID=
# Numeric project ID to attach to new entries (optional)
TOGGL_PROJECT_ID_DEFAULT=
# Comma-separated tag names (optional)
TOGGL_TAGS_DEFAULT=
# Sync mode: off | push (default push)
TOGGL_SYNC_MODE=push