HeyPuter / terminal

⌨️ Web-based terminal in pure JavaScript
https://puter.com/app/terminal
GNU Affero General Public License v3.0
115 stars 15 forks source link

Some hacks to make launchApp() work from the shell #8

Closed AtkinsSJ closed 7 months ago

AtkinsSJ commented 7 months ago

I think ideally, we would somehow launch Phoenix as a child app, and it would get some kind of direct connection to Puter, in addition to its connection to Terminal.

cc: @KernelDeimos

AtkinsSJ commented 7 months ago

~See also https://github.com/HeyPuter/puter.js/pull/8 which is required to let Phoenix know the app has launched and it can proceed.~

EDIT: It's merged! :tada:

AtkinsSJ commented 7 months ago

Discarding in favour of #9, making Phoenix a child app of Terminal, which renders this obsolete. (And is much less hacky!)