GitHub / python-cmd2/cmd2 / commits
cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 859d45bf |
replace pkg_resources with importlib.metadata
Signed-off-by: Doug Hellmann <d****g@d****m> |
Doug Hellmann <d****g@d****m> | about 6 years ago | |
| 6e19fb19 | Ran isort |
Todd Leonhardt <t****t@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 4f631bec | Minor cleanup. Removed some experiments that weren't supposed to be included |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 601a8e27 | external test plugin tests and coverage should now run |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 28e43bf2 | Copied cmd2 ext test into cmd2 baseline and linked up invoke |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| ff64eff8 | Swap out tox for nox |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 5e4eec2a | cleanup |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| bc50e370 | Fixed command finalization example | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 96c8144d | merge Merge pull request #947 from python-cmd2/pyscript_docs |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 033e2033 | Move line that seemed out of place at the very end to before the "advanced" s... | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| f4d7977d | Tweak doc8 config to allow for longer maximum line length in Sphinx documenta... |
Todd Leonhardt <t****t@g****m>
Committed by: Eric Lin <a****r@g****m> |
about 6 years ago | |
| 7eba947d | Sort imports using isort |
Todd Leonhardt <t****t@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 30d15da7 | Appears to be a type hinting olution that works for flake, sphinx, and PyCharm |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 80dbdcbf | Added more command validation. Moved some common behavior into private functi... |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 87aeaf4e | Further additions to pyscript documenntation for Issue #644 | Eric Lin <a****r@g****m> | about 6 years ago | |
| f995e7ab | Added explicit tests for dir and setattr. Minor type hinting changes |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 07321efc | Fixes to sphinx generation |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 9ad174a1 | Fixes issue with locating help_ annd complete_ functions when autoloading com... |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| c88de7df | add ability to remove commands and commandsets |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| e32cccc4 | Added new constructor parameter to flag whether commands should autoload. Add... |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 6da2cf30 | Some minor cleanup of how imports work. Fixed issue with help documentation f... |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| e1087b8f | Initial implementation of modular command loading |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| a7511e16 | Added 1.1 release date to CHANGELOG | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| 8e1c779f | merge Merge pull request #942 from python-cmd2/eol_35 |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 13f927e2 | Replace Python 2.7 EOL message in readme with an EOL message for Python 3.5 | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| f626f867 | merge Merge pull request #941 from python-cmd2/hint_bug |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 52e70d09 | Removed divider row from tab completion hint table | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| f27a7f3a | Optimized imports | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 69b24b8d | Updated change log | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| eb41d46c | merge Merge branch 'master' into hint_bug | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 19a14278 | Simplied table divider code for ease of reading | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| cd5b98a2 | Changed how SimpleTable creates divider when divider_char is wide. It no long... | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 8d9405a1 | merge Merge pull request #937 from python-cmd2/exceptions |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| d1543922 | Added unit tests for base_width() | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 072ec86c | Changed SimpleTable.base_width() to a class method and added equivalent metho... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 72b8a873 | Updated argparse_completer to use TableCreator for the hint table | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 9b91116e | Updated change log | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| c30fcd3d | Updated docs | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 6f91bea1 | Removed pwarning() calls when command raises SystemExit | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 6460d570 | Made following changes to onecmd_plus_hooks() | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| c50db52d | Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it. | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| d4653e6f | merge Merge pull request #931 from python-cmd2/branching_strategy |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 9b78cf49 | Added info on semantic versioning and branching strategy to CONTRIBUTING.md | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 9c7bbfa5 | merge Merge pull request #929 from python-cmd2/completion_docs |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 502fdff2 | Completion doc updates | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| e21e2ef2 | More completion doc updates | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 6deb39d7 | Updated tab completion documentation | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 5fd8e000 | Documented CompletionError class | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| ecf154f1 | merge Merge pull request #928 from python-cmd2/subcmd_aliases |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 65454291 | Updated _set_parser_prog() so future calls to add_parser() will set the corre... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| dcafd4e6 | Fixed issue where subcommand usage text could contain a subcommand alias inst... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 0bc92178 | Fixed conda documentation | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| f5f39744 | merge Merge pull request #927 from python-cmd2/which_editor_test |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| c9b8bb16 | Fix unit test which made incorrect assumption that vi editor would exist on a... | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 33aa8026 | Fix doc8 whitespace issue | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 86c0df91 | merge Merge pull request #916 from python-cmd2/table_creator |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 0ad71461 | Added table creation feature to change log | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 8bb383b9 | merge Merge branch 'master' into table_creator | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 6bfc6456 | merge Merge pull request #924 from python-cmd2/wrapper_kwargs |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| f261f0df | Added unit tests for padding | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| ba5d7bef | merge Merge branch 'master' into table_creator | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 92c010d5 | Updating documentation for table creation | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| e1256ccb | Updated docs | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| a6f04d8f | Removed tableformatter example since cmd2 now has its own table creator libra... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| ef748153 | Added unit tests for wrappers passing kwargs to command functions | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| dd61db79 | run_pyscript now passes a keyword arg to do_py instead of using a hidden argp... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 0ccde8ba | argument_list and argparse wrappers now pass kwargs through to the wrapped co... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| e7a0be4d | merge Merge pull request #923 from python-cmd2/ipy_stop |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| ae946b70 | Updated error text | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| f05dfe73 | cmd2 now considers ipy a pyscript environment | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| f283b9c2 | Updated docstrings to work with sphinx | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 0ddf61a2 | Consistently use :raises: instead of :raises (make sure there is a trailing c... | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| e23e010f | Fix doc build | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| afe89a7a | Updated change log | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| f9a87278 | ipy now returns its PyBridge's stop value so the main loop can know to stop. ... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 8177f1bb | Added configurable padding to BorderedTable/AlternatingTable | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| ba42eb40 | merge Merge branch 'master' into table_creator |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 85bb29b7 | merge Merge pull request #919 from python-cmd2/exception_handling |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| b29a2bde | Removed exception handling around tempfile.TemporaryFile() | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| e7314ef1 | onecmd_plus_hooks() no longer handles updating any state data related to redi... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 5b4bec9d | Simplfied _redirect_output() by raising exception instead of returning bool | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| f223e96c | Simplified onecmd_plus_hooks by reducing number of calls to _run_cmdfinalizat... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| c5aa3fd3 | merge Merge branch 'master' into table_creator | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| c4fbd8fa | merge Merge pull request #918 from python-cmd2/echo_updates |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 526ab532 | Fixed unit test name | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 2bac6bcd | Made some optional arguments with defaults keyword-only. | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| d815d2cd | Initial commit of table creation API | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 0d4be64b | Fix documentation typo found in PR #915 | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 3865eb36 | merge Merge pull request #915 from python-cmd2/decorator_order |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| dfd1e34d | Fix extra space typo | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| f9a3aca8 | Added documentation about decorator order and updated an example | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 22d61a87 | merge Merge pull request #911 from python-cmd2/fix_docs |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 030f4ec9 | Removed the shebang from cmd2.py which was a hangover from when that file for... | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 94f1bb23 | The continuation_prompt attribute was declared twice in cmd.rst - this fixes ... | Todd Leonhardt <t****t@g****m> | over 6 years ago | |
| 91c1e552 | Updated change log text | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 1422526e | Updating change log for release | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 274a57b7 | merge Merge pull request #910 from python-cmd2/ctrl-c-script |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 38b37a98 | Updated comment | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| 1ed20768 | Since runcode() catches most KeyboardInterrupts, just ignore any that make th... | Kevin Van Brunt <k****t@g****m> | over 6 years ago | |
| cb0726ea | Updated change log | Kevin Van Brunt <k****t@g****m> | over 6 years ago |