Skip to content

dotzenith/teamux

Repository files navigation

━━━━ ❖ ━━━━

❖ 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


About

Create and Join tmux sessions with ease

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages