GitHub / python-cmd2/cmd2 / commits
cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| cdd81905 | Using metavar in CompletionItem header if it has been set | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 09985f66 | Start of new argparse completion example | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 41019de4 | Removed dash from 'tab complete' string | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| c3e3c1c5 | Removed use of argparse from basic completion example | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 191f94ab | Overhauling tab completion examples | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| ad0e2ae0 | merge Merge pull request #886 from python-cmd2/truncate_with_style |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| a00fd703 | Replaced unicode escape sequence for horizontal ellipsis with actual character | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 53e1ae69 | Fix optional type hint | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 0873b4d2 | Allowing for colored fill char in align_text | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| f72e1dde | Whitespace | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 023d5afa | Fixed bug where ANSI style sequences were not correctly handled in utils.trun... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 9c6f1304 | merge Merge branch 'api_docs' of https://github.com/python-cmd2/cmd2 into api_docs | kotfu <k****u@k****t> | over 6 years ago | |
| f4c74557 | Begin process of combining utils api docs into a single document | kotfu <k****u@k****t> | over 6 years ago | |
| 2c4207f4 | Add example to with_argument_list docstring | kotfu <k****u@k****t> | over 6 years ago | |
| 8d9f97bd | merge Merge pull request #884 from python-cmd2/appveyor_fix |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 5673273a | Try to auto-accept dialog so headless install doesn't get stuck | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| b4b4d7f4 | Attempt at a quick fix for AppVeyor errors | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| bf9b8760 | merge Merge pull request #883 from python-cmd2/flag_rename |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 9f599fb7 | Renamed set command's -l/--long flag to -v/--verbose for consistency with hel... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 48cdf7d9 | merge Merge pull request #882 from python-cmd2/misc |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 4eca7714 | Corrected issue where the actual new value was not always being printed in do... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 508014ab | Title decorator documentation by package name | kotfu <k****u@k****t> | over 6 years ago | |
| c3f81604 | merge Merge pull request #881 from python-cmd2/help_docs |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 41e9ce2f | Added caveat | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 809d6672 | Updated Sphinx docs about help | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 53a5cef6 | merge Merge branch 'master' into api_docs | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| c0942f1b | merge Merge pull request #879 from python-cmd2/prompt_docs |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| a3ff5a51 | Updated Sphinx documentation related to prompt | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| f08f7d2a | Show autodoc members in the same order as the source code | kotfu <k****u@k****t> | over 6 years ago | |
| 74dc1b8d | All public api functions now documented | kotfu <k****u@k****t> | over 6 years ago | |
| cf231311 | Ran into an issue attempting to publish a release 1.0.0-rc1 to test.pypi.org | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| dd2bad3e | Updated release data for 1.0.0-rc1 in preparation for a release candidate | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 5def0494 | merge Merge pull request #877 from python-cmd2/changelog_fix |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 715af605 | Fixed docs error | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 79044ee0 | Updated change log | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| c4a28822 | Added unit test for ColorBase.colors() | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 5096a2b0 | Updated plumbum example | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 0d7d533f | Added __str__() back to ColorBase for more flexibility in its usage | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| a73d3003 | Simplified ColorBase.__add__() | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 10b9f3ee | Corrected docstring | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 27833adf | Support using fg and bg enum in + operations to build color strings | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 09aeb21d | Removed unnecessary methods from fg and bg color enums | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 4307a20e | Simplified fg's and bg's get_value() | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| b8633ef4 | Removed repeated Pycharm warning suppression | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 2ec5b6fa | The fact that the set command now supports tab-completion of values is an enh... | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 217bc5b3 | Updated changelog to address removal of ansi.FG_COLORS and ansi.BG_COLORS and... | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 3f075900 | merge Merge pull request #876 from python-cmd2/color_autocomplete |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 138c28d1 | merge Merge branch 'master' into color_autocomplete | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 3c627af7 | merge Merge pull request #875 from python-cmd2/doc_streamline |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 8563795f | Renamed argument from color to name for fg.get_value() and bg.get_value() | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 862d511c | Suppressed bogus PyCharm warnings and improved error message for invalid colo... | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| e66dc6f7 | Having two parallel datastructures each for foreground and background colors ... | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| ede9f3e7 | Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background ... | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 90152df5 | EmbeddedConsoleExit should not be part of the public api | kotfu <k****u@k****t> | over 6 years ago | |
| 4802e6a3 | Fix redundant declaration of cmd2.Cmd.__init__ method | kotfu <k****u@k****t> | over 6 years ago | |
| 6d117669 | Add documentation of __init__ method | kotfu <k****u@k****t> | over 6 years ago | |
| 8bbb6401 | merge Merge branch 'doc_streamline' of https://github.com/python-cmd2/cmd2 into doc... | kotfu <k****u@k****t> | over 6 years ago | |
| 87826cc7 | merge Merge branch 'master' into doc_streamline | kotfu <k****u@k****t> | over 6 years ago | |
| 0d74ed61 | merge Merge branch 'master' into doc_streamline | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| c7ac2e96 | merge Merge pull request #873 from python-cmd2/set_update |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| c4893ea8 | Fixed example code | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| bf3dc169 | Clean up class and method references | kotfu <k****u@k****t> | over 6 years ago | |
| 00bb9b0c | Fix flake8 errors in doc config | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 7476c27e | Documentation updates | kotfu <k****u@k****t> | over 6 years ago | |
| 58500cb0 | Updated documentation | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 07e895d6 | Updated change log | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 2fd85015 | No longer displaying list of subcommands in usage text of alias and macro | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 5997d96d | Fixing tab-completion hints when completing the value field of set | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| de12ee47 | Added more to Settable docstring | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 9b95f509 | Added more to onchange_cb documentation | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| f254f4a9 | Updated documentation | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| f3285c80 | Updated help text | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 7519f742 | Added remove_settable() since cmd2 has add_settable() | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 34f00eda | Updated documentation | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| ce7cbe22 | Added support to do_set() for setting a parameter to an empty string as well ... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 80adeb66 | Added unit tests | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| fee77c23 | Fixed missing parenthesis | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 4657baa6 | To support completer/choices functions that receive arg_tokens, changed compl... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| d812fbc4 | Removed unnecessary inheritance from object | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| ed83f7cf | Updated example transcripts | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 40722f10 | Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docs | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 61dfcf61 | Fixed doc build and updated README | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 14f456b0 | Fixed a bug in a very unusual case and added some unit tests | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 457123d3 | Updated CHANGELOG and made a few minor tweaks | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| a5d3f795 | Updated set command to support tab completion of values | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 60a212c1 | merge Merge pull request #869 from python-cmd2/docs_os |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 322d46af | Minor grammar fix | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 074afad5 | Addressed PR comments | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| afd75642 | Updated docs on integrating with various operating system features | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| da482801 | merge Merge pull request #868 from python-cmd2/changelog_clarification |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 052caa64 | merge Merge branch 'master' into changelog_clarification |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 6296d413 | merge Merge pull request #867 from python-cmd2/discoverable_verbose_help |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 26c140e8 | Clarify changes related to removal of attributes from being runtime settable ... | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 01966411 | Updated CHANGELOG | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 5f124721 | Attempt to make "help -v" more discoverable by changing the default help text | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| e87cadfb | Flushed out multiline command documentation | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 5a88fcf4 | merge Merge pull request #864 from python-cmd2/reduce_settable_attributes |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 691d7759 | Addressed PR comments | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 415f1cb1 | Renamed locals_in_py to self_in_py | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 0f8f90cc | Made three public attributes of cmd2.Cmd no longer settable at runtime by end... | Todd Leonhardt <t****t@g****m> | over 6 years ago |