What's New
✨ Features
- Shell Completion Support (#3) - Added completion support for bash, zsh, fish, and powershell shells
📦 Installation
macOS/Linux
brew tap AryaLabsHQ/tap
brew install AryaLabsHQ/tap/agentreeGo Install
go install github.com/AryaLabsHQ/agentree/cmd/agentree@latestManual Build
git clone https://github.com/AryaLabsHQ/agentree.git
cd agentree
make install🎯 Shell Completion
Enable shell completions for your shell:
# Bash
agentree completion bash > /etc/bash_completion.d/agentree
# Zsh
agentree completion zsh > "${fpath[1]}/_agentree"
# Fish
agentree completion fish > ~/.config/fish/completions/agentree.fish
# PowerShell
agentree completion powershell > agentree.ps1