Socket
Socket
Sign inDemoInstall

igoogle

Package Overview
Dependencies
27
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    igoogle

a command line tool to search and open saved bookmarks


Version published
Weekly downloads
6
decreased by-25%
Maintainers
1
Install size
1.26 MB
Created
Weekly downloads
 

Readme

Source

igoogle

A command line tool to search and open saved bookmarks

why

When I write code, the terminal window that is closest to me. Whenever I need to query a document or a certain question, I need to open the browser and enter the content to query. If all this can be done through the CLI command That's a great thing to do, so referring to nrm's code, this simple tool was born.

usage

npm i igoogle

// global
npm i igoogle --g

clis

3jLEF0.png

it's super simple to use. here are some practical scenarios.

for bookmark

open one bookmark in optional browser, default is chrome.
igoogle open react
add one bookmark in your igoogle config file.
igoogle add react https://zh-hans.reactjs.org/
rename one bookmark to a new name.
igoogle rename react reactjs
delete one bookmark by bookmark name.
igoogle del reactjs
ls all the bookmark
igoogle ls
search question via google.
igoogle s some question

igoogle search some question

# or just ctrl + c a question, and exec igoogle s
# it's useful when you have a trouble,you can ctrl+v the error msg, and search it quickly
igoogle s

license

MIT

Keywords

FAQs

Last updated on 11 Mar 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc