A Raycast extension that opens ray.so in a floating window using AppleScript. This extension is derived from the official ray.so extension with added floating window functionality.
- Opens ray.so in a floating window that stays on top of other windows
- Perfect for quick code snippet beautification while working in other applications
- Maintains all original ray.so functionality in a more convenient format
- Clone this repository
- Navigate to the project directory
- Install dependencies:
bun install
- Build the extension:
bun run build