Files
dotfiles/scripts/shell/rg.sh
2024-09-21 18:19:36 -03:00

5 lines
93 B
Bash
Executable File

#!/bin/bash
# https://github.com/BurntSushi/ripgrep/issues/181
rg --pretty "$@" | less -RFX