Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 668 Bytes

File metadata and controls

28 lines (17 loc) · 668 Bytes

worktree-interactive (wti)


Interactive git worktree organizer.

wti-demo.mov

Installation

(Requires Oh My Zsh - only to enable cd.)

  1. 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
  1. Add wti to the list of plugins for OMZ to load.
plugins= # other plugins...
plugins+=(wti)
  1. Configure $WORKTREE_PATH if desired (defaults to $HOME/.worktrees).

  2. omz reload and enjoy!