https://github.com/songkeys/raycast-extensions
Songkeys's Raycast extension collection
https://github.com/songkeys/raycast-extensions
extension raycast
Last synced: 3 months ago
JSON representation
Songkeys's Raycast extension collection
- Host: GitHub
- URL: https://github.com/songkeys/raycast-extensions
- Owner: songkeys
- License: mit
- Created: 2021-11-20T08:26:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T07:16:32.000Z (over 2 years ago)
- Last Synced: 2025-03-28T16:56:51.318Z (3 months ago)
- Topics: extension, raycast
- Language: TypeScript
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raycast-extensions
Songkeys's [Raycast](https://www.raycast.com/) extension collection.
## How To Use
1. Clone this repo.
2. For scripts, go to Raycast Preference -> Extensions -> Add Script Directory -> (Add `./scripts` directory).

Some scrips need [deno](https://deno.land/) to run. You can install deno by running `brew install deno` in your terminal.
3. 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:
```bash
$ 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](./scripts/brew-update.sh): Update homebrew itself and all services and casks then cleanup
- [Is It Down or Just Me?](./scripts/is-it-down-or-just-me.sh): Check if a website is down or just me
- [DuckDuckGo Email](./scripts/duckduckgo-email.sh): Generate an email address on [DuckDuckGo](https://duckduckgo.com/email/)## Extensions
### [Translateer](./extensions/translateer)
Translate text with [Google Translate](https://translate.google.com/) using a Puppeteer API ([Translateer](https://t.song.work)).


```
```
### More
Check more extensions in [my Raycast Extension Store](https://www.raycast.com/Songkeys).