PowerShell/PSReadLine
A bash inspired readline implementation for PowerShell observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 76
- Release rhythm 21
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 384
- age_days: 4860
- days_rel: 315
- days_push: 147
- n_releases_24m: 2
Adoption not part of the score
4342 stars · 337 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
library · maturity active
cli developer-tools terminal-ui developer-tools windows cross-platform readline powershell line-editing syntax-highlighting shell-history key-bindings command-line linux macos
1 source
- readme: https://github.com/PowerShell/PSReadLine · fetched 2026-08-28 · 3df29b00e6fc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PowerShell/PSReadLine | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="PowerShell/PSReadLine")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem