![]() |
VOOZH | about |
dotnet add package Terminal.Gui.RunExec --version 2.0.4
NuGet\Install-Package Terminal.Gui.RunExec -Version 2.0.4
<PackageReference Include="Terminal.Gui.RunExec" Version="2.0.4" />
<PackageVersion Include="Terminal.Gui.RunExec" Version="2.0.4" />Directory.Packages.props
<PackageReference Include="Terminal.Gui.RunExec" />Project file
paket add Terminal.Gui.RunExec --version 2.0.4
#r "nuget: Terminal.Gui.RunExec, 2.0.4"
#:package Terminal.Gui.RunExec@2.0.4
#addin nuget:?package=Terminal.Gui.RunExec&version=2.0.4Install as a Cake Addin
#tool nuget:?package=Terminal.Gui.RunExec&version=2.0.4Install as a Cake Tool
👁 .NET Core
👁 Version
👁 Code Coverage
👁 Downloads
👁 Bugs
prealpha release of Terminal.Gui v2 can be found on Nuget.v2. The API is significantly changed, and significantly improved. There will be breaking changes in the API before Beta, but the core API is stable.v1 is in maintenance mode and we will only accept PRs for issues impacting existing functionality.Terminal.Gui: A toolkit for building rich console apps for Windows, the Mac, and Linux/Unix.
Paste these commands into your favorite terminal on Windows, Mac, or Linux. This will install the Terminal.Gui.Templates, create a new "Hello World" TUI app, and run it.
(Press CTRL-Q to exit the app)
dotnet new --install Terminal.Gui.templates
dotnet new tui -n myproj
cd myproj
dotnet run
There is also a visual designer (uses Terminal.Gui itself).
The above documentation matches the most recent Nuget release from the v2_develop branch. Get the v1 documentation here.
See the Terminal.Gui/README for an overview of how the library is structured.
Terminal.Gui can be used with any .Net language to create feature rich and robust applications.
Showcase is a place where you can find all kind of projects from simple examples to advanced real world apps that fully utilize capabilities of the toolkit.
The team is looking forward to seeing new amazing projects made by the community to be added there!
The following example shows a basic Terminal.Gui application in C#:
When run the application looks as follows:
F# examples are located
Use NuGet to install the Terminal.Gui NuGet package: https://www.nuget.org/packages/Terminal.Gui
To install Terminal.Gui into a .NET Core project, use the dotnet CLI tool with this command.
dotnet add package Terminal.Gui
Or, you can use the Terminal.Gui.Templates.
See .
Debates on architecture and design can be found in Issues tagged with design.
See gui-cs for how this project came to be.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on Terminal.Gui.RunExec:
| Package | Downloads |
|---|---|
|
Terminal.Gui.RunExecExt
Package Description |
This package is not used by any popular GitHub repositories.