googling-cli
v0.0.3
Published
Open the Google search results page in the browser from your terminal.
Readme
googling-cli
Open the Google search results page in the browser from your terminal.
Installation
npm install -g googling-cliUsage
gg # open google.com on the browser
gg <keywords> # open the search results page of the <keywords>Options
-f, --filetype
Restrict search result to the given file type (ex: pdf, docx...)
gg <keywords> --filetype <filetype>-s, --site
Search keywords within a certain domain.
gg <keywords> --site <domain>Their are presets for some domain.
gg <keywords> --youtube
gg <keywords> --github
gg <keywords> --notion
gg <keywords> --stack-m, --map
gg <keywords> --map-h, --help
Show manual.
gg --help