You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that a module named `Microsoft.PowerShell.GraphicalTools` used to be built
8
-
and published out of this repo, but per [#101](https://github.com/PowerShell/GraphicalTools/issues/101)
9
-
it is deprecated and unmaintained until such time that it can be rewritten on
10
-
top of [.NET MAUI](https://devblogs.microsoft.com/dotnet/introducing-net-multi-platform-app-ui/).
7
+
_Note:_ A module named `Microsoft.PowerShell.GraphicalTools` used to be built and published out of this repo, but per [#101](https://github.com/PowerShell/GraphicalTools/issues/101) it is deprecated and unmaintained until such time that it can be rewritten on top of [.NET MAUI](https://devblogs.microsoft.com/dotnet/introducing-net-multi-platform-app-ui/).
11
8
12
9
## Installation
13
10
@@ -23,6 +20,15 @@ to view and filter objects graphically.
23
20
24
21

25
22
23
+
### Examples
24
+
25
+
Get a process ID:
26
+
```powershell
27
+
gps | ocgv -OutputMode Single
28
+
```
29
+
30
+
See the [F7 History](https://github.com/gui-cs/F7History) script to show the PowerShell command history when F7 is pressed.
- OutGridView.Gui - Implementation of the Out-GridView window
104
+
- ConsoleGuiTools - Cmdlet implementation for Out-ConsoleGridView
103
105
- OutGridView.Models - Contains data contracts between the GUI & Cmdlet
104
106
107
+
_Note:_ Previously, GraphicalTools also included the Avalonia-based `Out-GridView` which was implemented in `.\Microsoft.PowerShell.GraphicalTools` and `.\OutGridView.Gui`. These components have been deprecated (see note above).
0 commit comments