vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.24k stars 3.51k forks source link

Close hyper after opening a script #8018

Open ndesgranges opened 2 months ago

ndesgranges commented 2 months ago

Issue

In most "stock" terminals, it is possible to close the tab after running a script externally (for exemple from a file browser). If not by default, enabling this features effectively close the terminal/the tab right after the script exit.

I could not find a way to reproduce this in hyper. Opening a script with hyper leads to the terminal to open and execute the script, but not to close. Even with an exit 0 at the end.