Skip to content

PeterTeng/googleit

Repository files navigation

googleit

Build Status NPM Version NPM Downloads GitHub issues

Command Line Tool for search on google. You can Google it with --image --video --book...

How to use GoogleIt

Installation

$ npm install -g googleit

Or

$ git clone git@github.com:PeterTeng/googleit.git
$ cd googleit
$ make install

Usage

Search nodejs with command below.

$ googleit nodejs

Multiple Search Words

Search Harry Potter as Book.

$ googleit -b harry-potter

Options

Option Description
-i Search image
-v Search video
-n Search news
-b Search book
-p Search patent

Search with exception

googleit hello -e adele

dec-06-2016 00-16-01

System Requirement

  • macOS

Website

GoogleIt

Help Google It?

Running test

$ make test

Install GoogleIt for development

$ make dev-install

Commit Message

You can follow this emoji commit message template

$ git config commit.template .commit_template
# 🐛 :bug: when fixing a bug
# 🔥 :fire: when removing code or files
# 🎨 :art: when improving the format/structure of the code
# 🐎 :racehorse: when improving performance
# 📝 :memo: when writing docs
# 💚 :green_heart: when fixing the CI build
# ✅ :white_check_mark: when adding tests
# 👮 :cop: when dealing with security
# 👕 :shirt: when removing linter warnings

License

BSD-3-Clause

About

🙊Command Line Tool For Search on Google

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published