A friendly tmux wrapper.
Find a file
2023-06-10 16:16:28 -04:00
src list: fixed link character 2023-06-10 16:16:28 -04:00
.gitignore initial commit 2023-04-06 13:34:32 -04:00
Cargo.toml version bump 2023-05-01 10:49:20 -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