/atomic-raycast

Raycast extension to search resources in an Atomic Server

Primary LanguageTypeScript

Atomic-Raycast

Note: The most recent version of this code lives in the raycast/extensions repo.

Plugin for Raycast to search your Atomic Server.

Features

  • Use the /search endpoint for an Atomic Server
  • Titles, descriptions and class names are previewed
  • Markdown of descriptions is rendered
  • Open in browser action
  • Set your server on startup, save as preference
  • Other cool features? Open an issue or PR!
Screen.Recording.2022-01-01.at.19.46.49.mov

Installing

  • Install from the Raycast store website, or...
  • Install from the Raycast app, by typing store, enter and searching for atomic

Running locally

# make sure you have Raycast and Yarn / NPM installed
yarn
# Start local server
yarn dev
# Now open raycast. The dev tool should be the top item!