Last active
April 4, 2024 03:07
-
-
Save 958/ec5f97f2b36a21dcceb7913cb7036ff1 to your computer and use it in GitHub Desktop.
tablacus explorer Search for everything in the input dialog
This file contains hidden or 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
InputDialog("Everything", "", async function (r) { | |
if ("string" === typeof r && s != r) { | |
await Addons.Everything.Search(r); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment