littlefork-plugin-google
v1.0.0-rc.2
Published
A plugin for Littlefork to interact with some google services.
Downloads
5
Maintainers
Readme
Littlefork Google Module
You need at least Node 7.5.0 for this module.
Plugins
google_search
Search on Google for a term, specified by the query type google_search
.
littlefork -Q google_search:Keith\ Johnstone -p google_search,tap_printf
google_images
Make a Google image search for a term, specified by the query type google_search
.
littlefork -Q google_search:Keith\ Johnstone -p google_images,tap_printf
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.
littlefork -Q glob_pattern:images/**/*.jpg -p google_reverse_images_files