WithLithum/IceShell
1
1
Fork
You've already forked IceShell
0
A shell interpreter inspired by (but is not compatible with) Windows Command Prompt and MS-DOS format
C# 100%
2023年12月30日 19:34:34 +08:00
.github/workflows 💚 (ci) Revert Cake build CI attempt 2023年10月17日 14:55:03 +08:00
.vscode 📝 (docs) Make docs look a slightly better 2023年10月26日 12:22:13 +08:00
assets 🍱 (misc) Update logo 2023年10月27日 14:50:07 +08:00
docs 📝 (docs) Update Chinese manual 2023年12月23日 12:42:14 +08:00
src 🔧 (misc) Bump version 2023年12月30日 19:34:34 +08:00
.editorconfig ♻️ (command) Migrate the last commands [ #30 ] 2023年12月23日 12:14:38 +08:00
.gitignore 🐛 (bug) Fix previous case sensitivity contracts not respected 2023年11月17日 21:09:03 +08:00
BUILDING.md 📝 (docs) Update documentation [skip ci] 2023年10月11日 20:23:06 +08:00
CHANGELOG.md ♻️ (command) Migrate DIR command to new syntax [ #30 ] 2023年12月19日 15:38:06 +08:00
CODE_OF_CONDUCT.md 📝 (docs) Fix ground rule links 2023年11月08日 07:40:26 +08:00
CONTRIBUTING.md 📝 (docs) Update manual and CONTRIBUTING file 2023年12月10日 20:51:04 +08:00
COPYING.txt 🎉 (general) Initial commmit public 2023年02月01日 20:05:17 +08:00
README.md 📝 (docs) Update docs to contain gitmoji information 2023年11月29日 06:10:53 +08:00
SECURITY.md 📝 (docs) Update documentation 2023年10月06日 11:59:10 +08:00

IceShell

English | 中文

A cross-platform shell interpreter written in C#, and is inspired by Windows Command Prompt and MS-DOS command.com.

Gitmoji Discord

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.

License

GPL-3.0-or-later