ripgrep

ripgrep 15.2.0

Utility that combines the usability of The Silver Searcher with the raw speed of grep

https://github.com/BurntSushi/ripgrep
The UnlicenseMIT License
main program: rgprograms: rg
Platforms (38)
x86_64-openbsdarmv5tel-linuxmips64el-linuxx86_64-redoxriscv64-linuxpowerpc64-linuxi686-netbsdpowerpc-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  ripgrep
];
Ad-hoc shell
nix-shell -p ripgrep
Flake (nix run)
nix run nixpkgs#ripgrep