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
80cfa93
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 30, 2020
Merge branch 'master' into th-threadsafe-load-2
Bob Hyman
committed
80cfa93
Copy full SHA for 80cfa93
Commits on Aug 29, 2020
Release 3.0.7
jonathanslenders
committed
b839efc
Copy full SHA for b839efc
Reformatting code after Black 20.8b1 release.
jonathanslenders
committed
7fdd815
Copy full SHA for 7fdd815
Fixed URL for Sanctuary-zero project in PROJECTS.rst.
jonathanslenders
committed
551a5b8
Copy full SHA for 551a5b8
Added sanctuary-zero to Projects
gridhead
authored and
jonathanslenders
committed
0346e5c
Copy full SHA for 0346e5c
Commits on Aug 23, 2020
Fix documentation regarding 'true_color' parameter in the prompt() function.
jonathanslenders
committed
e29bb1a
Copy full SHA for e29bb1a
Added 'placeholder' parameter to PromptSession.
jonathanslenders
committed
5d6dbc7
Copy full SHA for 5d6dbc7
Move "responds_to_cpr" logic from Input to Output class.
Show description for 32f65da
jonathanslenders
committed
32f65da
Copy full SHA for 32f65da
Fix FormattedTextControl.preferred_height() with wrap_lines=True
Show description for 946e383
plotski
authored and
jonathanslenders
committed
946e383
Copy full SHA for 946e383
Shift-selection bugfix
Show description for b538845
scoennz
authored and
jonathanslenders
committed
b538845
Copy full SHA for b538845
Handle BrokenPipeError in SSH server.
jonathanslenders
committed
67d44cc
Copy full SHA for 67d44cc
In the SSH server, assign interact_task to PromptToolkitSSHSession.
jonathanslenders
committed
cacbdf8
Copy full SHA for cacbdf8
Commits on Aug 21, 2020
Update progress_bars.rst
Show description for 850fcf7
farisachugthai
authored and
jonathanslenders
committed
850fcf7
Copy full SHA for 850fcf7
Commits on Aug 11, 2020
Added documenation about passing parameters to Button handlers.
jonathanslenders
committed
27e4a79
Copy full SHA for 27e4a79
Fix for ssh serving issues:
Show description for 548a99e
JoshHeitzman
authored and
jonathanslenders
committed
548a99e
Copy full SHA for 548a99e
Commits on Aug 10, 2020
Release 3.0.6
jonathanslenders
committed
75f2390
Copy full SHA for 75f2390
Commits on Aug 6, 2020
Fix ignore F21..F24 by default.
jonathanslenders
committed
13ab67c
Copy full SHA for 13ab67c
Commits on Jul 31, 2020
Fix auto_suggest key binding when suggestion text is empty.
Show description for bb7ac09
vaaaaanquish
authored and
jonathanslenders
committed
bb7ac09
Copy full SHA for bb7ac09
Commits on Jul 30, 2020
Move colordepth logic to Output implementations.
jonathanslenders
committed
95bb3f8
Copy full SHA for 95bb3f8
Several isort related fixed (after isort upgrade).
jonathanslenders
committed
44dfc89
Copy full SHA for 44dfc89
Introduce vi_state.InputMode.REPLACE_SINGLE
Show description for 4426e2d
bitkeen
authored and
jonathanslenders
committed
4426e2d
Copy full SHA for 4426e2d
Include DynamicContainer in reference page
Anonymous
authored and
jonathanslenders
committed
9191656
Copy full SHA for 9191656
Fix typo in DynamicContainer docstring
Anonymous
authored and
jonathanslenders
committed
1df33cc
Copy full SHA for 1df33cc
Commits on Jul 10, 2020
Fix typos and document callable that returns formatted text (#1186)
Show description for 031721f
plotski
and
Anonymous
authored
031721f
Copy full SHA for 031721f
Commits on Jul 1, 2020
Bugfix in SIGWINCH handling.
Show description for 9c7a22b
jonathanslenders
committed
9c7a22b
Copy full SHA for 9c7a22b
Handle bug in HSplit/VSplit when number of children is zero.
jonathanslenders
committed
89f233a
Copy full SHA for 89f233a
Expose AnyContainer in __all__.
jonathanslenders
committed
433e49a
Copy full SHA for 433e49a
Better ValueError message in to_container.
jonathanslenders
committed
5eb5428
Copy full SHA for 5eb5428
Bypass readonly flag when setting Document for TextArea widget.
jonathanslenders
committed
94239b6
Copy full SHA for 94239b6
Commits on Jun 28, 2020
Pass the prompt-toolkit ssh session to the interact coroutine
vxgmichel
authored and
jonathanslenders
committed
fc70add
Copy full SHA for fc70add
Add a comment explaining terminal type negociation in telnet
vxgmichel
authored and
jonathanslenders
committed
4cab83b
Copy full SHA for 4cab83b
Remove is_windows() calls from the renderer
vxgmichel
authored and
jonathanslenders
committed
32f570d
Copy full SHA for 32f570d
Add get_default_color_depth method to Output objects
vxgmichel
authored and
jonathanslenders
committed
733625f
Copy full SHA for 733625f
Add pipe input abstraction
vxgmichel
authored and
jonathanslenders
committed
c6bea9f
Copy full SHA for c6bea9f
Make sure all LF are preceded by a CR in the telnet connection stdout
vxgmichel
authored and
jonathanslenders
committed
a7fbd7d
Copy full SHA for a7fbd7d
Pagination
Previous
Next
You can’t perform that action at this time.