Add streak viewer - streak.py: Unified view of all streaks (habits, journal, notes, time) - 34 tools!

This commit is contained in:
2026-01-30 23:58:58 -06:00
parent b0f352128c
commit 47e15e4476
3 changed files with 142 additions and 0 deletions

1
ws
View File

@ -49,6 +49,7 @@ COMMANDS = {
'timer': ('tools/timer.py', 'Countdown and stopwatch'),
'gen': ('tools/gen.py', 'Password, UUID, lorem, etc.'),
'fortune': ('tools/fortune.py', 'Random wisdom'),
'streak': ('tools/streak.py', 'View all streaks'),
# Projects
'news': ('projects/news-feed/main.py', 'RSS news reader'),