Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merged master into history and resolved conflicts | Todd Leonhardt | 2019-03-04 | 1 | -2/+2 | |
| |\ | ||||||
| * | | Potential fixes for outstanding multi-line issues in history command | Todd Leonhardt | 2019-03-03 | 1 | -3/+9 | |
| | | | ||||||
| * | | Merged from master and resolved conflicts in cmd2.py | Todd Leonhardt | 2019-03-02 | 1 | -16/+17 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into history | Todd Leonhardt | 2019-02-28 | 1 | -9/+19 | |
| |\ \ \ | ||||||
| * \ \ \ | Merged master into history branch and fixed merge conflicts | Todd Leonhardt | 2019-02-26 | 1 | -8/+7 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into history | Kevin Van Brunt | 2019-02-20 | 1 | -9/+8 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Fix incorrect example in alias help message | kotfu | 2019-02-16 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fix flake errors | kotfu | 2019-02-09 | 1 | -6/+8 | |
| | | | | | | | ||||||
| * | | | | | | Move the rest of the history tests into test_history.py | kotfu | 2019-02-09 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Added -x option to history command for #545 | kotfu | 2019-02-09 | 1 | -14/+28 | |
| | | | | | | | ||||||
| * | | | | | | Extract history classes and test into their own files | kotfu | 2019-02-09 | 1 | -140/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' into history | Todd Leonhardt | 2019-02-07 | 1 | -23/+40 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into history | Kevin Van Brunt | 2019-01-08 | 1 | -3/+12 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into history | Kevin Van Brunt | 2018-12-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into history | Kevin Van Brunt | 2018-12-05 | 1 | -13/+13 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | First version of adding an expanded option to history items | Kevin Van Brunt | 2018-12-03 | 1 | -17/+29 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge master into with_argument_list and resolved conflicts | Todd Leonhardt | 2019-03-04 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Fixed documentation | Kevin Van Brunt | 2019-03-01 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Removed support for c-style and embedded comments | Kevin Van Brunt | 2019-03-01 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Simplifying type hint | Todd Leonhardt | 2019-03-04 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fix for when with_argument_list is called with preserve_quotes optional argument | Todd Leonhardt | 2019-03-04 | 1 | -9/+14 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Fixed a lot of warnings | Kevin Van Brunt | 2019-03-01 | 1 | -17/+18 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Added matches_sort_key member to cmd2 | Kevin Van Brunt | 2019-02-27 | 1 | -6/+16 | |
| | | | | | | | | ||||||
* | | | | | | | | Made cmd2_app a positional and required argument of AutoCompleter. | Kevin Van Brunt | 2019-02-23 | 1 | -3/+3 | |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Deleted bash tab completion support. AutoCompleter no longer assumes CompletionItem results are sorted. | |||||
* | | | | | | | Restored called to expanduser in do_edit() instead of relying on do_shell() ↵0.9.10 | Kevin Van Brunt | 2019-02-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to do it. This should prevent issues if someone has an overridden do_shell() that doesn't expand ~ in paths. | |||||
* | | | | | | | Updated macro documentation0.9.9 | Kevin Van Brunt | 2019-02-21 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Removed os.system in favor of do_shell | Kevin Van Brunt | 2019-02-21 | 1 | -6/+5 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | No longer sorting settable during initialization since the show method ↵ | Kevin Van Brunt | 2019-02-20 | 1 | -6/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | already sorts it results | |||||
* | | | | | | Fixed bug where items tab completed in set were not current | Kevin Van Brunt | 2019-02-20 | 1 | -3/+7 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Suppress KeyboardInterrupt in portions of py/pyscript where the interactive ↵ | Kevin Van Brunt | 2019-02-06 | 1 | -141/+157 | |
| | | | | | | | | | | | | | | | | | | | | console isn't running | |||||
* | | | | | Fixed issue where calling exit() or quit() from a pyscript would close the ↵ | Kevin Van Brunt | 2019-02-06 | 1 | -137/+138 | |
| |_|_|/ |/| | | | | | | | | | | | whole console | |||||
* | | | | Added tab completion of paths to pyscript script arguments | Kevin Van Brunt | 2019-01-08 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | Improved comment | Kevin Van Brunt | 2018-12-21 | 1 | -1/+3 | |
| | | | | ||||||
* | | | | Restored default behavior of setting cmd_echo to False before running a py ↵ | Kevin Van Brunt | 2018-12-21 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | script | |||||
* | | | | Fixed bug in cmd2.Cmd.select() when user enters 0 or negative number | Todd Leonhardt | 2018-12-13 | 1 | -0/+2 | |
| |_|/ |/| | | ||||||
* | | | Removed ERROR: text from perror output | Kevin Van Brunt | 2018-12-06 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Added some return type hints | Kevin Van Brunt | 2018-12-05 | 1 | -9/+9 | |
| | | ||||||
* | | Moved some class specific code out of __init__ | Kevin Van Brunt | 2018-12-03 | 1 | -4/+4 | |
|/ | ||||||
* | Moved default_to_shell logic back to default() | Kevin Van Brunt | 2018-12-03 | 1 | -17/+14 | |
| | ||||||
* | Made it so default_to_shell results in do_shell being called so that output ↵ | Kevin Van Brunt | 2018-11-30 | 1 | -29/+36 | |
| | | | | can be captured | |||||
* | Renamed display_width to ansi_safe_wcswidth | Kevin Van Brunt | 2018-11-16 | 1 | -4/+4 | |
| | ||||||
* | Added wrapper for wcswidth that removes ansi escape characters | Kevin Van Brunt | 2018-11-15 | 1 | -6/+5 | |
| | ||||||
* | Remove elif: decolorized_write already handles it | Ethan McCreadie | 2018-11-01 | 1 | -4/+1 | |
| | ||||||
* | Strip color codes when redirecting w/ ppaged() | Ethan McCreadie | 2018-11-01 | 1 | -0/+3 | |
| | ||||||
* | Fixed messed up GitHub auto-commit from PR suggestion | Todd Leonhardt | 2018-10-26 | 1 | -2/+1 | |
| | ||||||
* | Update cmd2/cmd2.py | kmvanbrunt | 2018-10-26 | 1 | -1/+1 | |
| | | | Co-Authored-By: tleonhardt <todd.leonhardt@gmail.com> | |||||
* | Update cmd2/cmd2.py | kmvanbrunt | 2018-10-26 | 1 | -1/+1 | |
| | | | Co-Authored-By: tleonhardt <todd.leonhardt@gmail.com> | |||||
* | Update cmd2/cmd2.py | kmvanbrunt | 2018-10-26 | 1 | -1/+1 | |
| | | | Co-Authored-By: tleonhardt <todd.leonhardt@gmail.com> | |||||
* | Improved documentation for argument parsing decorators | Todd Leonhardt | 2018-10-26 | 1 | -13/+21 | |
| | | | | | Also: - Improved type hinting for these decorators | |||||
* | Refactored filtering in path_complete to use a function | Kevin Van Brunt | 2018-10-26 | 1 | -11/+11 | |
| |