mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
2.5 KiB
2.5 KiB
Showcase
-
UI Catalog - The UI Catalog project provides an easy to use and extend sample illustrating the capabilities of Terminal.Gui. Run
dotnet run --project UICatalogto run the UI Catalog.
⠀ -
PowerShell's
Out-ConsoleGridView-OCGVsends the output from a command to an interactive table.
⠀ -
F7History - Graphical Command History for PowerShell (built on PowerShell's
Out-ConsoleGridView).
⠀ -
PoshRedisViewer - A compact Redis viewer module for PowerShell written in F#.

⠀ -
PoshDotnetDumpAnalyzeViewer - dotnet-dump UI module for PowerShell.

⠀ -
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
Examples
- C# Example - Run
dotnet runin theExampledirectory 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.ReactiveandReactiveUIwithTerminal.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 ReactiveUIWhenAnyValuesyntax and Pharmacist — a tool that converts all events in a NuGet package into observable wrappers.