1.2.1 • Published 9 years ago
googleit v1.2.1

Command Line Tool for search on google. You can Google it with --image --video --book...
How to use GoogleIt
Installation
$ npm install -g googleitOr
$ git clone git@github.com:PeterTeng/googleit.git
$ cd googleit
$ make installUsage
Search nodejs with command below.
$ googleit nodejsMultiple Search Words
Search Harry Potter as Book.
$ googleit -b harry-potterOptions
| Option | Description |
|---|---|
| -i | Search image |
| -v | Search video |
| -n | Search news |
| -b | Search book |
| -p | Search patent |
Search with exception
googleit hello -e adele
System Requirement
- macOS
Website
Help Google It?
Running test
$ make testInstall GoogleIt for development
$ make dev-installCommit 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