Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
python-cmd2
/
cmd2
Public
Notifications
You must be signed in to change notification settings
Fork
131
Star
686
Code
Issues
2
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Refactor get_bottom_toolbar implementation in getting_started.py example
- #1703
#1703
Merged
tleonhardt
merged 17 commits into
main
python-cmd2/cmd2:main
from
1702-refactor-get_bottom_toolbar_example
python-cmd2/cmd2:1702-refactor-get_bottom_toolbar_example
Copy head branch name to clipboard
Jul 1, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Refactor get_bottom_toolbar implementation in getting_started.py example
#1703
tleonhardt
merged 17 commits into
main
python-cmd2/cmd2:main
from
1702-refactor-get_bottom_toolbar_example
python-cmd2/cmd2:1702-refactor-get_bottom_toolbar_example
Copy head branch name to clipboard
Commits
Commits on Jul 1, 2026
docs: add design spec for threaded toolbar update
tleonhardt
committed
d4778b4
View commit details
Copy full SHA for d4778b4
Browse repository at this point
Don't commit superpowers design docs
tleonhardt
committed
9be94aa
View commit details
Copy full SHA for 9be94aa
Browse repository at this point
docs: add implementation plan for threaded toolbar update
tleonhardt
committed
ff33103
View commit details
Copy full SHA for ff33103
Browse repository at this point
Update GEMINI.md to tell superpowers not to commit specs or plans
tleonhardt
committed
cc45c00
View commit details
Copy full SHA for cc45c00
Browse repository at this point
docs: add design spec for getting_started bottom toolbar optimization
tleonhardt
committed
32e5b0b
View commit details
Copy full SHA for 32e5b0b
Browse repository at this point
docs: add implementation plan for getting_started bottom toolbar optimization
tleonhardt
committed
fd75fd7
View commit details
Copy full SHA for fd75fd7
Browse repository at this point
Update Gemini.md again to try to stop superpowers from saving its specs and plans in git
tleonhardt
committed
7605b39
View commit details
Copy full SHA for 7605b39
Browse repository at this point
Add superpowers directory to .gitignore
tleonhardt
committed
0d775f7
View commit details
Copy full SHA for 0d775f7
Browse repository at this point
Remove superpowers md files
tleonhardt
committed
dbe71e8
View commit details
Copy full SHA for dbe71e8
Browse repository at this point
feat(example): initialize state and worker for background toolbar thread
tleonhardt
committed
f0b4022
View commit details
Copy full SHA for f0b4022
Browse repository at this point
Fix: Remove terminal width calculation from background thread in getting_started example
tleonhardt
committed
c50ae5e
View commit details
Copy full SHA for c50ae5e
Browse repository at this point
feat(example): add preloop and postloop hooks to manage toolbar thread
tleonhardt
committed
efefb2a
View commit details
Copy full SHA for efefb2a
Browse repository at this point
refactor(example): get_bottom_toolbar now reads from thread-safe cached state
tleonhardt
committed
1329f55
View commit details
Copy full SHA for 1329f55
Browse repository at this point
fix(example): improve thread teardown safety with daemon=True and event.wait()
tleonhardt
committed
663eb03
View commit details
Copy full SHA for 663eb03
Browse repository at this point
Update file-header command and change background thread to run 4 times a second instead of 10
tleonhardt
committed
6f786eb
View commit details
Copy full SHA for 6f786eb
Browse repository at this point
Add a type hint to fix mypy warnings
tleonhardt
committed
33f2119
View commit details
Copy full SHA for 33f2119
Browse repository at this point
Make a comment more clear
tleonhardt
committed
dbf5703
View commit details
Copy full SHA for dbf5703
Browse repository at this point
You can’t perform that action at this time.