summaryrefslogtreecommitdiffstats
path: root/bin/rg
diff options
context:
space:
mode:
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