Releases: Michael78912/wish
basic scripting
This release is the first stable (as far as I know) release, that has been tested more. It also has very basic support for scripting. contrary to the name, it is definitely not an "Improved Shell" at this point. any help is appreciated! :P
Slight rework of source code
this just makes the source code easier to understand, with utilities of commands worked into packages, and a few other things as well
0.0 Alpha
First release.
WISH is now able to run several simple built-in commands, including ls
and alias
, and some more. it can also run any command on PATH
, with an extension in PATHEXT
.* I am currently working on supporting piping commands.
if you actually want to test this, make sure you have python 3 installed, and the modules:
pyreadline
colorama
those are the 2 modules required to run this.
working towards next release, any help would be accepted!