Awesome
raycast-extensions
Songkeys's Raycast extension collection.
How To Use
-
Clone this repo.
-
For scripts, go to <kbd>Raycast Preference</kbd> -> <kbd>Extensions</kbd> -> <kbd>Add Script Directory</kbd> -> (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.
Scripts
- 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
Extensions
Translateer
Translate text with Google Translate using a Puppeteer API (Translateer).
More
Check more extensions in my Raycast Extension Store.