Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 764 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 764 Bytes

// DEPRECATED: Since I am not using ulauncher anymore, this extension doesn't support the new API. And I have sadly no time to dig into it. Forks are welcome.

Another hacky extension for the ulauncher, this time for Tmux.

It searches your open sessions and attaches to them.

If no sessions found, you can create new one.

This extension uses gnome-terminal by default. If your terminal emulator is different, you should check and edit the parameters in settings.

For example, to be able to use this with KDE Konsole, set following parameters under settings:

  • Terminal: konsole
  • Attach parameters: --new-tab -e 'tmux att -t %s'
  • New session parameters: --new-tab -e 'tmux'

extension screenshot