Skip to content

feat(ripgrep): add ripgrep devcontainer feature#110

Closed
jsburckhardt wants to merge 1 commit intomainfrom
feat/ripgrep
Closed

feat(ripgrep): add ripgrep devcontainer feature#110
jsburckhardt wants to merge 1 commit intomainfrom
feat/ripgrep

Conversation

@jsburckhardt
Copy link
Copy Markdown
Owner

Summary

Add ripgrep as a new devcontainer feature.

ripgrep (rg) is a line-oriented search tool that recursively searches the current directory for a regex pattern while respecting .gitignore rules. It is similar to other search tools like grep, ag, and ack but is significantly faster.

Changes

New files

  • src/ripgrep/devcontainer-feature.json — Feature metadata
  • src/ripgrep/install.sh — Installer (downloads from GitHub releases, supports x86_64/aarch64/i686/armv7l)
  • test/ripgrep/test.sh — Basic smoke test
  • test/_global/ripgrep-specific-version.sh — Version-pinned test (14.1.1)

Updated files

  • test/_global/scenarios.json — Added ripgrep to all-tools and version-pinned scenario
  • test/_global/all-tools.sh — Added ripgrep check
  • .github/workflows/test.yaml — Added ripgrep to CI matrix
  • README.md — Added table row and usage section

Closes #95

Closes #95

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jsburckhardt
Copy link
Copy Markdown
Owner Author

Closing - PR was created prematurely. Work is preserved on the branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add ripgrep devcontainer feature

1 participant