Skip to content

kien-ngo/kmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kmux

A friendly tmux session navigator with interactive menus.

Requirements

  • tmux must be installed
  • Bun or Node.js

Installation

From npm

npm install -g kmux

From source

git clone https://github.com/kien-ngo/kmux.git
cd kmux
bun install
bun run build
npm link

Usage

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 message

Use 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 build

License

MIT

About

A user-friendlier way to use tmux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors