jupyterlite / cockle

In-browser bash-like shell implemented in TypeScript.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

How to add busybox / rustybox commands? #55

Open westurner opened 1 week ago

westurner commented 1 week ago
westurner commented 1 week ago
ianthomas23 commented 6 days ago

This and terminal are an early-stage work in progress looking at adding terminal-like functionality to JupyterLite. We make no claims about completeness, we are not encouraging anyone to use it, there is lots more work to be done and obstacles to overcome before then. Really at this stage it is just an experiment in one particular approach, and we are making enough progress to justify continuing with this approach. If there are unsurmountable problems with this approach then we will change it.

So information about other possible approaches is interesting at this stage, but it is not going to change what we are doing now. If you have a strong feeling that another approach is better then you are welcome to implement that yourself in a separate project. JupyterLite has a robust extension system so it is possible for multiple terminal-like extensions to exist and users can easily choose which one they want to use.

westurner commented 6 days ago

Would you be opposed to wrapping rustybox commands with tests for each?