tmux-rs

Crates.iotmux-rs
lib.rstmux-rs
version0.0.3
created_at2025-06-10 20:20:17.45138+00
updated_at2025-08-29 22:17:59.281536+00
descriptionA Rust port of tmux
homepage
repositoryhttps://github.com/richardscollin/tmux-rs
max_upload_size
id1707705
size3,129,864
Collin Richards (richardscollin)

documentation

README

[!WARNING] This project is alpha quality and has many known bugs. It's written in almost entirely unsafe Rust. Don't use it yet unless you're willing to deal with frequent crashes.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

tmux-rs

A rust port of tmux.

Why?

Why not? This a fun hobby project for me. It's been my gardening for the past year.

Why not just use zellij? I like tmux. I want tmux, not something else.

Installation

Linux

Like tmux, it requires libevent2 and libtinfo (usually packaged with ncurses).

sudo apt-get install libncurses-dev libevent-dev
cargo install tmux-rs
tmux-rs

macOS

brew install libevent ncurses
cargo install tmux-rs
tmux-rs
Commit count: 10461

cargo fmt