New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

googleit

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googleit

Google it from command line

latest
Source
npmnpm
Version
1.2.1
Version published
Maintainers
1
Created
Source

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

OptionDescription
-iSearch image
-vSearch video
-nSearch news
-bSearch book
-pSearch 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

Keywords

command

FAQs

Package last updated on 05 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts