rogrep search
Search across all conversations (also the bare default: `rogrep QUERY`)
This syntax is generated from the shipped Clap definition during every site build. Run rogrep search --help locally for the same reference.
Usage and options
Search across all conversations (also the bare default: `rogrep QUERY`)
Usage: rogrep search [OPTIONS] [QUERY]...
Arguments:
[QUERY]... Query: bare terms, "quoted phrases", and key:value facets (tool:, tool_cmd:,
tool_status:, git_pr_num:, file:, project:, …). A lone rg_… id resolves to `show`;
prefix with `--` to search for an id-shaped token as literal text instead
Options:
--limit <LIMIT> [default: 20]
--project <PROJECT> Restrict to a project (normalized key) or use --cwd
--cwd <CWD>
--since <SINCE> Since date (YYYY-MM-DD or Nd)
--sort <SORT> relevance (default) or recent [default: relevance] [possible values:
relevance, recent]
--json
-h, --help Print help
Related documentation
See the command index, query syntax, and agent playbook.