LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

lazyworktree

Git worktree management CLI and TUI for the terminal

TLDR

Launch the worktree TUI
$ lazyworktree
copy
Create a new worktree
$ lazyworktree create [branch_name]
copy
List all worktrees
$ lazyworktree list
copy
Delete a worktree
$ lazyworktree delete [branch_name]
copy
Run a command in a worktree
$ lazyworktree exec [branch_name] -- [command]
copy
Rename the current worktree
$ lazyworktree rename [new_name]
copy

SYNOPSIS

lazyworktree [command] [options]

DESCRIPTION

lazyworktree is a terminal UI for managing Git worktrees with a keyboard-first workflow. It supports creating, renaming, removing, absorbing, and pruning merged worktrees, as well as staging, committing, diffing, pushing, syncing, and cherry-picking directly from the TUI.Features include CI/CD integration with GitHub Actions and GitLab CI (viewing check status, reading logs, restarting jobs), terminal multiplexer support for tmux and zellij sessions per worktree, OCI container execution (docker/podman), and markdown-based task notes with interactive taskboard.

SUBCOMMANDS

create

Create a new worktree from a branch, PR/MR, or issue.
list
List all worktrees.
delete
Delete a worktree without launching the TUI.
rename
Rename a worktree (single argument renames current directory's worktree).
exec
Run a command or trigger a custom command key action in a worktree.

INSTALL

sudo zypper install lazyworktree
copy
nix profile install nixpkgs#lazyworktree
copy

CAVEATS

Requires Git with worktree support. CI/CD features require GitHub Actions or GitLab CI configuration.

HISTORY

lazyworktree was created by chmouel and is written in Go using the BubbleTea framework.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid