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.
A rust port of tmux.
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.
Currently only Linux is supported. I've only tested on Debian 12. 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
Also don't run tmux-rs
if there is an existing tmux session running in
the background. It could result in crashes of the original tmux session.