index
:
delta/python-packages/cmd2-git.git
1216-rich-print-mixin
2.0
async_prompt
black
black_config
blank_prompt
border_color
ci_improvements
cmdset_settables
codeql
colored_simple_table
colored_tables
colored_tables_orig
column_spacing
complete_flag_names
completion_item_choices
ctrl-c
ctrl-d
custom_command_completer
custom_completer_refactor
dashes
default_categories
duplicate_subcommand
editors
enh_default_categories
error_cleanup
exception_passthrough
exit_code
ext_test_0_2
extended_colors
f-strings
fix_broken_unit_test
fix_hint
github_actions
header_tabs
history_fix
import_wrapping
ipy_locals
last_result
master
misc
move_attach
mypy_continued
mypy_explicit_export
nested_table
nested_table_orig
ns_fix
ordered_history
pep561
plugin_version
poutput-psuccess
prompt_error
py_refactor
pypy_fix
redirected_aliases
settable_hint
silence
silence_startup_script
silent_start
table_newline
topic_width
unit_tests
util_fixes
win_tab_crash
github.com: python-cmd2/cmd2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd2
/
ansi.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated main code to use f-strings
Kevin Van Brunt
2021-04-13
1
-6
/
+6
*
Resolves comments from PR
Eric Lin
2021-03-18
1
-10
/
+10
*
Some mypy validation fixes
Eric Lin
2021-03-18
1
-10
/
+11
*
Made changes requested in code review
Kevin Van Brunt
2021-03-02
1
-1
/
+1
*
Added support for ANSI styles and newlines in tab completion results
Kevin Van Brunt
2021-03-02
1
-2
/
+26
*
Add in isort changes
Todd Leonhardt
2021-01-31
1
-3
/
+9
*
Add black for automatic code format
Todd Leonhardt
2021-01-31
1
-10
/
+16
*
Changed isort to force wrapping of imports to reduce merge conflicts from min...
Eric Lin
2021-01-22
1
-4
/
+17
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
1
-2
/
+2
*
Consistently use :raises: instead of :raises (make sure there is a trailing c...
Todd Leonhardt
2020-04-20
1
-2
/
+2
*
Removed duplicate word and capitalized two comment sentences
Kevin Van Brunt
2020-02-25
1
-1
/
+1
*
standardize language on ‘ansi style sequences’
kotfu
2020-02-24
1
-9
/
+9
*
Merge branch 'master' into api_docs
kotfu
2020-02-14
1
-12
/
+3
|
\
|
*
Whitespace
Kevin Van Brunt
2020-02-11
1
-0
/
+1
*
|
All public api functions now documented
kotfu
2020-02-08
1
-3
/
+45
|
/
*
Fixed docs error
Kevin Van Brunt
2020-02-07
1
-1
/
+2
*
Updated plumbum example
Kevin Van Brunt
2020-02-07
1
-9
/
+10
*
Added __str__() back to ColorBase for more flexibility in its usage
Kevin Van Brunt
2020-02-07
1
-4
/
+18
*
Simplified ColorBase.__add__()
Kevin Van Brunt
2020-02-07
1
-6
/
+0
*
Corrected docstring
Kevin Van Brunt
2020-02-07
1
-1
/
+1
*
Support using fg and bg enum in + operations to build color strings
Kevin Van Brunt
2020-02-07
1
-16
/
+33
*
Removed unnecessary methods from fg and bg color enums
Todd Leonhardt
2020-02-07
1
-20
/
+2
*
Simplified fg's and bg's get_value()
Kevin Van Brunt
2020-02-07
1
-2
/
+2
*
Renamed argument from color to name for fg.get_value() and bg.get_value()
Todd Leonhardt
2020-02-06
1
-4
/
+4
*
Suppressed bogus PyCharm warnings and improved error message for invalid colo...
Todd Leonhardt
2020-02-06
1
-2
/
+6
*
Having two parallel datastructures each for foreground and background colors ...
Todd Leonhardt
2020-02-06
1
-49
/
+27
*
Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background ...
Todd Leonhardt
2020-02-06
1
-12
/
+72
*
Updating docs for default style functions
Kevin Van Brunt
2020-01-16
1
-3
/
+3
*
Clean up function documentation so it renders properly
kotfu
2020-01-14
1
-3
/
+7
*
Merge branch 'master' into generating_output_docs
Todd Leonhardt
2020-01-09
1
-42
/
+51
|
\
|
*
Added dim text style support
Kevin Van Brunt
2020-01-07
1
-9
/
+16
|
*
Updated style regular expression to not require digits
Kevin Van Brunt
2019-12-19
1
-2
/
+2
|
*
Renamed ansi_safe_wcswidth() to style_aware_wcswidth()
Kevin Van Brunt
2019-12-19
1
-13
/
+11
|
*
Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...
Kevin Van Brunt
2019-12-19
1
-23
/
+27
*
|
Merge branch 'master' into generating_output_docs
kotfu
2019-12-05
1
-1
/
+1
|
\
\
|
|
/
|
*
Removed bold from style_success
Kevin Van Brunt
2019-12-04
1
-1
/
+1
*
|
Fix flake8 error
kotfu
2019-11-27
1
-0
/
+5
*
|
Fix minor errors in docstrings
kotfu
2019-11-24
1
-3
/
+4
|
/
*
Modified async_alert_str to also get passed the number of terminal columns an...
Todd Leonhardt
2019-07-01
1
-9
/
+5
*
Refactored ansi.async_alert_str() so that the cursor offset within the readli...
Todd Leonhardt
2019-06-30
1
-4
/
+3
*
Initial changes for encapsulation of colorama usage within ansi.py
Todd Leonhardt
2019-06-30
1
-0
/
+74
*
Minor fix to docstring of ansi.style()
Todd Leonhardt
2019-06-28
1
-2
/
+2
*
Updated Sphinx documentation and README.md
Todd Leonhardt
2019-06-28
1
-4
/
+4
*
Moved RESET to end of color dictionaries and skip a test on Mac since it is u...
Todd Leonhardt
2019-06-28
1
-2
/
+2
*
Simplified ansi color dictionaries and lookup methods
Todd Leonhardt
2019-06-27
1
-32
/
+24
*
Added fg_lookup() and bg_lookup() two-stage color lookup functions
Todd Leonhardt
2019-06-27
1
-28
/
+63
*
Moved cmd2.Cmd._decolorized_write() to ansi.py and renamed it to ansi_aware_w...
Kevin Van Brunt
2019-06-27
1
-6
/
+19
*
Made allow_ansi an application-wide setting and moved it to ansi.py
Kevin Van Brunt
2019-06-27
1
-0
/
+8
*
Renamed colors setting to allow_ansi
Kevin Van Brunt
2019-06-26
1
-8
/
+8
*
Updated documentation
Kevin Van Brunt
2019-06-26
1
-2
/
+4
[next]