
googler
List of commands for googler:
-
googler:tldr:5ef26 googler: Disable automatic spelling correction.$ googler -x ${keyword}try on your machineexplain this command
-
googler:tldr:712f5 googler: Search Google for a keyword.$ googler ${keyword}try on your machineexplain this command
-
googler:tldr:83ec2 googler: Perform in-place self-upgrade.$ googler -utry on your machineexplain this command
-
googler:tldr:93f1d googler: Show Google search result in JSON format.$ googler --json ${keyword}try on your machineexplain this command
-
googler:tldr:9afba googler: Show N search results (default 10).$ googler -n ${N} ${keyword}try on your machineexplain this command
-
googler:tldr:a7716 googler: Search one site for a keyword.$ googler -w ${site} ${keyword}try on your machineexplain this command
-
googler:tldr:d1e28 googler: Search Google and open the first result in web browser.$ googler -j ${keyword}try on your machineexplain this command