This is an extension with multiple commands to showcase the Raycast API.
To use the extension follow these steps:
- Checkout the repository
- Open the
Import Extension
command in Raycast and select theexamples
folder of this repository - Continue to the
Manage Extensions
command in Raycast - Select the imported Examples extension, press
⌘
K
to open the Action Panel and selectOpen With...
to open the extension in your text editor of choice - Run
npm install && npm run dev
from the extensions folder in your Terminal - Have fun exploring the code of the examples 🎉
After you executed npm run dev
, changes to the extension are picked up automatically by Raycast. You can explore and change the code of the examples and test it directly in Raycast. For example, change the link in the <OpenInBrowserAction>
in actions.tsx
, save the file and observe that the new link is now opened when the action is performed via Raycast.