Small tmux utilities for session management.
Requires tmux 3.2+ (for display-popup).
git clone https://github.com/raine/tmux-tools.git ~/.tmux-tools
export PATH="$PATH:$HOME/.tmux-tools" # add to .bashrc/.zshrcIf tmux is already running, update its PATH:
tmux set-environment -g PATH "$PATH"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.
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"Fuzzy-find files and open them in a new tmux window.
↳ https://github.com/raine/tmux-file-picker
Create or switch to a tmux session for a project directory.
↳ https://github.com/raine/tmux-bro
MIT