Microsoft.PowerShell.ConsoleGuiTools

0.7.6.0

Cross-platform Console Gui Tools for PowerShell

Minimum PowerShell version

7.2

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Microsoft.PowerShell.ConsoleGuiTools

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Microsoft.PowerShell.ConsoleGuiTools

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Microsoft Corporation.

Package Details

Author(s)

  • PowerShell Team

Tags

Console Gui Out-GridView Out-ConsoleGridView Show-ObjectTree Terminal.Gui gui.cs MacOS Windows Linux

Cmdlets

Out-ConsoleGridView Show-ObjectTree

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

# Release Notes
## v0.7.6

* Fix child expand #223

## v0.7.5

* Adds Show-ObjectTree cmdlet #179
* Fix clear last line on Windows Terminal Issue again #207
* Adds support for -Diagnostic switch to Out-ConsoleGridView #208
* Adds support for -UseNetDriver switch to Out-ConsoleGridView #208

## v0.7.4

* Fixes last line not cleared on exit in WT by updating to Terminal.Gui v1.13.5 #205

## v0.7.3

* Build updates and compliant release pipeline #168
* Updates ConsoleGuiTools to Terminal.Gui v1.10 #184
* Fixes #175. Column headers misaligned #185
* Fixes# 148. Move to next row on select #187
* Fixes #174. Changing Filter does not undo previously marked items #186
* Marked are now at top; simplified code; fixed margin #188
* Fixes #189 - Fixed typo in exception text. Added -verbose to launch.json #190
* Fixes #195 - Incompatible with OpenSUS #196
* Bump Newtonsoft.Json from 13.0.1 to 13.0.3 #198
* Bump Newtonsoft.Json from 13.0.1 to 13.0.3 #200
* Bump Microsoft.PowerShell.SDK from 7.2.6 to 7.2.13 #199
* Bump Terminal.Gui from 1.13 to 1.13.4 #197
* Remove PDB files from module #201

## v0.7.2

* Update Terminal.Gui to v1.7.1 #161
* Filter edit chops off first char of filter string passed on command line #151
* Color changes and terminal becomes unreadable #150
If items are selected, then a filter is applied, items now hidden stay selected #121
* Add UI for select-all/select-none #120
* Add ability to minimize UI #116
* Initial focus should be on the results (ListView) #87
* Import-Module causes warning on PowerShell 7 RC3 #44
* Runaway process on Ubuntu 20.4 displaying random characters upon exit. #139
* PSAnsiRenderingFileInfo causes display issues with Out-ConsoleGridView #159
* Removes building and distribution of Out-GridView and the other Avalonia-based components
* Remove ANSI escape sequences from property values #158
       
## v0.7.0

Upgraded to PowerShell 7.2 and .NET target framework `net60`

Updated Terminal.Gui to 1.7

Fixed #131 - Strip ANSI

## v0.6.3

Unreleased!

## v0.6.2

Update Terminal.Gui to 1.0.

Disable mouse mode to fix bug with mouse movement being printed to console.

Gracefully fail when running in remote sessions.

## v0.6.1

Fix off-by-one error with ellipsis so columns should be better aligned.

## v0.6.0

Now supports `-Filter` parameter.

Updated to use the final release of `Terminal.Gui` v0.90 (which is feature complete for 1.0).

## v0.5.0

`Out-ConsoleGridView` has been totally refactored!

First off, no more silly F9 menu to accept!
All you have to do is hit `ENTER` to accept your selection or `ESC` to cancel.

Also, `-OutputMode` works as expected now. `Single` lets you only select one item. `Multiple` is the default.

## v0.4.1

* Fix filter indexing to return correct selected objects

## v0.4.0

* Regex filter
* Newlines rendering fix (Thanks @tig!)

## v0.3.0

* Windows OS support (PS 6.2+)
* dynamic column widths
* Fix arrow key issue on non-Windows

## v0.2.0

Initial Release

FileList

Version History

Version Downloads Last updated
0.7.6.0 (current version) 82,853 10/27/2023
0.7.5.35 307 10/25/2023
0.7.4 5,195 7/28/2023
0.7.3 1,495 7/19/2023
0.7.2 19,222 8/25/2022
0.6.2 35,562 4/29/2021
0.6.1 3,770 9/29/2020
0.6.0 34 9/28/2020
0.5.0 52 9/27/2020
0.4.1 2,313 3/19/2020
0.4.0 129 3/17/2020
0.3.0 408 3/10/2020
0.2.0 410 3/6/2020
Show more