All Projects → jasonmarcher → poco

jasonmarcher / poco

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

Programming Languages

powershell
5483 projects

Labels

Projects that are alternatives of or similar to poco

cpp-from-zero-to-one
Learning C++ from zero to one
Stars: ✭ 52 (+225%)
Mutual labels:  pipeline
adonis-bundler
Blazing fast, zero configuration assets bundler for AdonisJS
Stars: ✭ 19 (+18.75%)
Mutual labels:  pipeline
pipeline-github-plugin
Pipeline: GitHub
Stars: ✭ 151 (+843.75%)
Mutual labels:  pipeline
grape-nf
An automated RNA-seq pipeline using Nextflow
Stars: ✭ 30 (+87.5%)
Mutual labels:  pipeline
runiac
Run IaC Anywhere With Ease
Stars: ✭ 18 (+12.5%)
Mutual labels:  pipeline
vector
A high-performance observability data pipeline.
Stars: ✭ 12,138 (+75762.5%)
Mutual labels:  pipeline
CloudConductor
CloudConductor is a workflow management system that generates and executes bioinformatics pipelines
Stars: ✭ 13 (-18.75%)
Mutual labels:  pipeline
pipeline-as-yaml-plugin
Jenkins Pipeline As Yaml Plugin
Stars: ✭ 111 (+593.75%)
Mutual labels:  pipeline
MegFlow
Efficient ML solution for long-tailed demands.
Stars: ✭ 372 (+2225%)
Mutual labels:  pipeline
saisoku
Saisoku is a Python module that helps you build complex pipelines of batch file/directory transfer/sync jobs.
Stars: ✭ 40 (+150%)
Mutual labels:  pipeline
pipelineRD
A chain of responsability pattern implementation in .NET that supports retry policy, sync and async steps, rollback, pipeline recovery by cache and visual documentation using diagrams.
Stars: ✭ 19 (+18.75%)
Mutual labels:  pipeline
cmakebuilder-plugin
Jenkins CMake plugin
Stars: ✭ 16 (+0%)
Mutual labels:  pipeline
TensorflowDeepSortTracking
Tensorflow object detection with tracking based on the DeepSort algorithm
Stars: ✭ 60 (+275%)
Mutual labels:  pipeline
HTGS
The Hybrid Task Graph Scheduler API
Stars: ✭ 36 (+125%)
Mutual labels:  pipeline
etran
Erlang Parse Transforms Including Fold (MapReduce) comprehension, Elixir-like Pipeline, and default function arguments
Stars: ✭ 19 (+18.75%)
Mutual labels:  pipeline
xp
A framework (comand line tool + libraries) for creating flexible compute pipelines
Stars: ✭ 54 (+237.5%)
Mutual labels:  pipeline
LTRpred
De novo annotation of young retrotransposons
Stars: ✭ 35 (+118.75%)
Mutual labels:  pipeline
rocket-pipes
Powerful pipes for TypeScript, that chain Promise and ADT for you 🚌 -> ⛰️ -> 🚠 -> 🏂 -> 🚀
Stars: ✭ 18 (+12.5%)
Mutual labels:  pipeline
cherry-on-py
Cloud computing is a game changer for developers. What can you do in a couple hundred lines of code?
Stars: ✭ 67 (+318.75%)
Mutual labels:  pipeline
zenhub-pipeline
Automatically transfer issues in pipeline by commit message
Stars: ✭ 14 (-12.5%)
Mutual labels:  pipeline

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].