Vezel.Cathode
0.8.23
Prefix Reserved
See the version list below for details.
dotnet add package Vezel.Cathode --version 0.8.23
NuGet\Install-Package Vezel.Cathode -Version 0.8.23
<PackageReference Include="Vezel.Cathode" Version="0.8.23" />
paket add Vezel.Cathode --version 0.8.23
#r "nuget: Vezel.Cathode, 0.8.23"
// Install Vezel.Cathode as a Cake Addin #addin nuget:?package=Vezel.Cathode&version=0.8.23 // Install Vezel.Cathode as a Cake Tool #tool nuget:?package=Vezel.Cathode&version=0.8.23
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 6+ supports.
This project offers the following packages:
- Vezel.Cathode: Provides the core terminal API.
- Vezel.Cathode.Analyzers: Provides diagnostic analyzers and source generators.
- 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 page.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
-
net6.0
- Microsoft.CodeAnalysis.BannedApiAnalyzers (>= 3.3.3)
- System.IO.Pipelines (>= 6.0.2)
- Wcwidth (>= 0.6.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Vezel.Cathode:
Package | Downloads |
---|---|
Vezel.Cathode.Extensions
Cathode is a terminal-centric replacement for the .NET console APIs. This package provides terminal hosting and logging for the .NET Generic Host. |
GitHub repositories
This package is not used by any popular GitHub repositories.