dotnet run --project UICatalog
to run the UI Catalog.
Out-ConsoleGridView
- OCGV
sends the output from a command to an interactive table.
Out-ConsoleGridView
).
TerminalGuiDesigner - Cross platform view designer for building Terminal.Gui applications.
Capital and Cargo - A retro console game where you buy, sell, produce and transport goods built with Terminal.Gui
Falcon - Terminal chat application that uses SignalR and Terminal.Gui.
Muse - Muse is terminal music player built with Terminal.Gui and NAudio on .NET platform.
Whale - Lightweight terminal user interface application that helps software engineers manage Docker containers.
TermKeyVault - Terminal based password manager built with F# and Terminal.Gui.
C# Example - Run dotnet run
in the Example
directory to run the C# Example.
F# Example - An example showing how to build a Terminal.Gui app using F#.
Reactive Example - A sample app that shows how to use System.Reactive
and ReactiveUI
with Terminal.Gui
. The app uses the MVVM architecture that may seem familiar to folks coming from WPF, Xamarin Forms, UWP, Avalonia, or Windows Forms. In this app, we implement the data bindings using ReactiveUI WhenAnyValue
syntax and Pharmacist — a tool that converts all events in a NuGet package into observable wrappers.