rofi-tmux

Quickly manages tmux sessions, windows and tmuxinator projects on Rofi


Keywords
rofi, tmux, tmuxinator, i3, manage, switch, i3wm, python
License
MIT
Install
pip install rofi-tmux==0.2

Documentation

Documentation Status PyPI

rft (rofi-tmux)

rft

Quickly switches tmux sessions, windows and tmuxinator projects on rofi. Integrates with i3wm for a smoother switching workflow, if you have multiple workspaces.

Use Case

I developed rft (rofi-tmux) to optimize my context-switching workflow. As a user who rely completely on tmux for anything shell related, I wanted to have a fuzzy finder switcher, to locate any tmux session or window with seamless integration with i3wm. I guess I've got spoiled by fuzzy finders. Watch the screencast bellow and you'll see what I mean :)

Features

  • Switch or kill any tmux session.
  • Switch or kill any tmux window, either globally or within the current session.
  • Switch to any tmuxinator project.
  • Cache last tmux session and window for fast switching back and forth, decreases the number of keystrokes.
  • Integration with i3wm for switching to the right workspace seamlessly.
  • Extensible for other window managers.

Installation

pip3 install rofi-tmux --user -U

Screencast

rft-demo

Usage

Check ReadTheDocs for detailed information, usage and suggested key bindings.

Contributing

Contributions are more than welcome. Let me know if you want to add other features or integrations, or if you are having trouble to use rft, open an issue.

License

MIT