Skip to content

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

Notifications You must be signed in to change notification settings

jasonmarcher/poco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published