1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Ergonomica to the list of projects. More... about 9 years ago
Use shlex.split() when calling the subprocess. More... about 9 years ago
Set VMIN to 1 when entering raw mode More... about 9 years ago
Adds Coconut to projects that use prompt_toolkit More... about 9 years ago
fallback to default terminal size if reported as 0 More... about 9 years ago
Handle arguments in the $EDITOR or $VISUAL env variable More... about 9 years ago
Release 1.0.13 More... about 9 years ago
Release 1.0.11 More... about 9 years ago
Bugfix: only handle edit-and-execute-command in Vi Navigation mode. More... about 9 years ago
Removed deprecation warning, regarding KeyBindingManager in the documentation. More... about 9 years ago
Release 1.0.10 More... about 9 years ago
Added missing explicit loops for Futures in asyncio_posix eventloop. More... about 9 years ago
Fix IndexError in operate-and-get-next command More... about 9 years ago
Fix IndexError in operate-and-get-next command More... about 9 years ago
prompt_toolkit 2.0 refactoring: rewrite of the architecture (part 1). More... about 9 years ago
Fixed the NoConsoleScreenBuffer error that appeared on some 64bit Python versions. More... about 9 years ago
Added example to PygmentsLexer docstring. More... about 9 years ago
Added example to docstring of style_from_pygments. More... about 9 years ago
Don't include add_binding and remove_binding to the BaseRegistry interface. More... about 9 years ago
Pass `raw=True` to the `stdout_context` in `prompt_toolkit.shortcuts`. More... about 9 years ago
Improved the patch-stdout.py example. Make the background thread a daemon. More... about 9 years ago
Added an reverse_vi_search_direction option. More... about 9 years ago
Renamed load_default_key_bindings_for_prompt to load_key_bindings_for_prompt. More... about 9 years ago
Implemented keyboard macros. (Like readline in Emacs mode.) More... about 9 years ago
Visual a quoted insert using '^', just like in Vi. More... about 9 years ago
Added quoted-insert named command. More... about 9 years ago
Small cleanup in basic key bindings. More... about 9 years ago
Ignore all other matches if eager key bindings were found. More... about 9 years ago
Removed unused imports. More... about 9 years ago
Added complete/menu-complete/menu-complete-backward named commands. More... about 9 years ago