topgrade-rs / topgrade

Upgrade all the things
GNU General Public License v3.0
2.08k stars 141 forks source link

Enable zellij as multiplexer besides tmux #864

Open derphilipp opened 4 months ago

derphilipp commented 4 months ago

I want to suggest a new ste

No!

I want to suggest some general feature

Topgrade should... ... be able to use zellij besides tmux as a terminal multiplexer. Zellij lives in the same realm of rust tools and would be an awesome addition;

More information

niStee commented 4 months ago

Instead of using the GitHub issues page, you could consider posting your suggestion on the Topgrade discussions page at https://github.com/topgrade-rs/topgrade/discussions/categories/ideas. The discussions section is often a better place to share ideas and get feedback from the project maintainers and community.

SteveLauC commented 4 months ago

This looks nice to have, Topgrade has a run_in_tmux configuration entry, if we have this implemented, it can be renamed to something like:

[misc]

# If set, Topgrade will be executed in the specified multiplexer. Otherwise, run in the current shell.
# Available multiplexers: ["tmux", "zellij"]
run_in_multiplexer = "zellij"