Skip to content

Instantly share code, notes, and snippets.

@rostok
Created November 3, 2021 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rostok/b88c30e3df133984a0c96b6be18254d9 to your computer and use it in GitHub Desktop.
Save rostok/b88c30e3df133984a0c96b6be18254d9 to your computer and use it in GitHub Desktop.
google-drive-search command for UbiChr
// UbiChr 'drive-search' command
CmdUtils.makeSearchCommand({
name: ["drive-search","gdrive"],
description: "Google Drive search.",
icon: "https://ssl.gstatic.com/docs/doclist/images/infinite_arrow_favicon_5.ico",
url: "https://drive.google.com/drive/u/0/search?q={QUERY}",
prevAttrs: {zoom: 0.7, backgroundColor:'white', scroll: [250, 0]},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment