Export notes from a specified Apple Notes folder, convert them to Alfred Snippet format, and then import them as Alfred Snippets.
# Export "Prompt" Folder from Apple Notes and generate a snippets file in the output directory
$ pnpm start -- "Prompts" output
Command | Description |
---|---|
pnpm dev |
Watch mode build |
pnpm build |
Production build |
pnpm build:check |
Build + package validation |
pnpm lint |
Check linting and formatting |
pnpm lint:fix |
Fix linting and formatting issues |
pnpm typecheck |
TypeScript type checking |
The MIT License