commands.sh

googler

all

Search Google from the command-line.

More info →

Options (5)

-j, --firstboolean

Search Google and open the first result in web browser

Example: googler {{[-j|--first]}} {{keyword}}
-n, --countboolean

Show `n` search results (default: 10)

Example: googler {{[-n|--count]}} {{n}} {{keyword}}
-x, --exactboolean

Disable automatic spelling correction

Example: googler {{[-x|--exact]}} {{keyword}}
-w, --siteboolean

Search one site for a keyword

Example: googler {{[-w|--site]}} {{site}} {{keyword}}
-u, --upgradeboolean

Perform in-place self-upgrade

Example: googler {{[-u|--upgrade]}}

Examples (8)

Search Google for a keyword

googler keyword

Search Google and open the first result in web browser

googler [-j|--first] keyword

Show `n` search results (default: 10)

googler [-n|--count] n keyword

Disable automatic spelling correction

googler [-x|--exact] keyword

Search one site for a keyword

googler [-w|--site] site keyword

Show Google search result in JSON format

googler --json keyword

Perform in-place self-upgrade

googler [-u|--upgrade]

Display help in interactive mode

<?>
made by @shridhargupta | data from tldr-pages