summaryrefslogtreecommitdiff
path: root/cmd2/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Addeded utility function for combining unicode normalization and casefolding ...Todd Leonhardt2018-08-021-6/+16
* Added alphabetical_sort() functionKevin Van Brunt2018-08-011-0/+9
* Added matches_sorted member to support custom sorting order of tab-completion...Kevin Van Brunt2018-08-011-0/+13
* Merge branch 'master' into historyTodd Leonhardt2018-07-121-16/+0
|\
| * Deleted the CmdResult helper classTodd Leonhardt2018-07-111-16/+0
* | Added --clear argument to history commandKevin Van Brunt2018-07-111-2/+2
|/
* Added yet more type hintingTodd Leonhardt2018-06-101-4/+6
* Working on improving type hintingTodd Leonhardt2018-06-091-1/+6
* Make changes requested in PR #413kotfu2018-05-241-2/+11
* Move more code from cmd2.py into utils.pykotfu2018-05-061-0/+89
* Merge branch 'test_merge' into test_ply_mergeEric Lin2018-05-021-0/+32
|\
| * Merge branch 'bash_completion' into bash_to_pyscriptEric Lin2018-05-021-0/+15
| |\
| | * Merge remote-tracking branch 'origin/master' into bash_completionEric Lin2018-04-271-0/+14
| * | Added support for customizing the pyscript bridge pystate object name.Eric Lin2018-05-021-0/+30
| |/
* | extract strip_quotes() to utils modulekotfu2018-04-301-0/+12
|/
* Create utils module for utility functionskotfu2018-04-271-0/+13