Go to file
2025-07-24 12:07:59 +02:00
README.md Redo tmux-sessionizer in python + add small readme + small update 2024-04-11 13:47:53 +02:00
tmux_firefox_groups.py feat: add firefox groups 2025-07-24 12:07:59 +02:00
tmux_multi_ssh.py feat: add firefox groups 2025-07-24 12:07:59 +02:00
tmux_select_pane.py feat: add firefox groups 2025-07-24 12:07:59 +02:00
tmux_select_session.py feat: add firefox groups 2025-07-24 12:07:59 +02:00
tmux_sessionizer.py feat: add firefox groups 2025-07-24 12:07:59 +02:00
tmux_ssh_group.py feat: add firefox groups 2025-07-24 12:07:59 +02:00

Scripts

tmux-sessionizer

Inspired by ThePrimeagen, but in python

Create/load tmux session based on the path of a project, use fzf for selection

tmux-ssh-group

Open multiple ssh connection to multiple servers as sudo, can pass extra commands also. Will open a new window in tiled mode on all this servers at the same times

Read from config files located under ~/.ssh-tmux/, with the format:

[Gestion controller]
servers = myserver1.fqdn
          myserver2.fqdn
          myserver3.fqdn
          myserver4.fqdn
commands = ls -l