poco icon indicating copy to clipboard operation
poco copied to clipboard

Interactive pipeline filtering in PowerShell (a port of peco).

Results 7 poco issues
Sort by recently updated
recently updated
newest added

Under OpenSUSE 15 with PowerShell 6.20 and peco 0.5.3, say `ls | poco` results in a clearance of the screen, but no fuzzy finding interface.

bug

There needs to be indication of what modes are set to. Case (in)sensitive, inverted/not. Ideally these indicators will be one character each and near the query bar.

enhancement

Detect when file contents are being worked with, then provide an option to show context (x lines before and/or after) for matching results. This is useful for searching log files.

enhancement

This is a list of the properties available on the first object in the collection. This will help users know what properties they can filter on.

enhancement

This should include single and multi select.

enhancement