Microsoft.PowerShell.ConsoleGuiTools

0.7.2

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 -RequiredVersion 0.7.2

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

Install-PSResource -Name Microsoft.PowerShell.ConsoleGuiTools -Version 0.7.2

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 Terminal.Gui gui.cs MacOS Windows Linux

Cmdlets

Out-ConsoleGridView

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

# Release Notes
## 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 82,221 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 (current version) 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