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 |
Install
Install-Package Terminal
dotnet add package Terminal
paket add Terminal
Terminal Download (Unzip the "nupkg" after downloading)
Dependencies
- Mono.Posix.NETStandard(>= 1.0.0)
- Vanara.PInvoke.Kernel32(>= 3.2.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 the core terminal API.