Skip to content

Instantly share code, notes, and snippets.

@958
Last active April 4, 2024 03:07
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 958/ec5f97f2b36a21dcceb7913cb7036ff1 to your computer and use it in GitHub Desktop.
Save 958/ec5f97f2b36a21dcceb7913cb7036ff1 to your computer and use it in GitHub Desktop.
tablacus explorer Search for everything in the input dialog
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