Hacker News new | ask | show | jobs
Show HN: Lazyworktree, a TUI manager for Git worktrees (github.com)
9 points by Chmouel 163 days ago
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 :)

1 comments

Very cool!