Interactive pipeline filtering in PowerShell (a port of peco).
A fork of poco by yumura.
Major Features:
- Interactively filter objects in the pipeline (interactive version of
Where-Object
)
Select-Poco [[-Property] <Object[]>] [[-Query] <string>] [[-Filter] {match | like | eq}] [[-Prompt] <string>]
[[-Layout] {TopDown | BottomUp}] [[-Keymaps] <hashtable>] [-CaseSensitive] [-InvertFilter]
Inspect
Save-Module -Name poco -Path <path>
Install
Install-Module -Name poco
Invoke-PSake build