Add capture tool - Quick thought/task/idea/link capture - Goes to inbox for later processing - Multiple types with emoji indicators - Export to markdown

This commit is contained in:
2026-01-30 23:28:29 -06:00
parent 71504e3265
commit 6c4eb9284a
3 changed files with 204 additions and 0 deletions

1
ws
View File

@ -28,6 +28,7 @@ COMMANDS = {
'focus': ('tools/focus.py', 'Pomodoro focus timer'),
'habits': ('tools/habits.py', 'Habit tracker with streaks'),
'track': ('tools/track.py', 'Time tracking'),
'cap': ('tools/capture.py', 'Quick thought capture'),
# Projects
'news': ('projects/news-feed/main.py', 'RSS news reader'),