Created
November 3, 2021 23:50
-
-
Save rostok/b88c30e3df133984a0c96b6be18254d9 to your computer and use it in GitHub Desktop.
google-drive-search command for UbiChr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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