tmux-remux-0.2.0 is not a library.
ReMux: a friendlier tmux wrapper
Pronounced [ ɹ̠i məks ], like "remix."
A tmux wrapper and command shortener written in Rust. ReMux's goal is to wrap tmux commands to be both shorter, and oriented around session names instead of session IDs.
In their shortest forms, every ReMux command is as short or shorter than its equivalent tmux command:
# new session
# lists
# attach
# has
# detach
# nesting sessions with '-n' flag
TMUX=''
TMUX=''
Dependencies
ReMux depends on tmux.
Installation
Manual Install
Package Managers
Libraries
- pico-args — argument parsing
- termion — ANSI formatting
- tmux_interface — tmux communication