# kelleyma49/PSFzf

A PowerShell wrapper around the fuzzy finder fzf

Repository: https://github.com/kelleyma49/PSFzf
Canonical: https://ross.abutalabs.com/products/psfzf
Language: PowerShell
License: MIT
License Family: permissive
Topics: fzf, powershell, commandline, powershell-modules
Last push: 2026-06-20T23:18:53+00:00

## Health v2 (maintenance only)
Score: 87/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 88, release rhythm 77, longevity 100
- inputs: {"age_days": 3598, "days_push": 74, "days_rel": 74, "gap_med": 41, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1179, forks 52 (observed 2026-08-28T04:03:53.303784+00:00)

## What it is
PSFzf is a PowerShell module that wraps the fzf fuzzy finder, exposing it via an Invoke-Fzf cmdlet and helper functions. It integrates with PSReadLine through keyboard chords for fuzzy file selection, history search, and directory navigation.

## Use cases
- fuzzy find files in PowerShell and pipe them to commands
- reverse-search command history with fzf via Ctrl+r
- quickly cd into a directory picked with a fuzzy finder
- integrate fzf keybindings into PowerShell with PSReadLine
- select multiple files interactively from the terminal

## When to choose
- you use PowerShell as your primary shell and want fzf integration
- you want fuzzy history search and file picking with keyboard shortcuts
- you need a maintained PowerShell module rather than hand-rolled fzf scripts

## When to avoid
- you use bash, zsh, or fish where native fzf key bindings suffice
- you don't have the fzf binary installed and cannot install it
- you need a GUI file picker rather than a terminal fuzzy finder

## Facets
- artifact type: plugin
- maturity: active
- function: cli, developer-tools, search-engine
- domain: developer-tools
- platform: windows, cli, cross-platform
- tags: fzf, powershell-module, fuzzy-finder, psreadline, terminal, command-line, linux, macos

## Member repositories
- kelleyma49/PSFzf (main) score 87

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:53.303784+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-30T06:26:03.003225+00:00, confidence not recorded.
  - readme: https://github.com/kelleyma49/PSFzf (fetched 2026-08-28T04:03:53.303784+00:00, sha 7a6dfdd44b5c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
