wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
17.81k stars 798 forks source link

Command execution interface support #6008

Open ManuelSchneid3r opened 2 months ago

ManuelSchneid3r commented 2 months ago

Please see this. Comments are welcome.

wez commented 1 month ago

The linked issue is closed with a number of outstanding items todo. I've been loosely following the discussions on the mentioned spec for a very long time.

If someone wants to produce a PR that shows the actual implementation impact, I'm open to discussing whether we should proceed with that PR, but I have no personal desire to wade into this or make changes to facilitate this at this time.

ManuelSchneid3r commented 1 month ago

The only requirement is this line. Gnome temrinal does however a lot of other stuff to check if it is set as default temrinal. Probably to let the user choose to make it the default one. However this is not strictly necessary.