Skip to content

A npm package that lets you search the web for your errors / queries, directly from console.

Notifications You must be signed in to change notification settings

pathakshashank17/google-err

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-err v1.0.0

npm

Search the web for your errors and/or queries directly from console.

Installation

Global installation is recommended. Using npm:
$ npm i -g google-err
$ npm i -g --save google-err for node version < 5.0.0

Usage

$ err query
Replace query with your query / error. (Copy your error and paste using Ctrl + Shift + V or Right click.)

Modifying your search engine

  • Navigate to node_modules folder in your project
  • Find the folder named google-err
  • Navigate to bin/index.js
  • Replace google.com with your_preferred_search_engine.com
  • Type away !
  • Note: You may have to further modify the url template literal for some search engines.

About

A npm package that lets you search the web for your errors / queries, directly from console.

Topics

Resources

Stars

Watchers

Forks