1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow a CommandLineInterface to run in any thread. More... over 10 years ago
Release 0.53 More... over 10 years ago
Bugfix in PathCompleter: ensure the text is fed through expanduser (#170). + Added tests for PathCompleter. More... over 10 years ago
Cleanup of imports and a few small fixes. More... over 10 years ago
Bug fix in CompleteEvent: the completion_requested flag was not set correctly. More... over 10 years ago
Return empty string instead of None in Document.current_char/char_before_cursor. More... over 10 years ago
Bugfix in handling of Exit (Control-D) key presses. More... over 10 years ago
Added abortaction.retry.py example. More... over 10 years ago
Fix: only reset buffer when using AbortAction.RETRY, but after resetting the CommandLineInterface. More... over 10 years ago
Use True/False instead of Always/Never. More... over 10 years ago
Added a run_in_terminal example to the key-bindings example. More... over 10 years ago
Added KeyBindingManager.for_prompt which activates bindings required by the prompt() function. More... over 10 years ago
Added better Sphinx documentation. More... over 10 years ago
Updated all examples. More... over 10 years ago
Renamed shortcuts.get_input to shortcuts.prompt. More... over 10 years ago
Renamed ValidationError.index to ValidationError.cursor_position for consistency. (Backwards-incompatible.) More... over 10 years ago
Bug fix: always reset rendere in run_in_terminal. More... over 10 years ago
Use True/False as defaults instead of CLIFilter. More... over 10 years ago
Added 'wrap_lines' option to TokenListControl. More... over 10 years ago
Added delete key binding for deleting selected text. More... over 10 years ago
Select word below cursor on double mouse click. More... over 10 years ago
Fixed issue in rendering output. (Due to a change introduced earlier, the renderer generated about twice as much output to the terminal. This will revert it back to the most optimal rendering.) More... over 10 years ago
Handling of the insert key. More... over 10 years ago
Add 'zt' and 'zb' to vi mode. More... over 10 years ago
Pypi release 0.52 More... over 10 years ago
Hide auto suggestion after accepting the input. (On pressing enter.) More... over 10 years ago
Pypi release 0.51 More... over 10 years ago
Bugfix in ShowTrailingWhiteSpaceProcessor. More... over 10 years ago
Made a property of WindowRenderInfo.input_line_to_screen_line. (For consistency.) More... over 10 years ago
Also disable search by default in the KeyBindingManager. More... over 10 years ago