tmxu-1.0.0 is not a library.
tmxu
A tmux session browser TUI. Run one command, visually browse sessions/windows/panes, press Enter to attach.
Installation
From crates.io
Pre-built binaries
Download a pre-built binary from GitHub Releases:
| Platform | Archive |
|---|---|
| Linux x86_64 | tmxu-*-x86_64-unknown-linux-gnu.tar.gz |
| macOS Intel | tmxu-*-x86_64-apple-darwin.tar.gz |
| macOS Apple Silicon | tmxu-*-aarch64-apple-darwin.tar.gz |
# Example: macOS Apple Silicon
Build from source
Usage
Keybindings
| Key | Action |
|---|---|
a-z |
Select session |
A-Z |
Open session (attach immediately) |
1-9 |
Select window |
j/k |
Navigate |
Enter |
Attach to selected session/window |
Space/l |
Expand |
h |
Collapse |
n |
New session |
d |
Kill session |
r |
Rename session |
R |
Refresh |
g/G |
First/last |
q/Esc |
Quit |
License
MIT