Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

pscolor eats the context when using select-string with context #13

@kchan345

Description

@kchan345

Hi,

Example of the issue:

test.txt content:
1
2
3
4
5
6
7
8

command:
select-string .\test.txt -pattern "5" -context 3

output when only pscolor module is loaded:
test.txt:5:5

output when no modules are loaded:

  test.txt:2:2
  test.txt:3:3
  test.txt:4:4
> test.txt:5:5
  test.txt:6:6
  test.txt:7:7
  test.txt:8:8

Thank you for your color module :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions