Settings

Theme

Show HN: Lazyworktree, a TUI manager for Git worktrees

github.com

9 points by Chmouel a month ago · 1 comment · 1 min read

Reader

Inspired by lazygit, I have been working on a TUI to manage git worktrees easily, making some workflows for creating and managing worktrees a bit more straightforward. For example, creating a worktree from a PR/MR or from local changes. Executing commands on a worktree, or running a custom tmux session directly on a selected worktree.

A lot of other tools are more CLI-oriented. I have tried to compile an honest comparison here: https://github.com/chmouel/lazyworktree/blob/main/COMPARAISO...

Some of the code and documentation was written with an LLM if that bothers anyone :)

Valid3840 a month ago

Very cool!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection