Browse¶
txi search is the right tool when you have keywords. When you want to scan by metadata (date range, participant, conversation kind), use txi conversations and txi conversation.
List conversations¶
# All conversations from the last quarter
txi conversations --since 2026-01-01 --until 2026-03-31
# Conversations a particular person attended
txi conversations --participant "Riley Stone"
# Filter by kind
txi conversations --kind meeting
# Title search
txi conversations --title-contains roadmap
Available filters:
--since/--until— ISO date bounds.--participant NAME— filter by a participant.--kind {meeting,slack_thread,slack_dm}— filter by conversation kind.--title-contains TEXT— case-insensitive substring match against titles.--limit N/-n N— max rows. Default 50.
View a single conversation¶
Prints the conversation header and every turn.