Vezel.Cathode.Common
0.14.17
Prefix Reserved
dotnet add package Vezel.Cathode.Common --version 0.14.17
NuGet\Install-Package Vezel.Cathode.Common -Version 0.14.17
<PackageReference Include="Vezel.Cathode.Common" Version="0.14.17" />
paket add Vezel.Cathode.Common --version 0.14.17
#r "nuget: Vezel.Cathode.Common, 0.14.17"
// Install Vezel.Cathode.Common as a Cake Addin #addin nuget:?package=Vezel.Cathode.Common&version=0.14.17 // Install Vezel.Cathode.Common as a Cake Tool #tool nuget:?package=Vezel.Cathode.Common&version=0.14.17
Cathode
Cathode is a toolkit for writing terminal-based applications. It is effectively a complete replacement for the .NET console APIs.
With Windows Terminal having replaced the old Windows console host, it makes little sense for console interaction to still be centered around the old 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.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 | 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. |
-
net8.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.