Tmux random name session generator, inspired by Docker. This is small plugin that will generate random session name every time you open new Terminal session or it will reconnect your previously disconnected sessions.
As you can see bottom left corenr we have session called clever And in this one we have session name called tender
Script is written in Python3. So you may need to setup pyenv or get python3 from Homebrew.
iTerm2 Specific.
- Clone this repository somewhere on you drive.
- Preferences -> Profiles -> General
- Under Command Section:
- Send test at start: Add tmux.py
This will start tmux.py everytime you open new window.
Open New terminal session.
If Docker can generate random names every time it creates container so can tmux when creating new session.
Inspired by Docker.