tmux-plugins / tmux-continuum

Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on.
MIT License
3.26k stars 150 forks source link

Boot with any alternative terminal command, not just iterm #47

Open neverfox opened 6 years ago

neverfox commented 6 years ago

Unless I'm missing something, iterm is the only alternative terminal command for boot restore. Is it possible to support any terminal if given the command name, e.g. kitty?

rpdelaney commented 5 years ago

Exactly this!

bruno- commented 5 years ago

Ah, no, from what I remember adding support for other terminal apps is more complex than just giving it a command name. Maybe look into this dir and try to figure it out https://github.com/tmux-plugins/tmux-continuum/tree/master/scripts/handle_tmux_automatic_start

I'm not sure what to think of this, as there aren't a lot of upvotes on this feature..