Browse the Catalog

Goal

Search, filter, and read guides from the Thalix Radar catalog using CLI commands. The catalog is a mental model mapped to specific browse commands, not a single radar catalog command.

Use Cases

  • Browse the latest Top 5 independently discovered guides
  • List all catalog entries or filter by exact tag
  • Search guides by keyword across names, summaries, tags, and content
  • Read a complete guide in the terminal
  • Explore available categories and tags with entry counts

Prerequisites

  • Authenticated CLI (radar login)
  • Access to the catalog (automatic for authenticated users)

Commands

radar today

Show the latest Top 5 independently discovered guides from the most recent research run. Displays compact summaries with scores, tags, and links.

radar list

List every catalog entry as compact cards: name, score, category, origin, date, tags, and summary. Scrollable in the terminal.

radar list --tag <tag>

Filter catalog entries by an exact tag. Case-insensitive match. Shows how many entries match vs. total catalog size.

radar search <words>

Search catalog entries by keyword. Searches across guide names, categories, tags, summaries, lessons, facts, and examples. Returns matching guides as compact cards.

radar search --tag <tag>

Search by exact tag (same as list --tag).

radar show <slug|name>

Open the complete text guide in the terminal. Shows full structured content: summary, why it matters, how it works, verified facts, tags, install steps, examples, cautions, repository, and Radar page link.

radar categories

List all indexed categories with entry counts. Categories include Research, Planning & review, Browser automation, CLI tools, etc.

radar tags

List all discovery tags sorted by entry count (most popular first). Shows how many guides use each tag.

See Also