Command Line Tool for search on google. You can Google it with --image --video --book...
$ npm install -g googleit
Or
$ git clone [email protected]:PeterTeng/googleit.git
$ cd googleit
$ make install
Search nodejs
with command below.
$ googleit nodejs
Search 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-install
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