Todd Leonhardt
Todd Leonhardt
The existing PR #139 will make ``colorama`` more colorful for Windows. It would be nice if there were also more colors available on macOS and Linux. The [colored](https://gitlab.com/dslackw/colored) module already...
First off - thanks for creating a really awesome tool. I used it for the first time today and love it! When I try to use **scp** or **sftp** with...
The utility of the optional `ipy` command combined with `self.self_in_py = True` for developers is truly phenomenal. We don't do these amazing features justice in our documentation and I'm not...
One feature of a "normal" shell that `cmd2` applications are currently missing is the ability for a `cmd2` command to pipe output to other `cmd2` commands - it is limited...
``cmd2`` has some wonderful features, but some of them are more discoverable than others and it is impossible to show how useful of a tool it is for developers with...
I see that you are requiring `cmd2` version 0.8.0 in your **requirements.txst** file. I would recommend changing it to 0.8.9 to pick up numerous bug fixes while maintaining full compatibility...
I tried using wcwidth to calculate the length of the name for the city of Mumbai in Hindi (बॉम्बे हिंदी) ```Python from wcwidth import wcswidth wcswidth('बॉम्बे हिंदी') 9 ``` On...
I just took a quick look at the clanvas source code and have a few recommendations regarding the use of cmd2 that you may benefit from: - Consider loading your...
Competing modules such as [tabulate](https://github.com/gregbanks/python-tabulate) are smart about column alignment by default. ``tabulate`` detects columns which contain only numbers, and aligns them by a decimal point (or flushes them to...
Given the wealth and diversity of features present in ``tableformatter``, no single image can adequately display the capabilities. It would be best to replace the screenshot shown in the README...