Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 21:48
· 120 commits to main since this release
a3c6f3c

tsk is a terminal task board for you and your agents: one shared queue, a TUI for you, a CLI for them.

Added

  • tsk guide prints the agent workflow, and tsk setup <claude|pi|cursor|grok|codex|--skill-dir> installs it as a skill. tsk --help ends with a pointer for agents.
  • The installer adds ~/.local/bin to PATH for Bash and Zsh.

Fixed

  • At 110 columns or wider, Tab on the quick-add line opened a draft page that was never painted.
  • A reopen request replaced by another of the same size in the same instant could be delivered as the first one.

Install

curl -fsSL https://gettsk.sh/install.sh | sh

or brew install smarzban/tap/tsk. Manual: download the archive for your platform and SHA256SUMS from this release, verify, then put tsk on your PATH. Linux builds are static musl (ARM64, x86-64); macOS builds need 11+ (Apple Silicon, Intel). Run tsk setup herdr to connect the binary to Herdr 0.9+. Docs: https://gettsk.sh/docs/install/