WithLithum/IceShell
A shell interpreter inspired by (but is not compatible with) Windows Command Prompt and MS-DOS format
IceShell logo
IceShell
English | 中文
A cross-platform shell interpreter written in C#, and is inspired by Windows Command Prompt and
MS-DOS command.com.
Usage
See the IceShell Reference. Alternatively, type help in the IceShell.
Installation
Release builds
Before you download a release build, please do note that this project is in rapid development stage. This means the source code in the repository is much more newer than the release versions.
Releases can be found at the release page. See release change-logs.
Development builds
Development builds are not currently available.
Build from Source
See BUILDING file.
Contributing
This project welcomes contributions! See the Contributing Guide for more information.
Thanks
- Thanks JetBrains for providing a free licence of their tools for the development of the IceShell project. Their .NET tools like Rider IDE have really helped me develop this project, and I really appreciate that.