kmux
v0.0.3
Published
A friendly tmux session navigator with interactive menus
Maintainers
Readme
kmux
A friendly tmux session navigator with interactive menus.
Requirements
Installation
From npm
npm install -g kmuxFrom source
git clone https://github.com/kien-ngo/kmux.git
cd kmux
bun install
bun run build
npm linkUsage
kmux ls [l]ist sessions and select one to attach
kmux a [a]ttach to a session (interactive)
kmux a [name] [a]ttach to a specific session by name
kmux c [name] [c]reate a new session (optional name)
kmux k [k]ill a session (interactive)
kmux help Show this help messageUse arrow keys to navigate the menu and Enter to select.
Development
# Install dependencies
bun install
# Run in development mode
bun run dev
# Build for distribution
bun run buildLicense
MIT
