Script Kit Logo
Script Kit
by John Lindquist
Community ScriptsDocsGuideDiscussBlog
AChandel01071994
Scripts /

AChandel01071994

easy-google-search

InstallAdd to Kit.app
import "@johnlindquist/kit"
//Name: Google
// Description: Put your query and switch to chrome with google search results
// Author: Abhishek Chandel
let text = await arg("search...")
browse(`https://www.google.com/search?q=${encodeURI(text)}`)
created by
John Lindquist
GitHub