Songkeys's Raycast extension collection.
-
Clone this repo.
-
For scripts, go to Raycast Preference -> Extensions -> Add Script Directory -> (Add
./scripts
directory).Some scrips need deno to run. You can install deno by running
brew install deno
in your terminal. -
For extensions, go to an extension's folder and run
npm i && npm run dev
, then exit the process once it completes building. For example:$ cd ./extensions/translateer $ npm i && npm run dev ❯ npm run dev > dev > ray develop 🧬 Building entry points [src/index.tsx] Filtering the log data using "subsystem CONTAINS "com.raycast.extensions.translateer"" ✅ Build complete # ^C to exit when it's done ✋ Stopped development mode
Now open Raycast and type the extension's name, you will see it.
- Brew Update: Update homebrew itself and all services and casks then cleanup
- Is It Down or Just Me?: Check if a website is down or just me
- DuckDuckGo Email: Generate an email address on DuckDuckGo
Translate text with Google Translate using a Puppeteer API (Translateer).
Check more extensions in my Raycast Extension Store.