| Crates.io | teamux |
| lib.rs | teamux |
| version | 1.0.0 |
| created_at | 2025-12-31 00:39:42.375631+00 |
| updated_at | 2025-12-31 00:39:42.375631+00 |
| description | Create and Join tmux sessions with ease |
| homepage | https://github.com/dotzenith/teamux |
| repository | https://github.com/dotzenith/teamux |
| max_upload_size | |
| id | 2013682 |
| size | 30,388 |
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 | sh
brew install dotzenith/tap/teamux
cargo install teamux
Pre-Compiled binaries for linux and mac are available in Releases
git clone https://github.com/dotzenith/teamux.git
cd teamux
cargo build --release
./target/release/mux
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
mux session-name
fzf to select an existing sessionmux
1.0.0 - Initial Release