Add rg and rga scripts
This commit is contained in:
3
scripts/shell/rg.sh
Executable file
3
scripts/shell/rg.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
rg --pretty "$@" | less -RFX
|
||||
3
scripts/shell/rga.sh
Executable file
3
scripts/shell/rga.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
rga --pretty --ignore-case --iglob *.pdf --iglob **/*.pdf "$@" | less -RFX
|
||||
Reference in New Issue
Block a user