summaryrefslogtreecommitdiffstats
path: root/bin/rg
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-09 00:34:58 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-09 00:45:50 -0400
commit1b35237130e9c3e5d1bd20cb40f6013c74f0b925 (patch)
tree3dd76417fc9b7b7eb1cbc8e45dde6439b3b9fb64 /bin/rg
parent5dd2c27ea32b9794f84e466925b29035eb064ef1 (diff)
downloadconf-1b35237130e9c3e5d1bd20cb40f6013c74f0b925.tar.gz
conf-1b35237130e9c3e5d1bd20cb40f6013c74f0b925.zip
try switching to ripgrep
Diffstat (limited to 'bin/rg')
-rwxr-xr-xbin/rg3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/rg b/bin/rg
new file mode 100755
index 0000000..05c051c
--- /dev/null
+++ b/bin/rg
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec /usr/bin/rg --smart-case --no-ignore-messages -p "$@" | less -XFR