/snippet-explorer

A tool to easily browse and import Snippets directly to Raycast.

Primary LanguageTypeScriptMIT LicenseMIT

Snippet Explorer

Snippet Explorer

snippets.ray.so

A tool to easily browse and import Snippets directly to Raycast.

Then, click the “Add to Raycast” button. You can also download the Snippets as a JSON file, or copy the URL to share with others.


Contributing

This is a Next.js. If you're unfamiliar with it, check out the Next.js Documentation.

Download the repo and run the development server:

npm run dev

Snippets

We welcome contribition to the Snippets data. Here's how you can contribute:

  • Open ./data/snippets.ts
  • Add your snippet to relevant category
    • Ensure it includes all fields, and that they're unique within its category
  • Create a Pull Request 🚀