summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ddg1
-rwxr-xr-xbin/goog1
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/ddg b/bin/ddg
new file mode 100755
index 0000000..1722898
--- /dev/null
+++ b/bin/ddg
@@ -0,0 +1 @@
+exec w3m "https://lite.duckduckgo.com/lite/search?q=$*&kd=-1"
diff --git a/bin/goog b/bin/goog
new file mode 100755
index 0000000..1767ba9
--- /dev/null
+++ b/bin/goog
@@ -0,0 +1 @@
+exec w3m "http://www.google.com/search?q=&num=20$1&hl=en&num=20"