Skip to content

ahaasler/ulauncher-tmux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ulauncher Tmux extension

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:

Terminal Attach parameters New session parameters
kitty tmux a -t '%s' tmux new -s '%s'
konsole --new-tab -e 'tmux a -t %s' --new-tab -e 'tmux new -s %s'

extension screenshot

License

MIT

Copyright for portions of project ulauncher-tmux are held by user seqizz on github.com (@seqizz), 2021 as part of project ulauncher-tmux-attach. All other copyright for project ulauncher-tmux are held by Adrian Haasler García, 2021.

About

Open and create tmux sessions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.5%
  • Makefile 20.5%