Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Get-ChildItem in Out-GridView with ANSI Escape sequences :-( #17636

Copy link
Copy link
@theuserbl

Description

@theuserbl
Issue body actions

Prerequisites

Steps to reproduce

Using for example PowerShell 7.3.0-preview.5 on Windows 10 21H1.
With PowerShell 7.1.4 it don't work, because it needs the file and directory coloring.
Input then Get-ChildItem | Out-GridView on the PowerShell in a directory with subdirectories and *-.exe-files.

Expected behavior

That a directory called "Downloads" is in the Out-GridView shown as "Downloads".
And that an executable called "program.exe" is in the Out-GridView shown as "program.exe".

Actual behavior

The directory called "Downloads" is in the Out-GridView shown as "[44;1mDownloads[0m".
And the executable called "program.exe" is in the Out-GridView shown as "[32;1mprogram.exe[0m".

Error details

there is no error

Environment data

PS D:\> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      7.3.0-preview.5
PSEdition                      Core
GitCommitId                    7.3.0-preview.5
OS                             Microsoft Windows 10.0.19043
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

PS D:\>

Visuals

outgrid

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-FixedThe issue is fixed.The issue is fixed.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.