summaryrefslogtreecommitdiffstats
path: root/util/bin
diff options
context:
space:
mode:
authortv <tv@also>2011-07-22 15:25:04 +0200
committertv <tv@also>2011-07-22 15:25:04 +0200
commit86275585b6a0afa6245d088ffda6010c2b3291e7 (patch)
tree1398cdea9c0fc9828d7e99dd12378155b08abd87 /util/bin
parenta00c0be78ccd5d017dde07cdc664a3c77ef7a3e5 (diff)
parent183e94ba634bdb938003a5ccf52dcdfedf7c683c (diff)
Merge branch 'toaster'
Diffstat (limited to 'util/bin')
-rwxr-xr-xutil/bin/google.suggest8
1 files changed, 8 insertions, 0 deletions
diff --git a/util/bin/google.suggest b/util/bin/google.suggest
new file mode 100755
index 00000000..9bde17dc
--- /dev/null
+++ b/util/bin/google.suggest
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+uri="http://google.com/complete/search?output=json&q=$*"
+
+curl -sS "$uri" | sed -n '
+ s:^window.google.ac.h(\|)$::gp
+'
+echo