Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After Installing and Importing, Out-ConsoleGridView Fails #240

Open
3 tasks done
adamhill opened this issue Feb 9, 2024 · 2 comments
Open
3 tasks done

After Installing and Importing, Out-ConsoleGridView Fails #240

adamhill opened this issue Feb 9, 2024 · 2 comments

Comments

@adamhill
Copy link

adamhill commented Feb 9, 2024

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest version
  • 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

@tig
Copy link
Collaborator

tig commented Feb 11, 2024

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 

@adamhill
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants