Back to browse
GitHub Repository

Lightweight tmux session and project manager written in Bash

3 starsShell

Lightweight tmux session and project manager written in Bash

by rgcr·Feb 17, 2026·4 points·0 comments

AI Analysis

MidShip It

Lighter-weight tmux session manager, but tmuxinator, smug, and tmuxp already own this.

Strengths
  • Genuinely minimal—only yq dependency, written in pure Bash for portability and speed.
  • Idempotent by design; safe re-run semantics matter for scripted terminal workflows.
  • YAML generation from live sessions is a smart UX touch for users who resist config files.
Weaknesses
  • Crowded category with established alternatives (tmuxinator, smug, tmuxp) all feature-complete.
  • Only 2 GitHub stars and no clear differentiation—solves a solved problem.
Target Audience

Terminal-heavy developers, DevOps engineers, tmux power users

Similar To

tmuxinator · smug · tmuxp

Post Description

It creates sessions when they don’t exist and reuses them when they do — idempotent by default.

It can start sessions from simple YAML project files.

And if you hate writing YAML, it can generate the file for you from an existing session.

Similar Projects