This extension is makes it easier to access the folders in the sidebar of your finder. However, it does not work when its published through the extension store because it requires a build step to work correctly.
The build step allows for the extension to generate commands so that each folder will appear like an application. Eg when you search for Safari on Raycast.
git clone https://github.com/enricomilli/finder-favorites.git
npm run build
- Open Raycast and search for import extension
- Browser to where you cloned the repository
- Hit open on the finder-favorites folder
- This extensions allows for searching of finder folders in Raycast without having to click into a finder search extension.
- In the build step it will generate commands for all the folders in the favorites sidebar


