ripgrep (rg)
AnduinOS Verified App - Open Source
Ripgrep is an AnduinOS verified app and it runs awesome on AnduinOS, with easy installation and automatic updates.
ripgrep (rg) is an extremely fast alternative to grep
that respects your gitignore. source code
Run this command to install ripgrep on AnduinOS:
sudo apt install ripgrep
Then you can use rg
to replace grep if you want.
# add this line to your .bashrc or .zshrc
alias rg=grep