Google autocomplete suggestions on the command-line
This CLI tool prints a list of Google autocomplete suggestions for a query, by highest volume, then alphabetically: "query a...", "query b...". A useful addition to any SEO research toolkit.
Usage:
```
google-suggests query
```
Example:
```
$ google-suggests why are the french
why are the french so thin
why are the french protesting today
why are the french so bad at english
why are the french so romantic
why are the french always on strike
...
```