项目作者: w1jtoo

项目描述 :
Windows command-line interpreter.
高级语言: C
项目地址: git://github.com/w1jtoo/Shelldown.git
创建时间: 2020-01-16T13:17:23Z
项目社区:https://github.com/w1jtoo/Shelldown

开源协议:MIT License

下载


Shelldown

Shelldown is a command-line interpreter based on windows CMD. Made for understanding and train: C, WinAPI, CLI, making interface for other applications.
Support Widnwos NT family platforms.

Builtins

  • cd - change directory
  • ? - show help hint
  • exit - save exit application

Shortcuts

  • Ctrl + Q - equivalent of exit
  • tab shows - hits
  • arrow up/down - move in history