Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

21 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages