diff --git a/scripts/shell/rg.sh b/scripts/shell/rg.sh index ef17343..78f4628 100755 --- a/scripts/shell/rg.sh +++ b/scripts/shell/rg.sh @@ -1,3 +1,4 @@ #!/bin/bash +# https://github.com/BurntSushi/ripgrep/issues/181 rg --pretty "$@" | less -RFX