Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 413 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 413 Bytes

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