| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added support for 8-bit/256-colors with the cmd2.EightBitFg and ↵ | Kevin Van Brunt | 2021-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | cmd2.EightBitBg classes. Added support for 24-bit/RGB colors with the cmd2.RgbFg and cmd2.RgbBg classes. Removed dependency on colorama. Deprecated cmd2.fg. Use cmd2.Fg instead. Deprecated cmd2.bg. Use cmd2.Bg instead. Changed type of ansi.allow_style from a string to an ansi.AllowStyle Enum class. Fixed bug where using choices on a Settable didn't verify that a valid choice had been entered. | ||||
| * | Some mypy validation fixes | Eric Lin | 2021-03-18 | 1 | -2/+6 |
| | | |||||
| * | Add in isort changes | Todd Leonhardt | 2021-01-31 | 1 | -1/+3 |
| | | |||||
| * | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -3/+2 |
| | | |||||
| * | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 1 | -1/+3 |
| | | | | | minor import changes. | ||||
| * | Fix what is fundamentally a Pyperclip bug on headless Linux systems without ↵ | Todd Leonhardt | 2019-09-02 | 1 | -1/+2 |
| | | | | | Gtk libraries | ||||
| * | Fixed a bug when using WSL when all Windows paths have been removed from $PATH | Todd Leonhardt | 2019-08-12 | 1 | -1/+2 |
| | | |||||
| * | Require pyperclip >= 1.6 which simplifies clipboard.py | Todd Leonhardt | 2019-06-29 | 1 | -20/+4 |
| | | |||||
| * | Cleaned up some PyCharm warnings | Todd Leonhardt | 2019-03-13 | 1 | -1/+1 |
| | | |||||
| * | Moved clipboard/pastebuffer functionality to new file clipboard.py | Todd Leonhardt | 2018-06-18 | 1 | -0/+49 |
| Also: - Converted global can_clip variable to an instance attribute of cmd2.Cmd class | |||||
