🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@sugarcube/plugin-google

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sugarcube/plugin-google

A plugin for SugarCube to interact with some google services.

latest
Source
npmnpm
Version
0.42.1
Version published
Maintainers
1
Created
Source

@sugarcube/plugin-google

Installation

npm install --save @sugarcube/plugin-google

Plugins

Search on Google for a term, specified by the query type google_search.

$(npm bin)/sugarcube -Q google_search:Keith\ Johnstone -p google_search,tap_printf

Configuration Options:

  • google.headless: Set to true to show the browser window, otherwise browse headless if set to false. Defaults to false.

    sugarcube -Q google_search:Keith\ Johnstone -p google_search,tap_printf --google.headless false

google_images

Make a Google image search for a term, specified by the query type google_search.

$(npm bin)/sugarcube -Q google_search:Keith\ Johnstone -p google_images,tap_printf

Configuration Options:

  • google.headless: Set to true to show the browser window, otherwise browse headless if set to false. Defaults to false.

    sugarcube -Q google_search:Keith\ Johnstone -p google_search,tap_printf --google.headless false

google_reverse_images_files

Make a Google reverse image search. Specify a glob pattern by the query type glob_pattern that resolves to a list of image files.

$(npm bin)/sugarcube -Q glob_pattern:images/**/*.jpg -p google_reverse_images_files

Configuration Options:

  • google.headless: Set to true to show the browser window, otherwise browse headless if set to false. Defaults to false.

    sugarcube -Q google_search:Keith\ Johnstone -p google_search,tap_printf --google.headless false

License

GPL3 @ Christo

Keywords

data

FAQs

Package last updated on 13 Jul 2021

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