summaryrefslogtreecommitdiff
path: root/ansi.py
AgeCommit message (Collapse)Author
2022-06-08Add some colors from https://drafts.csswg.org/css-color/#named-colors.Scott Gasch
2022-06-03Add --all and cleanup clear_line().Scott Gasch
2022-06-02Improve docs in ANSI.pyScott Gasch
2022-03-25Since this thing is on the innerwebs I suppose it should have aScott Gasch
copyright...
2022-02-08Cleanup more contextlib.AbstractContextManagers and Literal[False]s.Scott Gasch
2022-02-08Hook in pylint to the pre-commit hook and start to fix some of itsScott Gasch
warnings. It seems pickier than flake8 which is probably a good thing.
2022-02-03Change settings in flake8 and black.Scott Gasch
2022-02-02Stop spamming the log from bg.Scott
2022-02-02Used isort to sort imports. Also added to the git pre-commit hook.Scott
2022-02-02More mypy cleanup.Scott
2022-01-26Ahem. Still running black?Scott
2022-01-26Ran black code formatter on everything.Scott
2022-01-12Adds doctests.Scott
2021-10-31Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...Scott Gasch
2021-09-24Make smaller 'reset'sScott Gasch
2021-09-15Logging + documentation.Scott Gasch
2021-07-28Money, Rate, CentCount and a bunch of bugfixes.Scott Gasch
2021-07-08Reduce import scopes, remove cycles.Scott Gasch
2021-07-08Lots of changes.Scott Gasch
2021-04-13Various sundry changes.Scott Gasch
2021-03-24Initial revisionScott Gasch