Add decision journal, metrics, ideas, weather, standup - decide.py: Decision journal with outcomes and lessons - metrics.py: Track arbitrary metrics over time - ideas.py: Idea incubator with stages - weather.py: Quick weather via wttr.in - standup.py: Daily standup generator - 27 tools total now
This commit is contained in:
5
ws
5
ws
@ -38,6 +38,11 @@ COMMANDS = {
|
||||
'reading': ('tools/reading.py', 'Reading list'),
|
||||
'people': ('tools/people.py', 'Personal CRM'),
|
||||
'ref': ('tools/ref.py', 'Quick reference snippets'),
|
||||
'decide': ('tools/decide.py', 'Decision journal'),
|
||||
'metrics': ('tools/metrics.py', 'Track metrics over time'),
|
||||
'ideas': ('tools/ideas.py', 'Idea incubator'),
|
||||
'weather': ('tools/weather.py', 'Weather check'),
|
||||
'standup': ('tools/standup.py', 'Daily standup generator'),
|
||||
|
||||
# Projects
|
||||
'news': ('projects/news-feed/main.py', 'RSS news reader'),
|
||||
|
||||
Reference in New Issue
Block a user