Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 09 May 08:18
· 92 commits to master since this release

v0.1.4

First binary release of TicGit — a distributed issue system that stores tickets as git-meta metadata.

Highlights

  • Pre-built binaries for macOS (arm64, x86_64), Linux (arm64, x86_64), and Windows (x86_64)
  • Shell installer: curl -fsSL https://ticgit.dev/install | sh
  • Self-update: ti update downloads and replaces the binary from the latest release
  • Auto-setup: cloning a repo with a .git-meta file and running any ti command will automatically configure the metadata remote
  • ti setup command for explicit git-meta remote configuration

Commands

  • ti new / ti list / ti show — create, browse, and inspect tickets
  • ti checkout / ti edit / ti comment / ti state / ti close — work on tickets
  • ti tag / ti assign / ti points / ti milestone / ti meta — set ticket fields
  • ti import gh — import GitHub issues
  • ti sync — pull and push ticket metadata via Git
  • ti tui — interactive terminal UI
  • ti help --agent — Markdown guide for AI agent integration
  • --json and --markdown output on most commands

Install

curl -fsSL https://ticgit.dev/install | sh

or

cargo install ticgit