Vezel.Cathode.Common
0.9.156
Prefix Reserved
See the version list below for details.
dotnet add package Vezel.Cathode.Common --version 0.9.156
NuGet\Install-Package Vezel.Cathode.Common -Version 0.9.156
<PackageReference Include="Vezel.Cathode.Common" Version="0.9.156" />
paket add Vezel.Cathode.Common --version 0.9.156
#r "nuget: Vezel.Cathode.Common, 0.9.156"
// Install Vezel.Cathode.Common as a Cake Addin #addin nuget:?package=Vezel.Cathode.Common&version=0.9.156 // Install Vezel.Cathode.Common as a Cake Tool #tool nuget:?package=Vezel.Cathode.Common&version=0.9.156
Cathode
Cathode is a toolkit for writing terminal-based applications. It is effectively a complete replacement for the .NET console APIs.
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. Cathode 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 supports.
This project offers the following packages:
- Vezel.Cathode: Provides the core terminal API.
- Vezel.Cathode.Hosting: Provides the terminal hosting model.
- Vezel.Cathode.Extensions: Provides terminal hosting and logging for the .NET Generic Host.
See the sample programs for examples of what the API can do.
For more information, please visit the project home page.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net7.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Vezel.Cathode.Common:
Package | Downloads |
---|---|
Vezel.Cathode
Cathode is a terminal-centric replacement for the .NET console APIs. This package provides the core terminal API. |
GitHub repositories
This package is not used by any popular GitHub repositories.