HeyPuter / phoenix

🔥 Puter's pure-javascript shell
https://puter.com/app/terminal
GNU Affero General Public License v3.0
90 stars 15 forks source link

Allow launching Puter apps from the Puter Terminal! #77

Closed AtkinsSJ closed 5 months ago

AtkinsSJ commented 5 months ago

Relies on a bunch of changes in a bunch of other repos. :laughing:

Main thing remaining is that this shows up as a blank window when Terminal is running.

AtkinsSJ commented 5 months ago

I think this is complete now! Make sure to merge https://github.com/HeyPuter/terminal/pull/9 at the same time.

The only missing part is that Phoenix shows up as a blank window instead of being headless. I have PRs on here and Puter which solve that, but I'm not convinced that's a good way of doing it so I'm keeping those separate.

As for launching apps, the support is basic: You launch them, you can't pass them any arguments, there's no stdio, and you immediately return to the shell prompt. But you can type app names and they run! (And they show up in which <APP> too.)

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.