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
a09ad274 Fix doc in docs/features/commands.rst Kevin "Tristate Tom" Weiss <w****4@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
a96c0f53 Update conditional pyreadline3 dependency for Win Kyle King <K****g@u****m> over 5 years ago
44eb9d4e merge Merge pull request #1045 from python-cmd2/silent_start Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
bc01fece Fix flake8 error and make type hinting consistent Todd Leonhardt <t****t@g****m> over 5 years ago
0da2892a merge Merge branch 'master' into silent_start Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
4bdb20a1 Removed with_argparser_and_unknown_args since it was deprecated in 1.3.0. Kevin Van Brunt <k****t@g****m> over 5 years ago
b2c7113b Removed --silent flag from alias/macro create since startup scripts can be ru... Kevin Van Brunt <k****t@g****m> over 5 years ago
38b50993 Added option to run startup scripts silently Kevin Van Brunt <k****t@g****m> over 5 years ago
45580056 merge Merge branch 'master' into 2.0 Kevin Van Brunt <k****t@g****m> over 5 years ago
e0dee46c Skip a test which is failing on Python 3.8 and 3.9 for now to fix a unit test Todd Leonhardt <t****t@g****m>
Committed by: anselor <a****r@g****m>
over 5 years ago
5f1ea98c Added py.typed to signal that we support type annotations for PEP-561. Fixes ... Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m>
over 5 years ago
c1859045 Removed relative_to Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m>
over 5 years ago
554c0d13 Increase the minimum versions for setuptools. Some documentation seems to ind... Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m>
over 5 years ago
a3b1b6dd Changed isort to force wrapping of imports to reduce merge conflicts from min... Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m>
over 5 years ago
779aa0e9 merge Merge pull request #1032 from klieret/master Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
9ee1d838 Fix wrong superclass in doc Kilian <k****t@p****e> over 5 years ago
03c65c60 merge Merge pull request #1021 from python-cmd2/editors Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
20951e94 Fix unit test that was failing when EDITOR environment variable was set Todd Leonhardt <t****t@g****m> almost 6 years ago
48924c66 Update editor list for Linux/Mac - add joe and change order of various graphi... Todd Leonhardt <t****t@g****m> almost 6 years ago
49fac045 merge Merge branch 'master' into 2.0 Todd Leonhardt <t****t@g****m> almost 6 years ago
5dc5c694 Updated utils.find_editor() to include more Windows editors Kevin Van Brunt <k****t@g****m> almost 6 years ago
9f1c6b1f Update CHANGELOG with info on recent bug fix PR Todd Leonhardt <t****t@g****m> almost 6 years ago
31c2d8fc merge Merge pull request #1018 from gmmephisto/fix-find-editor Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
6c5eea6e feat(utils): probe editors in system path
Signed-off-by: Mikhail Ushanov <g****o@g****m>
Mikhail Ushanov <g****o@g****m> almost 6 years ago
d37f2cc8 merge Merge branch 'master' into 2.0 Kevin Van Brunt <k****t@g****m> almost 6 years ago
baf03920 merge Merge pull request #1015 from python-cmd2/settable_hint Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
59528a92 Fixed bug where setting always_show_hint=True did not show a hint when comple... Kevin Van Brunt <k****t@g****m> almost 6 years ago
f02cf542 merge Merge branch 'master' into 2.0 Todd Leonhardt <t****t@g****m> almost 6 years ago
d4dc6b6a Update CHANGELOG prior to a release Todd Leonhardt <t****t@g****m> almost 6 years ago
aac467e6 merge Merge pull request #1007 from bambu/docstr_fmt Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
86d0e9c7 merge Merge branch 'master' into docstr_fmt Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
887bda49 merge Merge pull request #1014 from python-cmd2/win_tab_crash Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
c77c240c specifying is not none on coditions Bambu <5****u@u****m> almost 6 years ago
97396ff8 merge Merge branch 'master' into docstr_fmt Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
8721a3df Fixed tab completion crash on Windows Kevin Van Brunt <k****t@g****m> almost 6 years ago
d3a9a6d2 merge Merge pull request #1012 from KyleKing/master Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
67c18b08 Replace with_argparser_and_unknown_args in docs Kyle King <K****g@u****m> almost 6 years ago
a9ea11fc merge Merge branch 'master' into docstr_fmt Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
d4436244 merge Merge pull request #1011 from KyleKing/patch-1 Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
8e13a8b4 Use set --verbose instead of -v in docs Kyle King <K****g@u****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
305ac17f Fixed error in set --long, which should be set -v Kyle King <K****g@u****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
6203e2d2 fix flake8 error Bambu <5****u@u****m> almost 6 years ago
66ba6d33 merge Merge branch 'master' into docstr_fmt Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
d4aa9a41 merge Merge pull request #1008 from stratosgear/patch-1 Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
654513fa typo Stratos Gerakakis <s****r@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
19598b68 Format multiline docstrings to match other help messages Bambu <5****u@u****m> almost 6 years ago
52bbce0a merge Merge pull request #1006 from mgorny/setuptools-dep Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
431b5aa5 Remove unnecessary runtime dependency on setuptools Michał Górny <m****y@g****g> almost 6 years ago
5cd91a31 Updated change log for release Kevin Van Brunt <k****t@g****m> almost 6 years ago
c36569c8 merge Merge pull request #1005 from python-cmd2/duplicate_subcommand Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
457ee75d Fixed issue where instantiating more than one cmd2-based class which uses the... Kevin Van Brunt <k****t@g****m> almost 6 years ago
ad646aa0 merge Merge pull request #1004 from python-cmd2/redirected_aliases Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
018c329a Fixed issue where quoted redirectors and terminators in aliases and macros we... Kevin Van Brunt <k****t@g****m> almost 6 years ago
ed7b9e51 merge Merge pull request #1003 from python-cmd2/move_attach Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
980a7e47 merge Merge branch 'master' into move_attach Kevin Van Brunt <k****t@g****m> almost 6 years ago
ea2fde52 Only setting subcommand handler on attached_parser and not its parent parser Kevin Van Brunt <k****t@g****m> almost 6 years ago
77444b71 merge Merge pull request #1001 from python-cmd2/codeql Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
700db37c Onboard to GitHub CodeQL security scanning Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
0f11ffa3 merge Merge branch 'master' into 2.0 Kevin Van Brunt <k****t@g****m> almost 6 years ago
d348f09c merge Merge pull request #999 from python-cmd2/silence Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
7d583683 Small refactor Kevin Van Brunt <k****t@g****m> almost 6 years ago
ed3f9094 merge Merge branch 'master' into silence Kevin Van Brunt <k****t@g****m> almost 6 years ago
6093e5e9 Fixed classifier spacing Eric Lin <a****r@g****m> almost 6 years ago
cf9516e5 Added --silent flag to alias/macro create. Kevin Van Brunt <k****t@g****m> almost 6 years ago
eb0669e6 Updated URL and documentation in preparation for cmd2-ext-test 0.2.0 release Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m>
almost 6 years ago
872da20f Changes default category to be heritable by default - meaning that subclasses... Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m>
almost 6 years ago
c50def1e merge Merge pull request #991 from python-cmd2/read_input Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
1a2095e5 Added section to completion docs about read_input() function Kevin Van Brunt <k****t@g****m> almost 6 years ago
0ca6038e merge Merge branch '2.0' into read_input Kevin Van Brunt <k****t@g****m> almost 6 years ago
a975432e merge Merge branch 'master' into 2.0 Kevin Van Brunt <k****t@g****m> almost 6 years ago
d25534ab Updated documentation about set command Kevin Van Brunt <k****t@g****m> almost 6 years ago
d5824663 Moved two classes from cmd2.py to utils.py. Kevin Van Brunt <k****t@g****m> almost 6 years ago
a95034f9 merge Merge branch '2.0' into read_input Kevin Van Brunt <k****t@g****m> almost 6 years ago
ed21e63b merge Merge branch 'master' into 2.0 Kevin Van Brunt <k****t@g****m> almost 6 years ago
631ed8a5 merge Merge pull request #994 from python-cmd2/format_flags Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
92b8a38d Minor type hinting fixes. Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m>
almost 6 years ago
5bc9b967 Made CustomCompletionSettings public since it's optionally passed to public m... Kevin Van Brunt <k****t@g****m> almost 6 years ago
f90c8d16 Added pragma: no cover to some tab completion code Kevin Van Brunt <k****t@g****m> almost 6 years ago
f1e4fc3a Updated unit tests for read_input() Kevin Van Brunt <k****t@g****m> almost 6 years ago
11117ce9 argparse tab completion now groups flag names which run the same action. Opti... Kevin Van Brunt <k****t@g****m> almost 6 years ago
a8d3ab2f Added type hint Kevin Van Brunt <k****t@g****m> almost 6 years ago
3e0c9ba1 merge Merge branch '2.0' into read_input Kevin Van Brunt <k****t@g****m> almost 6 years ago
bd9b7f30 merge Merge branch 'master' into 2.0 Kevin Van Brunt <k****t@g****m> almost 6 years ago
6bd2f2cb merge Merge pull request #993 from python-cmd2/completion_hints Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
e6a9a1c9 Added always_show_hint setting Kevin Van Brunt <k****t@g****m> almost 6 years ago
7d3f2727 merge Merge branch '2.0' into read_input Kevin Van Brunt <k****t@g****m> almost 6 years ago
de026132 merge Merge branch 'master' into 2.0 Kevin Van Brunt <k****t@g****m> almost 6 years ago
1054dda7 Fixed type hints in example code Kevin Van Brunt <k****t@g****m> almost 6 years ago
e7bf6c19 merge Merge pull request #990 from python-cmd2/on_registered Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
85ad3190 Documented CommandSet event handlers Kevin Van Brunt <k****t@g****m> almost 6 years ago
68c77507 Added CommandSet.on_unregistered() Kevin Van Brunt <k****t@g****m> almost 6 years ago
72fc6bf1 Updated docs Kevin Van Brunt <k****t@g****m> almost 6 years ago
f1ac4d0f Fixed flake8 error Kevin Van Brunt <k****t@g****m> almost 6 years ago
ff9d8852 Removed enum.auto() for Python 3.5 compatibility Kevin Van Brunt <k****t@g****m> almost 6 years ago
d6d96763 Fixed docs error Kevin Van Brunt <k****t@g****m> almost 6 years ago
4fc18635 Updated change log Kevin Van Brunt <k****t@g****m> almost 6 years ago
e4e05127 Updated read_input example Kevin Van Brunt <k****t@g****m> almost 6 years ago
bf3d1e41 Updated comments Kevin Van Brunt <k****t@g****m> almost 6 years ago
a33da043 Added unit tests for CommandSet callbacks Kevin Van Brunt <k****t@g****m> almost 6 years ago
77a36b1b Added on_registered() callback to CommandSet Kevin Van Brunt <k****t@g****m> almost 6 years ago

← Back to repository