shell for windows with a termenal and the wsh language wich can be run with WinShell
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
you will need to have this to build WinShell
- gcc
- g++
- windres
- msbuild
how to run from the srorce
> cd scripts
> build
or you can run with make by doing
> make build
> cd [path]
> ls
> ls [path]
> cls
> copy [from] [to]
> mkdir [dirname]
> rmdir [dirname]
> echo [text]
> cwd
> date
> math [the math]
> run [env var]
> exit
on how to run wsh languge
> wsh_lang [filename]
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b your-new-branch-name
) - Commit your Changes (
git commit -m 'what you have added'
) - Push to the Branch (
git push origin <add-your-branch-name>
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.