ConsoleGuiTools icon indicating copy to clipboard operation
ConsoleGuiTools copied to clipboard

After Installing and Importing, Out-ConsoleGridView Fails

Open adamhill opened this issue 1 year ago • 2 comments
trafficstars

Prerequisites

  • [X] Write a descriptive title.
  • [X] Make sure you are able to repro it on the latest version
  • [X] Search the existing issues.

Steps to reproduce

After Installing and Importing Graphical tools, Out-ConsoleGridview cannot be found.

image

Expected behavior

A ConsoleGridview with PS output in it like the demo video.

Am I missing something?

Other PS Modules are working fine

Actual behavior

An error.

Error details

No response

Environment data

macOS Ventura 13.6
iTerm2

Version

0.2.0

Visuals

image

adamhill avatar Feb 09 '24 23:02 adamhill

Out-ConsoleGridView is not part of Microsoft.PowerShell.GraphicalTools.

It is part of Microsoft.PowerShell.ConsoleGuiTools.

The README is clear on this, no?

image

Try this:

install-module Microsoft.PowerShell.ConsoleGuiTools  -Repository PSGallery -Verbose
import-module Microsoft.PowerShell.ConsoleGuiTools -Verbose 

tig avatar Feb 11 '24 17:02 tig

Wow. I honestly don't know how I got these projects mixed up... I guess being a Tab hobo has its issues.

Thanks. Works as expected.

adamhill avatar Feb 12 '24 15:02 adamhill