timesheet
Installation
SKILL.md
Timesheet CLI Skill
Control timesheet.io from the shell. Use --json on every read command so output is machine-parseable. Default to non-destructive reads first (status, list, show) before mutating state.
Global flags
Available on every command:
| Flag | Purpose |
|---|---|
--json |
Structured JSON output (always use when parsing) |
--no-color |
Disable ANSI colors |
--api-key <key> |
One-off API key (overrides env + stored creds) |
--verbose |
Verbose logging |
-q, --quiet |
Suppress non-essential output |
The CLI auto-switches to TSV when stdout is piped, so | cut, | awk, and friends work without flags.