Ulauncher Tmux Attach is an extension for Ulauncher that allows you to easily attach to or create new tmux sessions.
- Open Ulauncher
- Open the Extension settings
- Click on the "Add extension" button
- Paste the following URL:
https://github.com/nathan818fr/ulauncher-tmux-attach
- Click on the "Add" button
- Open Ulauncher
- Type
tmux
followed by a space - Select the desired action from the list of available options
This extension uses gnome-terminal by default. If you want to use another terminal, you can change it in the extension settings.
Terminal | Command (new tab) | Command (new window) |
---|---|---|
GNOME Terminal (default) | gnome-terminal --tab -e %s |
gnome-terminal -e %s |
Konsole | konsole --new-tab -e %s |
konsole -e %s |
Tilix | tilix -a app-new-session --focus-window -e %s |
tilix -e %s |
Terminator | - | terminator -e %s |
Note: In the commands, %s
will be replaced by a POSIX-escaped shell argument,
so don't add quotes around it!
This project is licensed under the MIT License - see the LICENSE file for details.