Crates.io | tsm |
lib.rs | tsm |
version | 0.1.0 |
source | src |
created_at | 2023-12-27 00:36:17.836734 |
updated_at | 2023-12-27 00:36:17.836734 |
description | tsm(tmux session manager) is a cli tool to switch and create tmux sessions |
homepage | https://github.com/halshar/tsm |
repository | https://github.com/halshar/tsm |
max_upload_size | |
id | 1081306 |
size | 69,159 |
tsm is a rust cli tool to manage tmux sessions. Switch to an existing session or create a new session.
Clone and build the project:
git clone https://github.com/halshar/tsm.git
cargo build --release
Install using cargo
cargo install tsm
.tmux.conf
file
# switch/create session
# <prefix>+o will trigger the script
bind-key o display-popup -E "tsm"
tsm
Contributions are welcome! Please open an issue or pull request for any changes or suggestions.
This project is licensed under the GPLv3 License.