summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
l---------bin/ag1
-rwxr-xr-xbin/rg3
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/ag b/bin/ag
new file mode 120000
index 0000000..5b2ddf3
--- /dev/null
+++ b/bin/ag
@@ -0,0 +1 @@
+rg \ No newline at end of file
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