Info
Version: | 0.6.15 |
Author(s): | Alex Rønne Petersen |
Last Update: | Saturday, January 1, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/alexrp/system-terminal |
NuGet Url: | https://www.nuget.org/packages/Terminal.Extensions |
Install
Install-Package Terminal.Extensions
dotnet add package Terminal.Extensions
paket add Terminal.Extensions
Terminal.Extensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Terminal(>= 0.2.0)
- Microsoft.Extensions.Hosting(>= 3.1.3)
With the Windows console host now supporting virtual terminal sequences, it
makes little sense for console interaction to still be centered around the old
Windows console host and the many limitations it had.
System.Terminal provides
an API centered around a VT100 terminal with some extensions from later models
and modern terminal emulators. It works on all desktop platforms that .NET 6+
supports.
This package provides terminal hosting and logging for the .NET Generic Host.