tmux dev workspace launcher.
go install github.com/NexusXian/tdev@latest
tdev [name] [dir] [branch]
namewindow name (defaultdev)dirtarget dir: absolute /~-relative / relative to current pane (default current pane path)branchoptional git branch to switch/create
Opens a new tmux window split into two panes: left runs proxy && opencode, right runs lazygit.
tdev close [branch] [-d|-D]
Closes the tmux window whose name matches name[branch] by its branch part. Without branch, closes the current window.
-dalso remove the branch's git worktree and delete the branch (safe: aborts if the worktree has uncommitted changes or the branch is unmerged)-Dsame as-dbut forced (git worktree remove --force,git branch -D)
Without a branch, -d/-D operate on the current window's worktree.