Install "rg" (ripgrep) binary
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/ripgrep:1": {}
}| Options Id | Description | Type | Default Value |
|---|---|---|---|
| version | Version of "ripgrep" to install. | string | latest |
A line-oriented search tool that recursively searches directories for a regex pattern. rg is significantly faster than grep and respects .gitignore rules while supporting common features like Unicode support and compressed file search.
Downloaded as a pre-compiled binary from the GitHub releases page and placed in /usr/local/bin.
No additional notes.
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.
