Installation
Get worktigre up and running in minutes on macOS, Linux, or WSL.
Requirements
fzf (required)
Fuzzy finder for interactive selection. github.com/junegunn/fzf
gum (required)
Styled UI components (spinners, prompts, inputs). github.com/charmbracelet/gum
jq (required)
JSON parser for PR/Issue display and data processing. stedolan.github.io/jq
gh (optional)
GitHub CLI for PR and issue integration. cli.github.com
glab (optional)
GitLab CLI for MR and issue integration. gitlab.com/gitlab-org/cli
claude (optional)
Claude Code CLI for AI-powered features. claude.ai/code
Install worktigre
Homebrew Installation
The easiest way to install worktigre on macOS is via Homebrew. Dependencies (fzf, gum, gh, jq) are installed automatically.
brew tap AThevon/worktigre && brew install worktigreRun Setup
After installation, run the setup wizard to configure your shell:
wt --wizardAll set!
Restart your terminal or run source ~/.zshrc to start using worktigre.
Uninstall
macOS (Homebrew)
brew uninstall worktigre
brew untap AThevon/worktigreLinux / WSL
sudo rm /usr/local/bin/wt-coreThen remove from your ~/.zshrc or ~/.bashrc:
# wt - Git Worktree Manager
eval "$(wt-core --shell-init)"Verify Installation
Check that worktigre is correctly installed by running:
wt --versionYou can also run wt --setup at any time to check the status of your dependencies, or wt --wizard to re-run the preferences wizard (editor, platform, etc.).