2
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Jun 14, 2025 — Jun 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add warning to README about required maintenance. More... over 2 years ago
Fix ResourceWarning: unclosed file in setup.py More... over 7 years ago
Added swap-light-and-dark-colors option (requires latest prompt_toolkit master). More... almost 8 years ago
Upgrade to prompt_toolkit 2.0 + added Windows support. More... almost 8 years ago
Release 0.14 More... almost 9 years ago
Pins pyte requirement below the 0.6.0 release More... about 9 years ago
Fixed bug in remove_reader. 'ValueError: list.remove(x): x not in list'. More... over 9 years ago
Use 'prompt_toolkit.key_binding.defaults.load_key_bindings' instead of KeyBindingManager. More... over 9 years ago
Release 0.13 More... over 9 years ago
Decrease status_interval from 1 to 4 seconds. 1 is too fast for a default. (Too many syscalls.) More... over 9 years ago
Bugfix in process.py: don't call remove_reader when master is None. More... over 9 years ago
prompt_toolkit compatibility: call_from_executor expects _max_postpone_until to be a 'time.time()' float. More... over 9 years ago
Renamed pane-status to pane-border-status. (Similar to tmux.) More... over 9 years ago
Only do datetime formatting if the string actually contains a %-sign. More... over 9 years ago
Handle "OSError: [Errno 9] Bad file descriptor" crash on OS X. More... almost 10 years ago
Always clean up socket. Also in case of crash. More... almost 10 years ago
Send \r instead of \n to the application when enter has been pressed. More... almost 10 years ago
Expose Shift+arrow keys for key bindings. More... almost 10 years ago
Correct focus movements when pane status bars are not shown. More... almost 10 years ago
Correctly draw borders when the pane status bar is shown. (fixes previous commit.) More... almost 10 years ago
Added pane-status option for hiding the pane status bar. (Can now be disabled/enabled.) Disabled by default. More... almost 10 years ago
(Fix) Take ansi_colors_only variable as input. More... almost 10 years ago
Added support for ANSI colors only. More... almost 10 years ago
Catch OSError in os.tcgetpgrp. More... almost 10 years ago
Added status-interval option. More... almost 10 years ago
Release 0.12 More... almost 10 years ago
Use select fuction from prompt_toolkit.eventloop.select. More... almost 10 years ago
Updated syntax to work with Python 2.6 More... almost 10 years ago
Release 0.11 More... almost 10 years ago
Compatibility with the latest prompt-toolkit. Correctly send keys to InputProcessor. More... about 10 years ago