diff --git a/scripts/shell/rg.sh b/scripts/shell/rg.sh new file mode 100755 index 0000000..ef17343 --- /dev/null +++ b/scripts/shell/rg.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +rg --pretty "$@" | less -RFX diff --git a/scripts/shell/rga.sh b/scripts/shell/rga.sh new file mode 100755 index 0000000..b70c184 --- /dev/null +++ b/scripts/shell/rga.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +rga --pretty --ignore-case --iglob *.pdf --iglob **/*.pdf "$@" | less -RFX