Interactive git worktree organizer.
wti-demo.mov
(Requires Oh My Zsh - only to enable cd.)
- Clone this repository into
$ZSH_CUSTOM/plugins(by default,~/.oh-my-zsh/custom/plugins).
git clone git@github.com:xboluna/worktree-interactive.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/wti- Add
wtito the list of plugins for OMZ to load.
plugins= # other plugins...
plugins+=(wti)-
Configure
$WORKTREE_PATHif desired (defaults to$HOME/.worktrees). -
omz reloadand enjoy!