# PowerShell/PSReadLine

A bash inspired readline implementation for PowerShell

Repository: https://github.com/PowerShell/PSReadLine
Canonical: https://ross.abutalabs.com/products/psreadline
Language: C#
License: BSD-2-Clause
License Family: permissive
Last push: 2026-04-08T18:38:08+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 76, release rhythm 21, longevity 100
- inputs: {"age_days": 4860, "days_push": 147, "days_rel": 315, "gap_med": 384, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4342, forks 337 (observed 2026-08-28T04:08:46.126078+00:00)

## What it is
PSReadLine is a PowerShell module that replaces the built-in command line editing experience with a bash-inspired readline implementation. It adds syntax coloring, multi-line editing, customizable key bindings, history search, and completion to PowerShell consoles.

## Use cases
- add syntax highlighting to the PowerShell console
- search shell history with Ctrl-R like in bash
- customize key bindings in PowerShell
- get better multi-line command editing in PowerShell
- share command history across PowerShell sessions
- get bash-style tab completion in PowerShell

## When to choose
- you use PowerShell interactively and want a modern readline experience
- you want syntax coloring and error notification while typing commands
- you need emacs or bash-style editing modes in PowerShell

## When to avoid
- you only run PowerShell scripts non-interactively
- you use a shell other than PowerShell
- you need a fully POSIX readline-compatible implementation

## Facets
- artifact type: library
- maturity: active
- function: cli, developer-tools, terminal-ui
- domain: developer-tools
- platform: windows, cross-platform
- tags: readline, powershell, line-editing, syntax-highlighting, shell-history, key-bindings, command-line, linux, macos

## Member repositories
- PowerShell/PSReadLine (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:46.126078+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:21:36.379734+00:00, confidence not recorded.
  - readme: https://github.com/PowerShell/PSReadLine (fetched 2026-08-28T04:08:46.126078+00:00, sha 3df29b00e6fc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
