phoenix
phoenix copied to clipboard
🔥 Puter's pure-javascript shell
This is likely to change depending on how that API ends up.
Running Phoenix in the browser now fails because of the `node-pty` dependency added for the `PathCommandProvider`. This causes us to include a binary file, which the rollup common-js plugin gets...
The [POSIX spec](https://pubs.opengroup.org/onlinepubs/9699919799/) lists a whole lot of different utilities, some of which are not so relevant (I'm looking at you, `fort77`). Here's a list I've come up with, roughly...
https://en.wikipedia.org/wiki/List_of_POSIX_commands Here is a list of posix utilities. So that it is unix compliantt
I'm discovering Puter, this is a great project. Navigating in the destkop, I run the terminal and tried to ssh to a remote host but got an error as there...
For example, `echo "\n\n\n\n\n"` emits only a single newline, because `echo` always emits a newline after its output. When that string reaches `echo` as a positional argument, the newline escapes...
Hi there, I came across this project on HackerNews and I am particularly interested in using it in projects like [JupyterLite](https://jupyterlite.readthedocs.io/en/stable/). To do this, a more permissive license would be...
When executing just the `cd` command alone, I expect to be able to go to the `$HOME` directory of the current user. But instead I get this error: ```console [[email protected]...
bundler could collect these automatically from Git