An open API service providing commit metadata for open source projects.

GitHub / python-cmd2/cmd2 / commits

cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python

SHA Message Author Date Stats
f30627d5 Added tests Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m>
over 5 years ago
4ed7a9cc Added link for command_definition module Kevin Van Brunt <k****t@g****m> over 5 years ago
fba9670a Updated comments Kevin Van Brunt <k****t@g****m> over 5 years ago
462e1623 merge Merge pull request #1069 from python-cmd2/completion_item_choices Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
5732bc3c Fixed issue where argparse choices could not be CompletionItems Kevin Van Brunt <k****t@g****m> over 5 years ago
cc9d96a7 merge Merge pull request #1068 from python-cmd2/formatted_completions Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
5bca14f6 Made changes requested in code review Kevin Van Brunt <k****t@g****m> over 5 years ago
cb07ba98 Updated change log Kevin Van Brunt <k****t@g****m> over 5 years ago
6a3b2e93 Updated tab completion example Kevin Van Brunt <k****t@g****m> over 5 years ago
6b53e0ca merge Merge branch 'master' into formatted_completions Kevin Van Brunt <k****t@g****m> over 5 years ago
a9068deb merge Merge pull request #1065 from python-cmd2/history_fix Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
3f0f277c merge Merge branch 'master' into history_fix Kevin Van Brunt <k****t@g****m> over 5 years ago
2ab91a81 Added support for ANSI styles and newlines in tab completion results Kevin Van Brunt <k****t@g****m> over 5 years ago
4da77c4c merge Merge pull request #1067 from python-cmd2/exception_passthrough Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
6b00402e merge Merge branch 'master' into history_fix Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
7024aa0e Added cmd2.exceptions.PassThroughException Kevin Van Brunt <k****t@g****m> over 5 years ago
6b14aa65 Moved empty line check in table creator Kevin Van Brunt <k****t@g****m> over 5 years ago
abb9764c merge Update CHANGELOG with info on recent bug fix PR Todd Leonhardt <t****t@g****m> over 5 years ago
d4035b43 merge Merge pull request #1066 from python-cmd2/table_newline Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
ecba81e9 Fixed issue where TableCreator was tossing blank last lines Kevin Van Brunt <k****t@g****m> over 5 years ago
44f54dde Updated change log Kevin Van Brunt <k****t@g****m> over 5 years ago
71ed07c0 Fixed issue where HistoryItem indexes were being reused Kevin Van Brunt <k****t@g****m> over 5 years ago
97f14b26 merge Merge pull request #1060 from python-cmd2/mypy Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
fa0b55c5 Fix error in Python 3.6 Todd Leonhardt <t****t@g****m> over 5 years ago
ccb50f33 Start making small changes to fix mypy warnings Todd Leonhardt <t****t@g****m> over 5 years ago
9c60ac6f merge Merge pull request #1059 from python-cmd2/deprecate_35 Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
811a7302 Updated README and CHANGELOG Todd Leonhardt <t****t@g****m> over 5 years ago
67ea0627 Deprecate Python 3.5 Todd Leonhardt <t****t@g****m> over 5 years ago
a7119e1b merge Merge pull request #1052 from python-cmd2/black Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
486b8c72 Fixed black, isort, flake8, and doc8 issues Todd Leonhardt <t****t@g****m> over 5 years ago
3e180a81 merge Merge branch 'master' into black Todd Leonhardt <t****t@g****m> over 5 years ago
06aaf962 merge Merge pull request #1055 from python-cmd2/2.0 Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
0c296ae0 merge Merge branch 'master' into 2.0 Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
30680704 merge Merge pull request #1057 from korygill/patch-1 Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
c99a2be9 Update modular_commands.rst Kory Gill <k****l@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
49888db3 merge Merge branch 'master' into 2.0 Kevin Van Brunt <k****t@g****m> over 5 years ago
4c70bdb0 merge Merge branch 'master' into black Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
81cbc40b merge Merge pull request #1054 from jayrod/cookiecutter_readme_addition Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
29dcd89f merge Merge branch 'master' into 2.0 Kevin Van Brunt <k****t@g****m> over 5 years ago
a39bae46 merge Merge branch 'master' into cookiecutter_readme_addition Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
77ef5b72 merge Merge branch 'master' into black Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
77d5ad3d merge Merge pull request #1053 from python-cmd2/black_config Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
0501f06f docs(README): Added links for cookiecutter projects jay <y****u@e****m> over 5 years ago
f6911706 Added black to Pipfile and black configuration to pyrpoject.toml Todd Leonhardt <t****t@g****m> over 5 years ago
a39ae527 Fixed typo in change log Kevin Van Brunt <k****t@g****m> over 5 years ago
c293317e Need to install isort before we can run it ;-) Todd Leonhardt <t****t@g****m> over 5 years ago
9cb49fb2 Add in isort changes Todd Leonhardt <t****t@g****m> over 5 years ago
43be550b Exclude various directories from isort Todd Leonhardt <t****t@g****m> over 5 years ago
076c9ebe Attempt to fix remaining black failures Todd Leonhardt <t****t@g****m> over 5 years ago
eb995faf Hopefully print out what files black would want to change Todd Leonhardt <t****t@g****m> over 5 years ago
dc29a656 Change black config Todd Leonhardt <t****t@g****m> over 5 years ago
8671ca10 Attempt to make flake8 and black play nicely Todd Leonhardt <t****t@g****m> over 5 years ago
f456b802 Add black for automatic code format Todd Leonhardt <t****t@g****m> over 5 years ago
22aa56ba merge Merge branch 'master' into 2.0 Todd Leonhardt <t****t@g****m> over 5 years ago
918200c0 Updated CHANGELOG to prepare for next release Todd Leonhardt <t****t@g****m> over 5 years ago
3f67a3ef merge Merge pull request #1051 from python-cmd2/github_actions Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
631eaa92 Removed CONTRIBUTING.md file from the manifest (i.e. from the PyPI package) Todd Leonhardt <t****t@g****m> over 5 years ago
1779ed0c Simplify workflow configs by removing an environment variable that wasn't use... Todd Leonhardt <t****t@g****m> over 5 years ago
bba9e505 Simplify GitHub Actions workflow configs so they run on any push or PR instea... Todd Leonhardt <t****t@g****m> over 5 years ago
6bf3a2a2 Fix syntax error in doc.yml workflow files building Sphinx docs using GitHub ... Todd Leonhardt <t****t@g****m> over 5 years ago
adaa977a Finish removing use of caching in GitHub Actions YAML config Todd Leonhardt <t****t@g****m> over 5 years ago
34fddf9f Remove GitHub Actions cache step because it wasn't working correctly Todd Leonhardt <t****t@g****m> over 5 years ago
8a6b7ef5 Change name of lint and doc jobs Todd Leonhardt <t****t@g****m> over 5 years ago
30a58d92 Add back in GitHub Actions caching Todd Leonhardt <t****t@g****m> over 5 years ago
500b13df Remove Python 3.10 testing because it doesn't appear to be available in GitHu... Todd Leonhardt <t****t@g****m> over 5 years ago
3fc09649 Try to fix flake8 lint run and Python 3.10 runs Todd Leonhardt <t****t@g****m> over 5 years ago
24c7c794 Fix nox session name for running tests Todd Leonhardt <t****t@g****m> over 5 years ago
338b0907 Damn computers, doing what I said instead of what I meant Todd Leonhardt <t****t@g****m> over 5 years ago
d8ae2e71 Fix how python version is passed to nox command-line argument Todd Leonhardt <t****t@g****m> over 5 years ago
4d4d0c4a Only run a single nox session for each version of Python in GitHub Actions ma... Todd Leonhardt <t****t@g****m> over 5 years ago
9da73981 Remove all use of AppVeyor for Windows testing because it is slower than GitH... Todd Leonhardt <t****t@g****m> over 5 years ago
8bf9eed9 Replaced Travis CI badge in README with a GitHub Actions CI badge Todd Leonhardt <t****t@g****m> over 5 years ago
5a235656 Try to fix syntax error in AppVeyor config Todd Leonhardt <t****t@g****m> over 5 years ago
7b7f724e Attempt to speedup AppVeyor build Todd Leonhardt <t****t@g****m> over 5 years ago
47303c54 Try to fix missing Python dependencies on Windows Todd Leonhardt <t****t@g****m> over 5 years ago
375a7606 Deleted configuration for travis-ci.org and also deleted associated webhook w... Todd Leonhardt <t****t@g****m> over 5 years ago
c045e845 Try to fix `pip install` failing on Windows within GitHub Actions Todd Leonhardt <t****t@g****m> over 5 years ago
43dec7a4 LOL FML - put the right code in the wrong place last time Todd Leonhardt <t****t@g****m> over 5 years ago
bd034110 Attempting to set fetch_depth to fix setuptools_scm version Todd Leonhardt <t****t@g****m> over 5 years ago
f8ab85b5 Trying to add a pyproject.toml to see if it can help with GitHub actions not ... Todd Leonhardt <t****t@g****m> over 5 years ago
138814dd Trying something Todd Leonhardt <t****t@g****m> over 5 years ago
f375a6e7 For GitHub Actions CI, remove Python 3.5 since it is past EOL Todd Leonhardt <t****t@g****m> over 5 years ago
da37e20c Fixed syntax error in `pip install` command for GitHub Actions Todd Leonhardt <t****t@g****m> over 5 years ago
0a2e3d6a Move generitc GitHub files to .github directory Todd Leonhardt <t****t@g****m> over 5 years ago
434a01f4 merge Merge branch 'master' into 2.0 Kevin Van Brunt <k****t@g****m> over 5 years ago
cd377071 merge Merge pull request #1050 from python-cmd2/misc Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
246ce9de Updated documentation Kevin Van Brunt <k****t@g****m> over 5 years ago
0e70f062 Printing error when OSError other than FileNotFoundError occurs when deleting... Kevin Van Brunt <k****t@g****m> over 5 years ago
7f76e232 Added more validation to TableCreator Kevin Van Brunt <k****t@g****m> over 5 years ago
2055dfc9 merge Merge pull request #1049 from python-cmd2/header_tabs Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
f8b2407b merge Merge branch 'master' into header_tabs Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
b329218f merge Merge pull request #1048 from MrKevinWeiss/pr/docs/md/brokenlink Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
72d66bb1 merge Merge branch 'master' into pr/docs/md/brokenlink Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
c7d0efc4 merge Merge pull request #1047 from MrKevinWeiss/pr/doc/commands Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
82684018 merge Merge branch 'master' into pr/doc/commands Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
d5cebaef merge Merge pull request #1046 from KyleKing/patch-1 Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
188f251f Fixed FileNotFoundError which occurred when running 'history --clear' and no ... Kevin Van Brunt <k****t@g****m> over 5 years ago
da203d25 Fixed width calculation when table column headers had tabs Kevin Van Brunt <k****t@g****m> over 5 years ago
6210d236 docs/features/modular_commands: fix broken link Kevin "Tristate Tom" Weiss <w****4@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
82fe1d47 merge Merge branch 'master' into 2.0 Kevin Van Brunt <k****t@g****m> over 5 years ago

← Back to repository