Add rg and rga scripts

This commit is contained in:
Matheus Albino Brunhara
2024-09-20 13:34:44 -03:00
parent 06320d4416
commit 03a410f4c9
2 changed files with 6 additions and 0 deletions

3
scripts/shell/rg.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
rg --pretty "$@" | less -RFX

3
scripts/shell/rga.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
rga --pretty --ignore-case --iglob *.pdf --iglob **/*.pdf "$@" | less -RFX