v0.0.5
0.0.5
Enhancements made
- Add buffered stdin to accept terminal input whilst WASM commands running #23 (@ianthomas23)
- Support coloured output for ls and grep commands #22 (@ianthomas23)
- Add support for aliases #21 (@ianthomas23)
- History maxSize and ignore duplicates and leading whitespace #20 (@ianthomas23)
- Support terminal handling of columns #19 (@ianthomas23)
- Add storage of command history #15 (@ianthomas23)
- Implement pipes #14 (@ianthomas23)
- Check WASM module properties exist before using #13 (@ianthomas23)
- Add support for stdin redirect from file such as 'wc < somefile' #12 (@ianthomas23)
- Support 'cd -' #11 (@ianthomas23)
- Support environment variables that persist beyond single commands #10 (@ianthomas23)
- Support output to file, including append #9 (@ianthomas23)
- Add grep command #7 (@ianthomas23)