extensions icon indicating copy to clipboard operation
extensions copied to clipboard

[New Extension: Spotlight Search] spotlight-search-extension

Open GastroGeek opened this issue 3 years ago • 1 comments
trafficstars

Description

New extension. Spotlight Search is a simple wrapper around macOS Spotlight. Intially very simple/basic with the intention of building upon the feature-set.

Screencast

https://user-images.githubusercontent.com/16214942/188156926-61079501-e483-48ca-991a-88c92f023494.mov

Checklist

GastroGeek avatar Sep 02 '22 13:09 GastroGeek

Congratulation on your new Raycast extension! :rocket:

We will review it shortly. Once the PR is approved and merged, the extension will be available on the Store.

raycastbot avatar Sep 02 '22 13:09 raycastbot

@pernielsentikaer I've completely overhauled it... and updated details. Hope it suits/is better 😅

Includes:

  • Refactor/typescriptifying of node-spotlight dependency (i brought it in as a local-lib and updated it for tsx, added AbortController support and a few other tweaks) and used usePromise() to then call it.

The speed should be improved (the only slight delay remaining is due to the reccommended throttle prop)... I changed the logic to further improve performance by scoping the underlying query, rather than filtering results once returned.

GastroGeek avatar Sep 06 '22 15:09 GastroGeek

Published to the Raycast Store: https://raycast.com/GastroGeek/folder-search

raycastbot avatar Sep 08 '22 10:09 raycastbot