Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ConsoleGuiTools - `Out-ConsoleGridView` and `Show-ObjectTree`

> [!IMPORTANT]
> The PowerShell team has decided that `Microsoft.PowerShell.ConsoleGuiTools` is feature complete, so [v0.7.7](https://github.com/PowerShell/ConsoleGuiTools/releases/tag/v0.7.7) is the last feature release.
>
> The community maintainer and author of Terminal.Gui, [@tig](https://github.com/tig), is maintaining a community fork at [tui-cs/PSTui](https://github.com/tui-cs/PSTui). Users are encouraged to migrate to it going forward. We thank everyone for their contributions.
Comment thread
andyleejordan marked this conversation as resolved.
Outdated

This repo contains the `Out-ConsoleGridView`
PowerShell Cmdlet providing console-based GUI experiences based on
[Terminal.Gui (gui.cs)](https://github.com/gui-cs/Terminal.Gui).
Expand Down
Loading