Tools/ripgrep.json

{
  "name": "ripgrep",
  "description": "Recursively search directories for a regex pattern, respecting gitignore",
  "tags": [
    "search",
    "grep",
    "text"
  ],
  "executable": "rg.exe",
  "packages": {
    "scoop": "ripgrep",
    "winget": "BurntSushi.ripgrep.MSVC",
    "choco": "ripgrep"
  },
  "xdg": {
    "compliance": "partial",
    "method": "env",
    "vars": {
      "RIPGREP_CONFIG_PATH": "${XDG_CONFIG_HOME}/ripgrep/ripgreprc"
    },
    "dirs": [
      "${XDG_CONFIG_HOME}/ripgrep"
    ]
  },
  "aliases": {},
  "picker": "custom"
}