| Crates.io | tmucks |
| lib.rs | tmucks |
| version | 0.1.1 |
| created_at | 2026-01-24 16:53:04.239501+00 |
| updated_at | 2026-01-24 17:30:43.415943+00 |
| description | a tmux config manager for the reckless |
| homepage | |
| repository | https://serva.pikapod.net/landon/tmucks |
| max_upload_size | |
| id | 2067001 |
| size | 66,513 |
tmux configuration manager written in Rust.
Build and install from source:
cargo install --path .
Run the TUI:
tmucks
Commands:
tmucks list
tmucks apply <name>
tmucks save <name>
tmucks update <name>
tmucks delete <name>
~/.config/tmucks/ and the directory is created if missing..conf extension; the extension is added if omitted.apply copies the selected config to ~/.tmux.conf and runs tmux source-file ~/.tmux.conf.save copies ~/.tmux.conf into the config directory and fails if the config already exists.update overwrites an existing config with the current ~/.tmux.conf.delete removes a config from the config directory.