poco icon indicating copy to clipboard operation
poco copied to clipboard

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

poco

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)

Example of poco in action

Usage

Syntax

Select-Poco [[-Property] <Object[]>] [[-Query] <string>] [[-Filter] {match | like | eq}] [[-Prompt] <string>]
    [[-Layout] {TopDown | BottomUp}] [[-Keymaps] <hashtable>] [-CaseSensitive] [-InvertFilter]

Install

Inspect

Save-Module -Name poco -Path <path>

Install

Install-Module -Name poco

Build

Invoke-PSake build