gnome-terminator / terminator

multiple GNOME terminals in one window
https://gnome-terminator.org
GNU General Public License v2.0
2.14k stars 257 forks source link

-x/--execute still broken #939

Open ManuelSchneid3r opened 3 months ago

ManuelSchneid3r commented 3 months ago

Same as https://github.com/gnome-terminator/terminator/issues/702

Especially as @vmath3us stated since there will be the XTE spec (hopefully) soon.

terminator -x echo -- hi  # fails
terminator -x /bin/zsh -i -c "ls; exec $SHELL"  # fails
terminator -u -x /bin/zsh -i -c "ls; exec $SHELL"  # works, but -u should not be required

terminator 2.1.4