Navigate your git worktrees with ease with this Rust tui.
I want to use the Zed editor, but still have full control over my experience of switching and managing my git worktrees, so I created this tui and I can use it as a task and keymap in the Zed editor to hop between trees.
- list and switch worktrees
- create worktrees based on config
- create worktrees based on target branch
- create worktrees with custom name
- sort worktrees by most recently used
git clone https://github.com/c0de-intention/git-treefrog.git
cd git-treefrog
cargo install --path .git-treefrogor
gt-
UpandDownorjandkarrows to select worktree in the repo. -
Enterto open it in your favourite editor, it will respect$EDITOR.
