| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Verifying command names in __init__ | Kevin Van Brunt | 2019-08-07 | 1 | -0/+1 |
| | | |||||
| * | Updated docs | Kevin Van Brunt | 2019-08-05 | 1 | -0/+3 |
| | | |||||
| * | Changed all uses of sub-command to subcommand | Kevin Van Brunt | 2019-07-19 | 1 | -5/+5 |
| | | |||||
| * | Fixed broken links in README.md due to documentation reorganization | Todd Leonhardt | 2019-07-18 | 1 | -6/+6 |
| | | | | | | | Also: - Moved Examples before API Reference in overall documentation index - Added an example project | ||||
| * | Integrate ‘parameter changes’ document into new doc structure | kotfu | 2019-07-16 | 5 | -209/+187 |
| | | |||||
| * | Integrate the ‘integrating’ documentation into the new structure | kotfu | 2019-07-16 | 3 | -12/+3 |
| | | |||||
| * | Integrate the unfreefeatures legacy documentation | kotfu | 2019-07-16 | 8 | -308/+281 |
| | | |||||
| * | Merge branch 'master' into integrate_legacy_documentation | kotfu | 2019-07-16 | 1 | -1/+1 |
| |\ | | | | | | | | | # Conflicts: # docs/features/history.rst | ||||
| | * | Fixed documentation for run_script and renamed history option | Kevin Van Brunt | 2019-07-16 | 1 | -2/+2 |
| | | | |||||
| * | | Integrate freefeatures into new doc structure | kotfu | 2019-07-16 | 10 | -154/+161 |
| |/ | |||||
| * | Write clipboard feature page | kotfu | 2019-07-15 | 1 | -3/+26 |
| | | | | | It used to have a weak-sauce paste from the old documentation. Now it’s a real page. Addresses feedback in the PR. | ||||
| * | Fix changes requested in PR | kotfu | 2019-07-15 | 1 | -5/+6 |
| | | |||||
| * | Finish migration documentation for #719 | kotfu | 2019-07-14 | 7 | -38/+149 |
| | | |||||
| * | Lots of work on the migrating documentation for #719 | kotfu | 2019-07-14 | 13 | -210/+262 |
| | | |||||
| * | Addressed PR recommendations | Todd Leonhardt | 2019-07-08 | 2 | -2/+11 |
| | | |||||
| * | Started filling in some missing stuff in the new documentation structure | Todd Leonhardt | 2019-07-07 | 3 | -24/+61 |
| | | |||||
| * | Merge branch 'docstructure' of github.com:python-cmd2/cmd2 into docstructure | kotfu | 2019-07-06 | 1 | -2/+2 |
| |\ | |||||
| | * | Fixed a couple links that I accidentally broke with my last commit | Todd Leonhardt | 2019-07-06 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'docstructure' of github.com:python-cmd2/cmd2 into docstructure | kotfu | 2019-07-06 | 3 | -16/+16 |
| |\ \ | |/ | |||||
| | * | Alphabetized feature list | Todd Leonhardt | 2019-07-06 | 3 | -16/+16 |
| | | | |||||
| * | | Add copyright links per comments in #712 | kotfu | 2019-07-06 | 3 | -1/+9 |
| |/ | |||||
| * | Added automodule documentation for clipboard.py | Todd Leonhardt | 2019-07-06 | 1 | -0/+2 |
| | | |||||
| * | Added autoclass documentation for cmd2.Cmd in cmd.rst | Todd Leonhardt | 2019-07-06 | 4 | -0/+14 |
| | | | | | This required whitespace tweaks to a number of docstrings. | ||||
| * | Add links to list of features | kotfu | 2019-07-06 | 2 | -8/+18 |
| | | |||||
| * | Add doc8 documentation style checking | kotfu | 2019-07-06 | 23 | -651/+760 |
| | | | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors | ||||
| * | Remove TODO | kotfu | 2019-07-06 | 1 | -6/+0 |
| | | |||||
| * | Work on Getting Started section of documentation | kotfu | 2019-07-06 | 5 | -38/+32 |
| | | | | | | - change the walk through from example.py to a new first_app.py (based on example.py) - remove the feature tour section, we’ll use the first application to demo the key features | ||||
| * | Add content for how to integrate cmd2 into your project | kotfu | 2019-07-06 | 2 | -21/+31 |
| | | |||||
| * | Formatting cleanups | kotfu | 2019-07-06 | 2 | -48/+57 |
| | | |||||
| * | Added a walkthrough of constructing a simple application to the overview | kotfu | 2019-07-05 | 15 | -21/+341 |
| | | | | | For #709 | ||||
| * | Fix headers | kotfu | 2019-07-03 | 1 | -8/+16 |
| | | |||||
| * | Revise menu structure | kotfu | 2019-07-03 | 11 | -165/+248 |
| | | | | | | - collapse menu structure in sidebar so not everything is always shown - updates to Getting Started section | ||||
| * | Skeleton doc structure complete for #709 | kotfu | 2019-07-02 | 18 | -195/+266 |
| | | |||||
| * | Major overhaul of documentation structure for #709 | kotfu | 2019-07-02 | 25 | -85/+405 |
| | | |||||
| * | Remove load, _relative_load, pyscript aliases which | Todd Leonhardt | 2019-06-29 | 2 | -12/+10 |
| | | | | | | | These commands were renamed in the last release, but aliases were created along with warnings to help aid the transition. The command aliases are now being removed in this release. | ||||
| * | Updated Sphinx documentation and README.md | Todd Leonhardt | 2019-06-28 | 1 | -4/+7 |
| | | |||||
| * | More replacing of 'colors' with 'allow_ansi' | Kevin Van Brunt | 2019-06-26 | 1 | -2/+2 |
| | | |||||
| * | Replaced more pexcept uses with perror | Kevin Van Brunt | 2019-06-25 | 1 | -1/+1 |
| | | |||||
| * | Made last_result public and restored the initialization of it in __init__ ↵ | Todd Leonhardt | 2019-06-23 | 1 | -1/+1 |
| | | | | | and associated comment | ||||
| * | Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS ↵ | Todd Leonhardt | 2019-06-16 | 1 | -1/+1 |
| | | | | | from cmd2.py to constants.py | ||||
| * | Updated various documentation and tests to not use load | Todd Leonhardt | 2019-06-15 | 2 | -4/+5 |
| | | |||||
| * | Updated documentation | Kevin Van Brunt | 2019-06-15 | 4 | -27/+16 |
| | | |||||
| * | Deprecate support for Python 3.4 and begin testing with Python 3.8 beta | Todd Leonhardt | 2019-06-14 | 2 | -7/+3 |
| | | |||||
| * | Removed support for cmd.cmdqueue | Kevin Van Brunt | 2019-06-11 | 2 | -3/+3 |
| | | | | | allow_cli_args is now an argument to __init__ instead of a cmd2 class member | ||||
| * | Add the -a/--all flag to the history command for showing all commands ↵ | Todd Leonhardt | 2019-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | including those persisted from previous sessions Also: - History class has been modified to keep track of the session start index - History class span(), str_search(), and regex_search() methods now take an optional 2nd boolean parameter `include_persisted` which determines whether or not commands persisted from previous sessions should be included by default - If a start index is manually specified, then it automatically includes the full search - Updates unit tests | ||||
| * | Refactor exit_code implementation | Todd Leonhardt | 2019-05-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | cmd2.Cmd.cmdloop() now returns self.exit_code which should be an integer Also: - Refactored examples to call sys.exit(app.cmdloop()) in their __main__ - Running transcript tests now sets the exit_code accordingly based on success/failure - Updated CHANGELOG - Updated README - Updated Sphinx docs - Added unit test for case when transcript test fails | ||||
| * | Updated docs | Kevin Van Brunt | 2019-05-16 | 1 | -1/+4 |
| | | |||||
| * | Added documentation for ns_provider | Kevin Van Brunt | 2019-05-16 | 1 | -1/+23 |
| | | |||||
| * | Now consistently use -t flag for transcript generation for both history and ↵ | Todd Leonhardt | 2019-03-19 | 1 | -2/+2 |
| | | | | | load commands | ||||
| * | Addressed review comments | Todd Leonhardt | 2019-03-18 | 1 | -1/+5 |
| | | |||||
