Add dates, gratitude, calc, timer - dates.py: Important dates and anniversaries - gratitude.py: Gratitude log - calc.py: Calculator and unit converter - timer.py: Countdown and stopwatch - 31 tools total!
This commit is contained in:
4
ws
4
ws
@ -43,6 +43,10 @@ COMMANDS = {
|
||||
'ideas': ('tools/ideas.py', 'Idea incubator'),
|
||||
'weather': ('tools/weather.py', 'Weather check'),
|
||||
'standup': ('tools/standup.py', 'Daily standup generator'),
|
||||
'dates': ('tools/dates.py', 'Important dates tracker'),
|
||||
'gratitude': ('tools/gratitude.py', 'Gratitude log'),
|
||||
'calc': ('tools/calc.py', 'Calculator and converter'),
|
||||
'timer': ('tools/timer.py', 'Countdown and stopwatch'),
|
||||
|
||||
# Projects
|
||||
'news': ('projects/news-feed/main.py', 'RSS news reader'),
|
||||
|
||||
Reference in New Issue
Block a user