ripgrep
Line-oriented search tool and Rust successor to `grep'
ripgrep
(rg
) is a line-oriented search tool that recursively searches your current directory for a regex pattern while respecting your gitignore rules. ripgrep
is similar to other popular search tools like The Silver Searcher, ack
and grep
.
- Versions: 14.1.1
- Website: https://github.com/BurntSushi/ripgrep
- Licenses: Expat · Unlicense
- Package source: gnu/packages/rust-apps.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ripgrep
as follows:
guix install ripgrep
Or install a particular version:
guix install ripgrep@14.1.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/ripgrep/'><img src='http://127.0.0.1:3000/packages/ripgrep/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/ripgrep/badges/latest-version.svg)](http://127.0.0.1:3000/packages/ripgrep/) Org: [[http://127.0.0.1:3000/packages/ripgrep/][http://127.0.0.1:3000/packages/ripgrep/badges/latest-version.svg]]