stackblitz / webcontainer-core

Dev environments. In your web app.
https://webcontainers.io
MIT License
3.87k stars 160 forks source link

add bash shell, utilities support #1013

Open ginobean opened 1 year ago

ginobean commented 1 year ago

also add command line support for linux/unix utilities/tools like: grep, ack-grep, sed, awk, less, perl, python3, find, df, etc..

SamVerschueren commented 1 year ago

Hi @ginobean!

Thanks for reaching out. Always interesting to learn what commands are missing and which ones should be prioritized.

frog-o commented 1 year ago

I been doing a lot of looking into shells there are others library and tools that have a lot of commands already built into them. It is a shame it looks like this project isn't open source(I can't find it); I would like to see if I could improve the shell ,it is awful and the number 1 reason I can't use stackblitz. I keep jamming it up (probably because of the lack of commands).

There are many things that might help you improve your shell here is a list of some

https://github.com/sagemathinc/cowasm.git

This might also help

https://github.com/shelljs/shelljs

If you are interested I would try to add more but it greatly annoys me that webcontaner doesn't appear to be opensource.

lirantal commented 2 months ago

How about exploring the use of WASM for running emulated but full-scope Linux containers? if we build a bridge between that, it would provide a real but local, full-fledged environment.