Skip to content

BurrowTime v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 13:09
· 6 commits to main since this release

BurrowTime v0.1.0 is the first public release of the fast, local, Watson-compatible time tracker written in Go.

Highlights

  • Interactive Bubble Tea dashboard with live status, logs, reports, charts, date ranges, and filtering.
  • Watson-compatible CLI commands, JSON/CSV output, configuration, storage, sync, and bundled watson compatibility binary.
  • Safe first-run migration from Watson, explicit import/export commands, and timestamped destination backups.
  • Concurrent timers with explicit start modes, per-timer stop selection, an interactive stop picker, and stop --all.
  • Separate BurrowTime data directory so trying the app never mutates an existing Watson installation.
  • Shell completions and standalone archives for Linux, macOS, and Windows on amd64 and arm64.

Install with Go

go install github.com/fabean/BurrowTime/cmd/burrowtime@v0.1.0

Or download the archive for your platform below and verify it with checksums.txt. Each archive contains both burrowtime and the optional watson compatibility executable.

See the README for migration guidance, concurrent-timer behavior, TUI controls, and local data paths.