Documentation
README
/minutes-search
Find information across all meeting transcripts and voice memos.
Usage
# Basic search
minutes search "pricing strategy"
# Filter to just voice memos
minutes search "onboarding idea" -t memo
# Filter to just meetings
minutes search "sprint planning" -t meeting
# Date filter + limit
minutes search "API redesign" --since 2026-03-01 --limit 5
Flags
| Flag | Description |
|---|---|
-t, --content-type <meeting|memo> |
Filter by type |
--since <date> |
Only results after this date (ISO format, e.g., 2026-03-01) |
-l, --limit <n> |
Maximum results (default: 10) |
Output
This is the opening of the README. Read the full README on GitHub.