Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
PowerShell
/
PSReadLine
Public
Notifications
You must be signed in to change notification settings
Fork
332
Star
4.3k
Code
Issues
256
Pull requests
17
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
PSReadLine
PSReadLine
on
master
User selector
All users
All time
Commit history
Commits on Apr 8, 2026
Fix `ViFindBrace` to search for brace the same as `vim` when current char is not a brace (#4862)
sharpchen (sharpchen)
authored
2984546
View commit details
Copy full SHA for 2984546
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
Fix BackwardKillLine length calculation for multiline input (#5102)
Snowy (Snowy117)
authored
e266ca6
View commit details
Copy full SHA for e266ca6
View code at this point
Browse repository at this point
Commits on Jan 20, 2026
Migrate PSReadLine to target .NET 8.0 (#5055)
Justin Chung (jshigetomi)
authored
e563a2f
View commit details
Copy full SHA for e563a2f
View code at this point
Browse repository at this point
Commits on Oct 22, 2025
Prepare for the v2.4.5 release of PSReadLine
Dongbo Wang (daxian-dbw)
committed
98d5610
View commit details
Copy full SHA for 98d5610
View code at this point
Browse repository at this point
Commits on Oct 16, 2025
Fix a null reference exception when showing parameter help (#4971)
Dongbo Wang (daxian-dbw)
authored
b6c3e48
View commit details
Copy full SHA for b6c3e48
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
Add the `ScreenReaderModeEnabled` property to formatting (#4970)
Show description for 4a72454
Dongbo Wang (daxian-dbw)
authored
4a72454
View commit details
Copy full SHA for 4a72454
View code at this point
Browse repository at this point
Commits on Aug 28, 2025
Prepare for the v2.4.4-beta4 release of PSReadLine
Dongbo Wang (daxian-dbw)
committed
b5aac30
View commit details
Copy full SHA for b5aac30
View code at this point
Browse repository at this point
Fix `IsMutexPresent()` to avoid incorrect use of `GetLastWin32Error()` (#4910)
Andy Jordan (andyleejordan)
authored
1cdbf46
View commit details
Copy full SHA for 1cdbf46
View code at this point
Browse repository at this point
Add accessible screen reader mode
Show description for 7b6f602
Andy Jordan (andyleejordan)
committed
7b6f602
View commit details
Copy full SHA for 7b6f602
View code at this point
Browse repository at this point
Commits on Aug 27, 2025
Improve `IsScreenReaderActive()`
Show description for 5e72587
Andy Jordan (andyleejordan)
committed
5e72587
View commit details
Copy full SHA for 5e72587
View code at this point
Browse repository at this point
Commits on Jul 23, 2025
Prepare for the v2.4.3-beta3 release of PSReadLine
Dongbo Wang (daxian-dbw)
committed
26c25ae
View commit details
Copy full SHA for 26c25ae
View code at this point
Browse repository at this point
Commits on Jul 17, 2025
Allow accepting the current input automatically from within an `OnIdle` event handler (#4830)
Dongbo Wang (daxian-dbw)
authored
a7d988f
View commit details
Copy full SHA for a7d988f
View code at this point
Browse repository at this point
Commits on Jul 9, 2025
Add bound check for the cursor top value to `InvokePrompt` (#4791)
jftkcs
authored
addd1a6
View commit details
Copy full SHA for addd1a6
View code at this point
Browse repository at this point
Commits on May 13, 2025
Fix typo in `SamplePSReadLineProfile.ps1` (#4725)
Mahir Cadirci (mahir-cadirci)
authored
9b6a47d
View commit details
Copy full SHA for 9b6a47d
View code at this point
Browse repository at this point
Commits on Apr 17, 2025
Improve test reliability by making sure the PSReadLine one-time initialization is done (#4686)
Maxime Labelle (springcomp)
authored
b1f8c89
View commit details
Copy full SHA for b1f8c89
View code at this point
Browse repository at this point
Commits on Apr 16, 2025
Prepare for the v2.4.2-beta2 release of PSReadLine
Dongbo Wang (daxian-dbw)
committed
69c6f03
View commit details
Copy full SHA for 69c6f03
View code at this point
Browse repository at this point
Add a private field to indicate if PSReadLine is initialized and ready (#4706)
Dongbo Wang (daxian-dbw)
authored
b926959
View commit details
Copy full SHA for b926959
View code at this point
Browse repository at this point
Commits on Feb 28, 2025
Prepare for the v2.4.1-beta1 release of PSReadLine
Dongbo Wang (daxian-dbw)
committed
9a9b4df
View commit details
Copy full SHA for 9a9b4df
View code at this point
Browse repository at this point
Update PSReadLine build to target `netstandard2.0` (#4584)
Show description for 49604e8
Dongbo Wang (daxian-dbw)
authored
49604e8
View commit details
Copy full SHA for 49604e8
View code at this point
Browse repository at this point
Commits on Feb 4, 2025
Avoid querying for cursor position when it's not necessary (#4448)
Dongbo Wang (daxian-dbw)
authored
a272810
View commit details
Copy full SHA for a272810
View code at this point
Browse repository at this point
Handle buffer changes made by an event handler (#4442)
Dongbo Wang (daxian-dbw)
authored
1ea00df
View commit details
Copy full SHA for 1ea00df
View code at this point
Browse repository at this point
Commits on Nov 22, 2024
Update `HelpInfoUri` for 7.5 (#4284)
Sean Wheeler (sdwheeler)
authored
9e946af
View commit details
Copy full SHA for 9e946af
View code at this point
Browse repository at this point
Commits on Oct 3, 2024
Merge the v2.3.6 changelog to GitHub (#4202)
Dongbo Wang (daxian-dbw)
authored
11974f8
View commit details
Copy full SHA for 11974f8
View code at this point
Browse repository at this point
Commits on Oct 2, 2024
Release SBOM (#4201)
Dongbo Wang (daxian-dbw)
authored
a1130b5
View commit details
Copy full SHA for a1130b5
View code at this point
Browse repository at this point
Commits on May 14, 2024
Update `SelectCommandArgument` to properly handle POSIX style options for CLI commands (#4016)
Dongbo Wang (daxian-dbw)
authored
61f598d
View commit details
Copy full SHA for 61f598d
View code at this point
Browse repository at this point
Commits on Apr 3, 2024
Fix the release stage and update the changelog for v2.3.5 servicing release (#3984)
Dongbo Wang (daxian-dbw)
authored
789bb84
View commit details
Copy full SHA for 789bb84
View code at this point
Browse repository at this point
Commits on Mar 2, 2024
Prepare for the v2.4.0-beta0 release of PSReadLine (#3962)
Dongbo Wang (daxian-dbw)
authored
5efe2ef
View commit details
Copy full SHA for 5efe2ef
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
Fix the null-reference exception when running `Debug-Job` on a thread job (#3957)
Dongbo Wang (daxian-dbw)
authored
ce2302c
View commit details
Copy full SHA for ce2302c
View code at this point
Browse repository at this point
Commits on Feb 2, 2024
Fix copying text to system clipboard on Linux using xclip (#3937)
Dongbo Wang (daxian-dbw)
authored
826f73e
View commit details
Copy full SHA for 826f73e
View code at this point
Browse repository at this point
Commits on Feb 1, 2024
Use the correct directory separator for tab completion based on the platform we are working with (#3935)
Dongbo Wang (daxian-dbw)
authored
5fa2a21
View commit details
Copy full SHA for 5fa2a21
View code at this point
Browse repository at this point
Commits on Jan 31, 2024
Update the minimal PS version required to be 5.1 (#3936)
Dongbo Wang (daxian-dbw)
authored
d4ef931
View commit details
Copy full SHA for d4ef931
View code at this point
Browse repository at this point
Commits on Dec 11, 2023
Little code style cleanup for the `GetCompletions()` method (#3898)
Dongbo Wang (daxian-dbw)
authored
e57f7d6
View commit details
Copy full SHA for e57f7d6
View code at this point
Browse repository at this point
Stop trying to de-duplicate completion results (#3897)
Dongbo Wang (daxian-dbw)
authored
f2207f4
View commit details
Copy full SHA for f2207f4
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
Windows keyboard layout handling: get the current layout from the parent terminal process (#3786)
Friedrich von Never (ForNeVeR)
authored
ff4bbd5
View commit details
Copy full SHA for ff4bbd5
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
Fix a few VI key handlers to close edit group properly (#3845)
Dongbo Wang (daxian-dbw)
authored
fbdf7fa
View commit details
Copy full SHA for fbdf7fa
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.