From 75692cf01b38c123ebe7bd92ebf9277a9be35fbd Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Fri, 19 Apr 2024 23:10:36 +0200 Subject: update --- bin/ddg | 1 + bin/goog | 1 + 2 files changed, 2 insertions(+) create mode 100755 bin/ddg create mode 100755 bin/goog (limited to 'bin') 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" -- cgit v1.2.3