Config and Shell Integration/Use simple no-heading output

Produce a stream of one match per line.

Section: Editor-friendly formats

Use simple no-heading output

bash
bash
rg --no-heading --line-number --column 'FIXME' .
Explanation

This general-purpose format works in many homegrown tools and scripts.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Editor-friendly formats
Use JSON for custom tooling
Feed structured matches into a script or app.
OpenIn sheetbashsame section
Emit vimgrep-style results
Print `file:line:column:text` output for editors.
OpenIn sheetbashsame section
Disable ANSI color for downstream tools
Prevent escape sequences from breaking consumers.
OpenIn sheetbashsame section
Force colors through a pager
Keep syntax highlighting in paged output.
OpenIn sheetbashsame section
Point ripgrep at a config file
Set a path that ripgrep reads for default arguments.
OpenIn sheetbash1 tag match
Search tracked files only
Restrict ripgrep to files known to git.
OpenIn sheetbash1 tag match