Info
Version: | 1.0.5 |
Author(s): | Cintio Ltd. |
Last Update: | Friday, June 9, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sorrell/InteractivePrompt |
NuGet Url: | https://www.nuget.org/packages/InteractivePrompt |
Install
Install-Package InteractivePrompt
dotnet add package InteractivePrompt
paket add InteractivePrompt
InteractivePrompt Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It's a REPL for Console Apps that features a command history, word completion, and basic shell nav. Just add your own prompt, startup message, and callback for handling the user input.
More info at https://github.com/sorrell/InteractivePrompt.