Skip to content

Duui3111/WinShell

Repository files navigation

Contributors Forks Stargazers Issues MIT License Github All Releases Visits Badge


Logo

WinShell

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



about the project

Product Name Screen Shot

Built With

you will need to have this to build WinShell

  • gcc
  • g++
  • windres
  • msbuild

Getting Started

how to run from the srorce

> cd scripts
> build

or you can run with make by doing

> make build

Usage

> 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]

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b your-new-branch-name)
  3. Commit your Changes (git commit -m 'what you have added')
  4. Push to the Branch (git push origin <add-your-branch-name>)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.