Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 }}
prompt-toolkit
/
python-prompt-toolkit
Public
Notifications
You must be signed in to change notification settings
Fork
750
Star
10k
Code
Issues
602
Pull requests
81
Discussions
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
completer-docs
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 13, 2019
Bugfix in ANSI formatted text. Correctly handle 256/true color sequences.
jonathanslenders
committed
6ae0046
Copy full SHA for 6ae0046
Commits on Jan 29, 2019
Added documentation about completion styling and fuzzy completion.
jonathanslenders
committed
3a0d627
Copy full SHA for 3a0d627
Fix typo in "Asking for input" tutorial
CtheSky
authored and
jonathanslenders
committed
f5e65ca
Copy full SHA for f5e65ca
Commits on Jan 27, 2019
Release 2.0.8
jonathanslenders
committed
fc53fe9
Copy full SHA for fc53fe9
Fixed typo in autocomplete-with-control-space example.
jonathanslenders
committed
9724063
Copy full SHA for 9724063
Commits on Jan 25, 2019
Implemented a generic FuzzyCompleter that wraps around any other Completer.
jonathanslenders
committed
81c3015
Copy full SHA for 81c3015
Fix markup for rendering_pipeline
techtonik
authored and
jonathanslenders
committed
bcfef22
Copy full SHA for bcfef22
Commits on Jan 10, 2019
Better error messages when Application.exit() fails.
jonathanslenders
committed
4c3ca92
Copy full SHA for 4c3ca92
Commits on Jan 7, 2019
Fix ResourceWarning: unclosed file in setup.py
Show description for 73b999f
BoboTiG
authored and
jonathanslenders
committed
73b999f
Copy full SHA for 73b999f
Fix DeprecationWarning: invalid escape sequence in examples
Show description for 2ce5e76
BoboTiG
authored and
jonathanslenders
committed
2ce5e76
Copy full SHA for 2ce5e76
Commits on Jan 6, 2019
Change capitalization of [S]tyle.from_dict
j6k4m8
authored and
jonathanslenders
committed
3983b0a
Copy full SHA for 3983b0a
Add litecli to Projects using prompt_toolkit
Show description for cd33acc
omidraha
authored and
jonathanslenders
committed
cd33acc
Copy full SHA for cd33acc
Commits on Dec 22, 2018
Improved error handling in Application (avoid displaying meaningless AssertionError).
jonathanslenders
committed
8d9621b
Copy full SHA for 8d9621b
Fix: make print_container utility work if the input is not a pty.
jonathanslenders
committed
7325030
Copy full SHA for 7325030
Commits on Dec 20, 2018
Prevent Codecov from commenting on pull requests
thomasrockhu
authored and
jonathanslenders
committed
03fbae4
Copy full SHA for 03fbae4
Add Codecov badge to README
thomasrockhu
authored and
jonathanslenders
committed
79d2212
Copy full SHA for 79d2212
Commits on Dec 18, 2018
Docstring for Application._invalidate_handler.
jonathanslenders
committed
41ac572
Copy full SHA for 41ac572
Moved the invalidate handler to it's own method so that the remove function will properly remove it.
claritymaker
authored and
jonathanslenders
committed
6f36fe6
Copy full SHA for 6f36fe6
Commits on Dec 12, 2018
Bugfix in FuzzyCompleter.
jonathanslenders
committed
9bbe0ef
Copy full SHA for 9bbe0ef
Bugfix + little improvement in FuzzyWordCompleter.
jonathanslenders
committed
d6fc71a
Copy full SHA for d6fc71a
Highlight FuzzyWordCompleter matches.
jonathanslenders
committed
3206b95
Copy full SHA for 3206b95
Add a FuzzyWordCompleter.
Show description for d1d5d11
amjith
authored and
jonathanslenders
committed
d1d5d11
Copy full SHA for d1d5d11
Commits on Dec 11, 2018
Accept formatted text in the display text of completions.
jonathanslenders
committed
7c913f2
Copy full SHA for 7c913f2
Add Python 3.7 testing back to Travis, and enable pip caching (#804)
Show description for 6bac8f6
orf
authored and
jonathanslenders
committed
6bac8f6
Copy full SHA for 6bac8f6
Commits on Dec 10, 2018
Small random typos
gpotter2
authored and
jonathanslenders
committed
44164e6
Copy full SHA for 44164e6
Commits on Dec 8, 2018
Support completion styles for READLINE_LIKE display method.
jonathanslenders
committed
511173b
Copy full SHA for 511173b
Commits on Dec 7, 2018
Call accept_handler before append_to_history in Buffer.validate_and_handle
Show description for aa44ef7
asmeurer
authored and
jonathanslenders
committed
aa44ef7
Copy full SHA for aa44ef7
Commits on Dec 2, 2018
Removed unused import in widgets/base.py.
jonathanslenders
committed
d3d5579
Copy full SHA for d3d5579
Commits on Dec 1, 2018
Removed type annotation. Python2 doesn't support it, unfortunately.
jonathanslenders
committed
446ac36
Copy full SHA for 446ac36
Improved the mouse click handler for the RadioList (accept mouse clicks on the text itself).
jonathanslenders
committed
96dc167
Copy full SHA for 96dc167
Added Mouse Support
Show description for d886993
Rigo Da Silva
authored and
jonathanslenders
committed
d886993
Copy full SHA for d886993
Added Mouse Support
Show description for 9e488af
Rigo Da Silva
authored and
jonathanslenders
committed
9e488af
Copy full SHA for 9e488af
Change CommandLineInterface to Application.
vaaaaanquish
authored and
jonathanslenders
committed
a08fbe7
Copy full SHA for a08fbe7
Commits on Nov 15, 2018
Underline non-breaking space instead of rendering as '&'.
jonathanslenders
committed
7db9356
Copy full SHA for 7db9356
Commits on Nov 10, 2018
Fixed parameters to constructor of Style class in styling documentation.
Show description for 05fc17b
tamago324
authored and
jonathanslenders
committed
05fc17b
Copy full SHA for 05fc17b
Pagination
Previous
Next
You can’t perform that action at this time.