Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
mattmorgis
/
python-prompt-toolkit
Public
forked from
prompt-toolkit/python-prompt-toolkit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
support-ansi-dim
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 29, 2025
feat: add support for ANSI dim text formatting
mattmorgis
committed
23c55d6
Copy full SHA for 23c55d6
Commits on Apr 15, 2025
Release 3.0.51
jonathanslenders
authored
d997aab
Copy full SHA for d997aab
Commits on Apr 10, 2025
Use pyproject.toml instead of setup.py and uv(x) in GitHub workflow. (#1984)
Show description for 88a011c
jonathanslenders
authored
88a011c
Copy full SHA for 88a011c
Use importlib.metadata to obtain the version in __init__.py (#1983)
jonathanslenders
authored
68e3c39
Copy full SHA for 68e3c39
Fix edge case with leading line ending in 'split_lines'. (#1982)
Show description for 75786f6
jonathanslenders
authored
75786f6
Copy full SHA for 75786f6
Commits on Jan 20, 2025
Release 3.0.50 (#1969)
jonathanslenders
authored
165258d
Copy full SHA for 165258d
Optimize rendering. Don't output escape codes for hiding/showing the cursor if not needed. (#1968)
Show description for 76957c8
jonathanslenders
authored
76957c8
Copy full SHA for 76957c8
Release 3.0.49 (#1964)
jonathanslenders
authored
ace74db
Copy full SHA for ace74db
Fix Github Actions. (#1965)
jonathanslenders
authored
c6ce1a5
Copy full SHA for c6ce1a5
Commits on Jan 17, 2025
Fix dead readline link in doc (#1941)
tapple
authored
45713d4
Copy full SHA for 45713d4
Try to run ruff and typo only on 3.13 (#1954)
Carreau
authored
a1950cd
Copy full SHA for a1950cd
Basic multiline suggestion example (#1953)
Carreau
authored
1b0efa1
Copy full SHA for 1b0efa1
Use ANSI based mouse processing and bracketed paste on Windows. (#1961)
Show description for e55cd1b
jonathanslenders
authored
e55cd1b
Copy full SHA for e55cd1b
Use virtual terminal input on Windows when available. (#1958)
Show description for 02b32fa
jonathanslenders
authored
02b32fa
Copy full SHA for 02b32fa
Drop Python 3.7 (#1960)
jonathanslenders
authored
92b3a95
Copy full SHA for 92b3a95
Fix code formatting (ruff). (#1959)
jonathanslenders
authored
c3c25bf
Copy full SHA for c3c25bf
Commits on Jan 1, 2025
Start testing on 3.13 (#1949)
Carreau
authored
cd7c6a2
Copy full SHA for cd7c6a2
Allow multiline suggestions. (#1948)
Show description for 8ea3306
Carreau
authored
8ea3306
Copy full SHA for 8ea3306
Commits on Dec 1, 2024
Update sphinx theme (#1937)
Show description for a2a1230
danirus
authored
a2a1230
Copy full SHA for a2a1230
Commits on Nov 9, 2024
Add 'Vertica' to typos config.
jonathanslenders
committed
e02b171
Copy full SHA for e02b171
Fix rst syntax error in PROJECTS.rst.
Show description for 7bbfb8f
jonathanslenders
committed
7bbfb8f
Copy full SHA for 7bbfb8f
Use f-strings in examples where possible.
Show description for 81db0ea
jonathanslenders
committed
81db0ea
Copy full SHA for 81db0ea
Improve code formatting in docs.
Show description for 543350c
jonathanslenders
committed
543350c
Copy full SHA for 543350c
Commits on Oct 4, 2024
Handle InvalidStateError during termination when using `run_in_terminal`/`patch_stdout`. (#1926)
Show description for c12ac91
jonathanslenders
authored
c12ac91
Copy full SHA for c12ac91
Fix cursor that remains in hidden state when application exits. (#1925)
Show description for f2c7a15
jonathanslenders
authored
f2c7a15
Copy full SHA for f2c7a15
Commits on Sep 25, 2024
Release 3.0.48
jonathanslenders
authored
435bd99
Copy full SHA for 435bd99
Fixup for previous cursorshapes commit (#1900). (#1920)
jonathanslenders
authored
ae1d635
Copy full SHA for ae1d635
Update type definition for `words` argument in completers (#1889)
Show description for df4e244
mxr
authored
df4e244
Copy full SHA for df4e244
Improve `ModalCursorShapeConfig` for various input modes (#1900)
Show description for 728983b
Freed-Wu
authored
728983b
Copy full SHA for 728983b
Add @overload to `contrib.regular_languages.compiler.Variables.get`
Show description for 75615b1
tchalupnik
authored
75615b1
Copy full SHA for 75615b1
Commits on Jun 10, 2024
Release 3.0.47
jonathanslenders
committed
6695411
Copy full SHA for 6695411
Small simplification in Screen code.
Show description for 67e644b
jonathanslenders
committed
67e644b
Copy full SHA for 67e644b
fix(Examples): address a typo in one of the examples
Show description for 8889675
jbm950
authored and
jonathanslenders
committed
8889675
Copy full SHA for 8889675
Commits on Jun 7, 2024
Allow passing exception classes for KeyboardInterrupt and EOFError in PromptSession.
jonathanslenders
committed
15f3aec
Copy full SHA for 15f3aec
Compute padding parameters for Box widget lazily.
jonathanslenders
committed
a04c37d
Copy full SHA for a04c37d
Pagination
Previous
Next
You can’t perform that action at this time.