FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for cmd2 - python-cmd2/cmd2 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-cmd2
/
cmd2
Public
Notifications
You must be signed in to change notification settings
Fork
132
Star
686
Code
Issues
1
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cmd2
cmd2
on
main
User selector
Datepicker
Commit history
Commits on Aug 29, 2026
Fix ty unresolved-attribute warnings and add mypy back (#1737)
Show description for 6191df8
tleonhardt
authored
6191df8
View commit details
Copy full SHA for 6191df8
View code at this point
Browse repository at this point
Commits on Aug 22, 2026
Added support for bracketed paste (#1733)
Show description for 93c020c
kmvanbrunt
authored
93c020c
View commit details
Copy full SHA for 93c020c
View code at this point
Browse repository at this point
Commits on Aug 21, 2026
Enabled Ctrl-Z suspension at the prompt (#1732)
Show description for 9c7a891
kmvanbrunt
and
tleonhardt
authored
9c7a891
View commit details
Copy full SHA for 9c7a891
View code at this point
Browse repository at this point
Migrate from mypy to ty as a type checker (#1731)
Show description for e57cd62
tleonhardt
authored
e57cd62
View commit details
Copy full SHA for e57cd62
View code at this point
Browse repository at this point
Commits on Aug 19, 2026
Fixed some broken autoref links in the Zensical documentation (#1730)
Show description for 8731ef9
tleonhardt
authored
8731ef9
View commit details
Copy full SHA for 8731ef9
View code at this point
Browse repository at this point
Commits on Aug 5, 2026
Fixed bug where already sorted choices_provider results were being re-sorted. (#1727)
kmvanbrunt
authored
526cbca
View commit details
Copy full SHA for 526cbca
View code at this point
Browse repository at this point
Commits on Jul 30, 2026
Upgrade ruff to version 0.16.0
tleonhardt
committed
9a41f2c
View commit details
Copy full SHA for 9a41f2c
View code at this point
Browse repository at this point
Commits on Jul 17, 2026
Fix with_annotated decorator so using ArgumentBlock works with groups (#1718)
Show description for 1a56c89
tleonhardt
and
KelvinChung2000
authored
1a56c89
View commit details
Copy full SHA for 1a56c89
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
fix: put help text as part of positional argument (#1719)
KelvinChung2000
authored
8c036f7
View commit details
Copy full SHA for 8c036f7
View code at this point
Browse repository at this point
Removed redundant ipython import which slowed application startup time (#1717)
kmvanbrunt
authored
2c62bab
View commit details
Copy full SHA for 2c62bab
View code at this point
Browse repository at this point
Commits on Jul 15, 2026
[Settable] description argument can now be rich text (#1712)
Show description for 6d9a632
neoniobium
and
tleonhardt
authored
6d9a632
View commit details
Copy full SHA for 6d9a632
View code at this point
Browse repository at this point
Commits on Jul 9, 2026
Added ability to use Rich renderables as alert messages. (#1710)
kmvanbrunt
authored
f92a60a
View commit details
Copy full SHA for f92a60a
View code at this point
Browse repository at this point
Fixed mypy 2.2.0 failures (#1709)
Show description for 29ace9c
tleonhardt
authored
29ace9c
View commit details
Copy full SHA for 29ace9c
View code at this point
Browse repository at this point
Commits on Jul 7, 2026
Moved function for better grouping.
kmvanbrunt
committed
e0629a5
View commit details
Copy full SHA for e0629a5
View code at this point
Browse repository at this point
Use ColorDepth.MONOCHROME alias to align with ColorDepth.TRUE_COLOR usage.
kmvanbrunt
committed
ade8893
View commit details
Copy full SHA for ade8893
View code at this point
Browse repository at this point
Fixed cmd2 bypassing NO_COLOR and allow_style when setting prompt-toolkit's color depth. (#1706)
kmvanbrunt
authored
38fc582
View commit details
Copy full SHA for 38fc582
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
Refactored bottom toolbar and rprompt functionality. (#1700)
Show description for d8a46dd
kmvanbrunt
and
tleonhardt
authored
d8a46dd
View commit details
Copy full SHA for d8a46dd
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
feat: blocked argument (#1698)
Show description for 54e7766
KelvinChung2000
authored
54e7766
View commit details
Copy full SHA for 54e7766
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
Added UI refresh interval setting.
kmvanbrunt
committed
b17b1bd
View commit details
Copy full SHA for b17b1bd
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
feat(annotated): add converter and preprocess hooks for custom conversion (#1695)
Show description for ff20293
KelvinChung2000
and
tleonhardt
authored
ff20293
View commit details
Copy full SHA for ff20293
View code at this point
Browse repository at this point
Commits on Jun 16, 2026
feat(annotated): allow honoring Enum _missing_ and support Enum | Enum (#1694)
KelvinChung2000
authored
49a176a
View commit details
Copy full SHA for 49a176a
View code at this point
Browse repository at this point
Commits on Jun 14, 2026
feat(annotated): let a mutually exclusive group declare its own titled section (#1693)
KelvinChung2000
authored
ec22b82
View commit details
Copy full SHA for ec22b82
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
fix: fix annotated typing (#1692)
Show description for abf27fe
KelvinChung2000
and
tleonhardt
authored
abf27fe
View commit details
Copy full SHA for abf27fe
View code at this point
Browse repository at this point
feat: annotated argpare adding support for frozenset (#1691)
Show description for 99173cc
KelvinChung2000
and
tleonhardt
authored
99173cc
View commit details
Copy full SHA for 99173cc
View code at this point
Browse repository at this point
Commits on Jun 10, 2026
Add a new complete_in_thread parameter to cmd2.Cmd.__init__ that defaults to True (#1682)
Show description for 6c6d844
tleonhardt
authored
6c6d844
View commit details
Copy full SHA for 6c6d844
View code at this point
Browse repository at this point
Commits on Jun 5, 2026
fix: fix edge case on forward unresolveable type (#1673)
Show description for 0786a4e
KelvinChung2000
and
kmvanbrunt
authored
0786a4e
View commit details
Copy full SHA for 0786a4e
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
Refactor and standardize argparse-related naming and metadata (#1670)
Show description for 205e8a6
kmvanbrunt
authored
205e8a6
View commit details
Copy full SHA for 205e8a6
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
Remove colorless theme monkeypatchfor argparse bug in 3.15.0b1 (#1674)
Show description for 1288fb6
tleonhardt
authored
1288fb6
View commit details
Copy full SHA for 1288fb6
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
chore: clean up docs (#1671)
Show description for 2b22e91
KelvinChung2000
authored
2b22e91
View commit details
Copy full SHA for 2b22e91
View code at this point
Browse repository at this point
Let ruff format code in docstrings the same way it formats our code
tleonhardt
committed
5765bb4
View commit details
Copy full SHA for 5765bb4
View code at this point
Browse repository at this point
feat: Experimental annotated argparse (#1666)
Show description for 9c5478c
KelvinChung2000
authored
9c5478c
View commit details
Copy full SHA for 9c5478c
View code at this point
Browse repository at this point
Commits on May 24, 2026
Removed unnecessary argument conversion.
kmvanbrunt
committed
e2c061c
View commit details
Copy full SHA for e2c061c
View code at this point
Browse repository at this point
Commits on May 23, 2026
Added monkey patch for Rich AnsiDecoder.decode() bug. (#1668)
kmvanbrunt
authored
dea8833
View commit details
Copy full SHA for dea8833
View code at this point
Browse repository at this point
Commits on May 15, 2026
Drop support for Python 3.10 (#1665)
Show description for a349351
tleonhardt
authored
a349351
View commit details
Copy full SHA for a349351
View code at this point
Browse repository at this point
Commits on May 14, 2026
Expanded subcommand management API. (#1663)
Show description for 211a3b1
kmvanbrunt
authored
211a3b1
View commit details
Copy full SHA for 211a3b1
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL