browsix
browsix copied to clipboard
Browsix is a Unix-like operating system for the browser.
The node executable in the browsix example hosted [here](https://unix.bpowers.net/) throws an error `Path must be a string. Received undefined`. Steps to reproduce: 1. Visit https://unix.bpowers.net/ 2. Run `node`. Note the...
``` sh $ multiline commands\ /usr/bin/multiline: command not found $ FOO="bar" /usr/bin/FOO="bar": command not found $ ls $(ls usr) ls: /$(ls: No such file or directory. ls: /usr): No such...
I just came to know that `pwd` command is not implemented yet. I would like to contribute.
I've rebuilt a Docker container image based on 0.9.2, which builds ok. During "make serve" execution inside the container, there's a weird prompt "Answer" caused by a npm prompt which...
Hi. I've been following instructions to try and build and use the Docker container. I've built an image for browsix:a17538c, but the run fails on: ``` # make serve SERVE...
I saw that most of the command files have their own command line parser. This increases code duplication. Making the Command line Parser as a module or importing a pre-implemented...
When using `lib-dist/lib/kernel.js` from `[email protected]`, I am no longer seeing `stdout` updates. My project is a fork of the LaTeX demo, and I'm making a `pdflatex` call through `kernel.system(cmd, runNext,...
Is it possible not to rely on Node after initial setup? If so, how? Thanks, this project looks awesome. And, it's also possible that once I accomplish what I want...
So, I thought I'd take a shot at getting Browsix running on Windows 10 (the first one, summer 2015). Here's the issue as it happened (wish I was on that...
Hi there, This project looks amazing!!! I'd like to use it in order to create interactive documentation about the unix shell commands. I was thinking of an integration of browsix...