ripgrep
ripgrep 15.1.0
Utility that combines the usability of The Silver Searcher with the raw speed of grep
https://github.com/BurntSushi/ripgrepThe UnlicenseMIT License
main program: rgprograms: rg
Platforms (38)
x86_64-freebsdx86_64-netbsdarmv5tel-linuxi686-freebsdi686-netbsdarmv6l-netbsdmipsel-netbsdx86_64-linux
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