diff options
author | tv <tv@also> | 2011-07-22 11:48:08 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-07-22 11:48:08 +0200 |
commit | 7b24979bf77a319a827bb3f92298002b2942c315 (patch) | |
tree | f54f78c0b8747879281602bfe044a4d1361087cb /util | |
parent | 4b8ded8b9d183c13a2301cc0ed7dface0c650709 (diff) |
util google.suggest: initial import
Diffstat (limited to 'util')
-rwxr-xr-x | util/bin/google.suggest | 8 |
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 |