Command Line Tool for search on google. You can Google it with --image --video --book...
$ npm install -g googleitOr
$ git clone git@github.com:PeterTeng/googleit.git
$ cd googleit
$ make installSearch nodejs with command below.
$ googleit nodejsSearch Harry Potter as Book.
$ googleit -b harry-potter| Option | Description |
|---|---|
| -i | Search image |
| -v | Search video |
| -n | Search news |
| -b | Search book |
| -p | Search patent |
googleit hello -e adele- macOS
$ make test$ make dev-installYou 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

