extensions
extensions copied to clipboard
[New Extension: Spotlight Search] spotlight-search-extension
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
- [x] I read the extension guidelines
- [x] I read the documentation about publishing
- [x] I ran
npm run buildand tested this distribution build in Raycast - [x] I checked that files in the
assetsfolder are used by the extension itself - [x] I checked that assets used by the
READMEare placed outside of themetadatafolder
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.
@pernielsentikaer I've completely overhauled it... and updated details. Hope it suits/is better 😅
Includes:
- Refactor/typescriptifying of
node-spotlightdependency (i brought it in as a local-lib and updated it for tsx, added AbortController support and a few other tweaks) and usedusePromise()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.
Published to the Raycast Store: https://raycast.com/GastroGeek/folder-search