Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 395 Bytes

File metadata and controls

8 lines (6 loc) · 395 Bytes

AutoComplete-Shell

A simple shell with auto completion.
Only supported in Windows (linux already has Programmable Completion).

Simply calling runShell(suggestion[]) (in acshell.hpp) will run the shell, returning the input as std::string.

License

This Project is licensed under the terms of MIT License.