teamux

Crates.ioteamux
lib.rsteamux
version1.0.0
created_at2025-12-31 00:39:42.375631+00
updated_at2025-12-31 00:39:42.375631+00
descriptionCreate and Join tmux sessions with ease
homepagehttps://github.com/dotzenith/teamux
repositoryhttps://github.com/dotzenith/teamux
max_upload_size
id2013682
size30,388
zenith (dotzenith)

documentation

README

━━━━ ❖ ━━━━



❖ teamux

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


❖ Requirements

  • Ensure tmux and fzf are installed

❖ Installation

Shell

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dotzenith/teamux/releases/latest/download/teamux-installer.sh | sh

Brew

brew install dotzenith/tap/teamux

Cargo

cargo install teamux

Binaries

Pre-Compiled binaries for linux and mac are available in Releases

Source

  • First, install rust
git clone https://github.com/dotzenith/teamux.git
cd teamux
cargo build --release
./target/release/mux

❖ Usage

Create 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

Join a session, or create one if it doesn't exist

mux session-name

Use fzf to select an existing session

mux

❖ What's New?

1.0.0 - Initial Release


Commit count: 0

cargo fmt