timo add "Implement user authentication" --label "work"timo add "Learn about Rust macros" --label "learning"timo add "Call dentist for appointment" --label "personal"
2
Filter by label
View only thoughts with a specific label:
timo list --label "work"
Output shows only work-related thoughts:
[5]: Implement user authentication
3
Show labels in output
Display labels alongside thoughts:
timo list --show-labels
Output:
[1]: Research rate limiting strategies for the API[2]: Review pull request #234[3]: Update documentation for auth flow[4]: Buy groceries after work[5]: Implement user authentication #work[6]: Learn about Rust macros #learning[7]: Call dentist for appointment #personal
Labels appear highlighted in yellow with a black background.
Use short label names like “work”, “personal”, “ideas” for quick typing
# Capture interesting findings while researchingtimo add "Redis supports pub/sub out of the box" --label "research"timo add "Consider using rate limiting middleware" --label "research"# Later: search your research notestimo search "Redis" --label "research"
# Save ideas as they cometimo add "Blog post about CLI design patterns" --label "ideas"timo add "Build a TUI version of Timo" --label "ideas"# Review all ideastimo list --label "ideas" --show-labels