Skip to content

raine/tmux-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux-tools

Small tmux utilities for session management.

Requires tmux 3.2+ (for display-popup).

Install

git clone https://github.com/raine/tmux-tools.git ~/.tmux-tools
export PATH="$PATH:$HOME/.tmux-tools"  # add to .bashrc/.zshrc

If tmux is already running, update its PATH:

tmux set-environment -g PATH "$PATH"

tmux-session-switcher

Fast session switcher in a floating popup. Shows sessions sorted by most recently used.

Add to ~/.tmux.conf:

bind C-j display-popup -E "tmux-session-switcher"

Requires fzf.

tmux-zoxide-window

Pick from zoxide's frecent directories and open in a new tmux window.

Add to ~/.tmux.conf:

bind C-o display-popup -E "tmux-zoxide-window"

Requires fzf and zoxide.

tmux-file-picker

Fuzzy-find files and open them in a new tmux window.

https://github.com/raine/tmux-file-picker

tmux-bro

Create or switch to a tmux session for a project directory.

https://github.com/raine/tmux-bro

Related projects

  • workmux — Git worktrees + tmux windows for parallel AI agent workflows
  • tmux-agent-usage — Display AI agent rate limit usage in your tmux status bar

License

MIT

About

Small tmux utilities for session management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages