Yeah. Probably not very useful on GNU/Linux envs, or even any environment different than Windows.
- Implementation is done using... Bad practices. This is not a replacement for your shell (yet). Please use with caution.
- DO NOT BLAME ME IF YOU USE THIS IN A CHAIN OR SOMETHING IMPORTANT AND IT BREAKS THINGS.
- You can use shell commands and execute things by putting
!
before anything.THIS WRAPPER DOES NOT CHECK YOUR PATH YET.It does now, but this functionality is still implemented.
- Cleanup.
- Testing.
- Change internal system to have a shell subprocess instead of shouting system calls.
- Open with your favourite python(3) version.
- Type
help
- Add aliases
- ??
- Profit!
- cat
- ls (partially implemented)
- cd
- Execute programs in the system PATH, for example
javac Main.java