# mooz/percol

adds flavor of interactive filtering to the traditional pipe concept of UNIX shell

Repository: https://github.com/mooz/percol
Canonical: https://ross.abutalabs.com/products/percol
Language: Python
License Family: other
Last push: 2023-12-30T17:17:12+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5666, "days_push": 977, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3326, forks 144 (observed 2026-08-28T04:07:56.466435+00:00)

## What it is
percol is an interactive filtering tool for UNIX shells that reads lines from stdin, lets the user interactively select/filter them, and outputs the selection to stdout. It is written in Python, highly customizable, and supports Migemo-based matching for fast Japanese input filtering.

## Use cases
- interactively filter command output in a shell pipe
- search and select zsh shell history interactively
- interactive pgrep/pkill to pick processes to kill
- select tmux sessions or windows interactively
- fuzzy-select lines from a file in the terminal
- filter Japanese text with Migemo or pinyin matching

## When to choose
- you want an interactive grep-style selector embedded in UNIX pipelines
- you need heavy customization of prompts, keymaps, and colors via a Python rc file
- you frequently filter Japanese input and want Migemo/pinyin support

## When to avoid
- you want the fastest or most actively maintained fuzzy finder - prefer fzf or peco
- you need a GUI or non-terminal interactive selector
- you require guaranteed long-term support - the project has no formal license file and slow release cadence

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: search-engine, cli, developer-tools
- domain: developer-tools
- platform: cli, python
- tags: interactive-filter, fuzzy-finder, unix-pipe, terminal-ui, migemo, command-line, linux, macos

## Member repositories
- mooz/percol (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:56.466435+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:41:46.854049+00:00, confidence not recorded.
  - readme: https://github.com/mooz/percol (fetched 2026-08-28T04:07:56.466435+00:00, sha 04439f10bfa2)
  - registry_pypi: https://pypi.org/pypi/percol/json (fetched 2026-08-29T09:34:45.154723+00:00, sha 4767ce2af14f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
