A friendly tmux wrapper.
Find a file
2023-05-01 10:48:52 -04:00
src added read-only and detach-other flags to attach, created detach command 2023-05-01 10:48:52 -04:00
.gitignore initial commit 2023-04-06 13:34:32 -04:00
Cargo.toml various changes 2023-04-14 16:38:34 -04:00
README.md initial commit 2023-04-06 13:34:32 -04:00

ReMux: a friendlier tmux wrapper

The main point of this project is shortening commonly-used tmux commands. Attaching, pretty lists, and creating new sessions with group names are currently implemented:


#	new session
tmux new-session -t foo
remux n foo

#	lists
tmux ls
remux l

#	attach
tmux a -t foo
remux a foo