1
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 12 hours ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed ANSI color names, but remain compatible with the old names. More... about 8 years ago
added clipwdmgr to README.rst More... about 8 years ago
A couple of fixes regarding the reverse incremental search that was partly broken. More... about 8 years ago
Use key order priority for Style.from_dict on Python >3.6. More... about 8 years ago
Fixed typo in example color name More... about 8 years ago
Choose lexer dynamically in text-editor.py example. More... about 8 years ago
examples: fix broken import statements More... about 8 years ago
Fixed flake8 whitespace issue. More... about 8 years ago
Splitted lexers.py in multiple files. More... about 8 years ago
Removed trailing whitespace. More... about 8 years ago
Bugfix in contrib.regular_languages.lexers: fixed lexers and split_lines imports. More... about 8 years ago
Moved layout.lexers to prompt_toolkit.lexers. More... about 8 years ago
Moved formatted text utils from layout/utils.py to formatted_text/utils.py. More... about 8 years ago
Splitted formatted_text code in multiple files. More... about 8 years ago
Removed deprecated aliases in layout/utils.py. More... about 8 years ago
Prefer use_asyncio_event_loop instead of set_event_loop. More... about 8 years ago
Allow bottom toolbar of prompts to consist of multiple lines. More... about 8 years ago
Add ptrepl to README.rst More... about 8 years ago
Added button.focused style if the button is focused. More... about 8 years ago
Added more documentation about styling. More... about 8 years ago
Add button_dialog, including docs/examples More... about 8 years ago
Include default Pygments style in print_formatted_text. More... about 8 years ago
Added style for control characters. More... about 8 years ago
Added __all__ to clipboard module. More... about 8 years ago
Use new filters. More... about 8 years ago
Fixed __repr__ for BeforeInput and AfterInput. More... about 8 years ago
Removed unused imports. More... about 8 years ago
Added debug info to layout assertion in Application. More... about 8 years ago
Fixed pager example (SearchField -> SearchToolbar). More... about 8 years ago
Moved is_done filter for Completions and Validation toolbars into prompt. More... about 8 years ago