igoogle
v1.0.4
Published
a command line tool to search and open saved bookmarks
Maintainers
Readme
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 --gclis

it's super simple to use. here are some practical scenarios.
for bookmark
open one bookmark in optional browser, default is chrome.
igoogle open reactadd 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 reactjsdelete one bookmark by bookmark name.
igoogle del reactjsls all the bookmark
igoogle lsfor google search
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 slicense
MIT
