0.0.3 • Published 2 years ago

googling-cli v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

googling-cli

Open the Google search results page in the browser from your terminal.

  1. Installation
  2. Usage
  3. Options
    1. -f, --filetype
    2. -s, --site
    3. -m, --map
    4. -h, --help
  4. License

Installation

npm install -g googling-cli

Usage

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

License

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1-alpha.1

2 years ago

0.0.1-alpha.0

2 years ago

0.0.1

2 years ago