Browse creative project folders and jump to Finder, Asana, Google Drive, Frame.io, or Magic Link Machine.
Project Folders is filesystem-first. It treats an existing YYYY/MMDD_Project_Name directory as the project record, discovers it automatically, and groups its local subfolders with redirect files for Asana, Google Drive, and Frame.io. There is no separate project catalog, service API token, or design-file index to maintain.
After install, Raycast asks for Projects Root. Point it at the parent of your year folders, for example …/Projects, not …/Projects/2026.
YYYY/
MMDD_Project_Name/
Asana.html
Google_Drive.html
Frame_IO.html
…other project files
Each HTML file is a one-line redirect: window.location.href = "https://…". Only absolute HTTPS destinations are exposed as service actions. Missing files mean that link is absent; other read errors are reported and retried on the next scan.
YYYY/ year subfoldersSearch Project Folders lists every project under the configured root. Open a project to get a grid of links and subfolders.
npm install
npm run dev
The regression checks use React DOM and the real Raycast hooks with isolated native API mocks. They do not open Raycast or touch your projects.
npm test
npx ray lint --fix
npm run build