Skip to content

ragamo/wtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wtree

Interactive TUI for managing git worktrees.

Install

go install github.com/ragamo/wtree@latest

Or download a binary from Releases.

Usage

# Launch interactive TUI
wtree

# Non-interactive commands
wtree list              # List worktrees (pipeable)
wtree add <branch>      # Create worktree (default path: ../<branch>)
wtree add -b <branch>   # Create worktree with new branch
wtree remove <path>     # Remove worktree
wtree remove --force    # Force remove

TUI keybindings

Key Action
n/a New worktree
d Delete worktree
/ Filter
? Help
q Quit

Build

make build                      # dev build
make build VERSION=1.0.0        # versioned build

About

Interactive TUI for managing git worktrees

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors