No description
| .github/workflows | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| dist-workspace.toml | ||
| LICENSE | ||
| README.md | ||
| rust-toolchain.toml | ||
| rustfmt.toml | ||
━━━━ ❖ ━━━━
❖ 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
❖ 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.1 - Bump cargo dist