| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Forgot that topic and command names can overlap | Kevin Van Brunt | 2018-03-31 | 1 | -3/+3 | |
| | | | ||||||
| | * | Sorting matches earlier | Kevin Van Brunt | 2018-03-31 | 1 | -9/+12 | |
| | | | ||||||
| | * | Removed unnecessary sorting and duplicate removal from the completers since all | Kevin Van Brunt | 2018-03-31 | 2 | -67/+53 | |
| |/ | | | | | | results from these functions are returned to complete() which already does these things. These changes also provide better examples of what is required to write a completer and what isn't. | |||||
| * | Merge pull request #332 from python-cmd2/display_length_fix | kmvanbrunt | 2018-03-31 | 5 | -86/+81 | |
| |\ | | | | | Display length fix | |||||
| | * | Updated documentation | Kevin Van Brunt | 2018-03-31 | 2 | -1/+3 | |
| | | | ||||||
| | * | Fixed comment | Kevin Van Brunt | 2018-03-30 | 1 | -2/+2 | |
| | | | ||||||
| | * | Fixed bug where display width was not being calculated for display_matches | Kevin Van Brunt | 2018-03-30 | 3 | -83/+76 | |
| |/ | ||||||
| * | Merge pull request #331 from python-cmd2/simple_quote_check | Todd Leonhardt | 2018-03-30 | 1 | -22/+12 | |
| |\ | | | | | Updated comments and simplified a check for an unclosed quote | |||||
| | * | Updated comments and simplified a check for an unclosed quote | Kevin Van Brunt | 2018-03-30 | 1 | -22/+12 | |
| |/ | ||||||
| * | Merge pull request #329 from python-cmd2/new_quoted_completion | kmvanbrunt | 2018-03-29 | 14 | -1208/+1652 | |
| |\ | | | | | Adding tab completion improvements | |||||
| | * | Fixed comment | Kevin Van Brunt | 2018-03-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fixed a comment a made a line more readable | Kevin Van Brunt | 2018-03-29 | 1 | -3/+3 | |
| | | | ||||||
| | * | Updated comment | Kevin Van Brunt | 2018-03-28 | 1 | -1/+2 | |
| | | | ||||||
| | * | Simplified the readline lib loading | Kevin Van Brunt | 2018-03-28 | 1 | -17/+8 | |
| | | | ||||||
| | * | Add conditional dependency on enum34 for Python 2.7 | Todd Leonhardt | 2018-03-28 | 3 | -0/+8 | |
| | | | ||||||
| | * | Merge branch 'master' into new_quoted_completion | Kevin Van Brunt | 2018-03-28 | 1 | -10/+19 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #330 from nsoranzo/master | Todd Leonhardt | 2018-03-27 | 1 | -10/+19 | |
| |\ \ | | | | | | | Wheel-compatible conditional requirements | |||||
| | * | | Wheel-compatible conditional requirements | Nicola Soranzo | 2018-03-27 | 1 | -10/+19 | |
| |/ / | | | | | | | | | | | | | | | See https://hynek.me/articles/conditional-python-dependencies/ for a background explanation. The fallback for setuptools < 18 is inspired by https://gitlab.com/pycqa/flake8/blob/master/setup.py | |||||
| | * | Simplified how to add tab completion to a subcommand | Kevin Van Brunt | 2018-03-28 | 4 | -40/+91 | |
| | | | ||||||
| | * | Addressed code review comments | Kevin Van Brunt | 2018-03-27 | 4 | -7/+15 | |
| | | | ||||||
| | * | Added checks for readline implementation type | Kevin Van Brunt | 2018-03-27 | 1 | -26/+41 | |
| | | | ||||||
| | * | Fixed a case where display_matches wasn't being set. Added unit tests. | Kevin Van Brunt | 2018-03-27 | 2 | -22/+59 | |
| | | | ||||||
| | * | Reorganized some unit tests | Kevin Van Brunt | 2018-03-27 | 2 | -75/+43 | |
| | | | ||||||
| | * | Added more unit tests | Kevin Van Brunt | 2018-03-27 | 1 | -1/+16 | |
| | | | ||||||
| | * | Added unit tests | Kevin Van Brunt | 2018-03-27 | 1 | -16/+69 | |
| | | | ||||||
| | * | Restoring all changes to readline before command loop exits | Kevin Van Brunt | 2018-03-26 | 1 | -17/+30 | |
| | | | ||||||
| | * | Simplified code | Kevin Van Brunt | 2018-03-26 | 1 | -5/+4 | |
| | | | ||||||
| | * | Updated change log | Kevin Van Brunt | 2018-03-26 | 1 | -0/+1 | |
| | | | ||||||
| | * | Updated comment | Kevin Van Brunt | 2018-03-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | Added delimiter_complete function | Kevin Van Brunt | 2018-03-26 | 1 | -0/+58 | |
| | | | ||||||
| | * | Allowing multiple redirectors when tab completing | Kevin Van Brunt | 2018-03-26 | 1 | -33/+38 | |
| | | | ||||||
| | * | Added logic for choosing quote type | Kevin Van Brunt | 2018-03-26 | 1 | -2/+8 | |
| | | | ||||||
| | * | Fixed indexing bug and unit test | Kevin Van Brunt | 2018-03-26 | 2 | -5/+5 | |
| | | | ||||||
| | * | All completer routines now receive the entire token being completed in the ↵ | Kevin Van Brunt | 2018-03-26 | 1 | -96/+37 | |
| | | | | | | | | | text variable | |||||
| | * | Removed unit test | Kevin Van Brunt | 2018-03-25 | 1 | -11/+0 | |
| | | | ||||||
| | * | Fixing unit tests | Kevin Van Brunt | 2018-03-25 | 2 | -148/+89 | |
| | | | ||||||
| | * | Removed unused imports | Kevin Van Brunt | 2018-03-25 | 1 | -2/+0 | |
| | | | ||||||
| | * | Improved parsing for tab completing redirectors | Kevin Van Brunt | 2018-03-25 | 1 | -20/+22 | |
| | | | ||||||
| | * | Added completion for redirection to every command | Kevin Van Brunt | 2018-03-25 | 1 | -2/+57 | |
| | | | ||||||
| | * | Added functions to set realine line buffer and cursor offset | Kevin Van Brunt | 2018-03-25 | 1 | -25/+45 | |
| | | | ||||||
| | * | Handling redirection characters in tab completion tokenizing | Kevin Van Brunt | 2018-03-25 | 1 | -16/+64 | |
| | | | ||||||
| | * | Updated documentation | Kevin Van Brunt | 2018-03-25 | 3 | -8/+6 | |
| | | | ||||||
| | * | Merge branch 'master' into new_quoted_completion | Kevin Van Brunt | 2018-03-25 | 3 | -7/+11 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #328 from python-cmd2/redirect_quoted | Todd Leonhardt | 2018-03-24 | 1 | -4/+9 | |
| |\ \ | | | | | | | Allow quoted file paths when redirecting with < and > | |||||
| | * | | Allow quoted file paths when redirecting with < and > | Kevin Van Brunt | 2018-03-24 | 1 | -4/+9 | |
| |/ / | ||||||
| * | | Added link to video of Florida Pycon 2017 presentation on cmd2 | Todd Leonhardt | 2018-03-23 | 2 | -3/+2 | |
| | | | | | | | | | Link added to both README and Resources section of Sphinx docs. | |||||
| | * | Moving toward properly tab completing redirections | Kevin Van Brunt | 2018-03-25 | 1 | -20/+30 | |
| | | | ||||||
| | * | Made subcommand specific completion work with Python 2 in the examples | Kevin Van Brunt | 2018-03-24 | 3 | -36/+39 | |
| | | | ||||||
| | * | Remove unneeded use of functools.partial | Kevin Van Brunt | 2018-03-24 | 1 | -1/+1 | |
| | | | ||||||
| | * | Moved all completer functions into cmd2 since they will now depend on ↵ | Kevin Van Brunt | 2018-03-24 | 1 | -643/+530 | |
| | | | | | | | | | cmd2.allow_redirection | |||||
