v0.1.4
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 updatedownloads and replaces the binary from the latest release - Auto-setup: cloning a repo with a
.git-metafile and running anyticommand will automatically configure the metadata remote ti setupcommand for explicit git-meta remote configuration
Commands
ti new/ti list/ti show— create, browse, and inspect ticketsti checkout/ti edit/ti comment/ti state/ti close— work on ticketsti tag/ti assign/ti points/ti milestone/ti meta— set ticket fieldsti import gh— import GitHub issuesti sync— pull and push ticket metadata via Gitti tui— interactive terminal UIti help --agent— Markdown guide for AI agent integration--jsonand--markdownoutput on most commands
Install
curl -fsSL https://ticgit.dev/install | shor
cargo install ticgit