teamux makes joining and creating tmux sessions as easy as sipping tea.
It lets you fuzzy match on tmux sessions that already exist, and it'll create sessions that don't
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dotzenith/teamux/releases/latest/download/teamux-installer.sh | shbrew install dotzenith/tap/teamuxcargo install teamuxPre-Compiled binaries for linux and mac are available in Releases
- First, install rust
git clone https://github.com/dotzenith/teamux.git
cd teamux
cargo build --release
./target/release/muxCreate and Join tmux sessions with ease
Usage: mux [NAME]
Arguments:
[NAME] Name of the session teamux will attach to or create
Options:
-h, --help Print help
-V, --version Print version
mux session-namemux1.0.0 - Initial Release