AutoConsole 1.0.0
dotnet add package AutoConsole --version 1.0.0
NuGet\Install-Package AutoConsole -Version 1.0.0
<PackageReference Include="AutoConsole" Version="1.0.0" />
<PackageVersion Include="AutoConsole" Version="1.0.0" />
<PackageReference Include="AutoConsole" />
paket add AutoConsole --version 1.0.0
#r "nuget: AutoConsole, 1.0.0"
#:package AutoConsole@1.0.0
#addin nuget:?package=AutoConsole&version=1.0.0
#tool nuget:?package=AutoConsole&version=1.0.0
AutoConsole
A powerful console auto-complete library for building interactive command-line interfaces (CLI) in .NET applications. This library provides a customizable auto-completion system with support for command trees and debug capabilities.
Source Code
The source code for this project is available on GitHub. Feel free to explore, fork, or contribute!
Overview
The AutoConsole library, developed by Walter Holm, enables developers to create rich CLI experiences with features like:
- Autocomplete suggestions based on a command tree.
- Debug and diagnostic logging with adjustable verbosity levels.
- Command history and input buffer management.
This project is ideal for CLI tools, scripts, or any application requiring an interactive console interface.
Installation
Via NuGet
The AutoConsole package is available on NuGet.org. You can install it using the .NET CLI, Visual Studio, or Visual Studio Code.
.NET CLI
dotnet add package AutoConsole
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 296 | 7/26/2025 |