Skip to content

Releases: Michael78912/wish

basic scripting

29 Jul 19:08
2a3a863
Compare
Choose a tag to compare

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

28 Jul 01:06
Compare
Choose a tag to compare

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

13 Jul 19:35
79313d6
Compare
Choose a tag to compare
0.0 Alpha Pre-release
Pre-release

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!