Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songkeys/raycast-extensions
Songkeys's Raycast extension collection
https://github.com/songkeys/raycast-extensions
extension raycast
Last synced: 12 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T07:16:32.000Z (about 2 years ago)
- Last Synced: 2024-12-13T03:33:58.806Z (15 days ago)
- Topics: extension, raycast
- Language: TypeScript
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 2
- 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).
![installation](https://user-images.githubusercontent.com/22665058/162558227-123b137d-52de-4288-bb99-3ecbb65fc127.png)
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)).
![translateer-1](https://user-images.githubusercontent.com/22665058/142718320-871b0c71-7e30-422a-889d-51d0bc6dcf88.png)
![translateer-2](https://user-images.githubusercontent.com/22665058/142718352-8742a67b-b058-406f-8fee-a465bfd3cba3.png)
```
```
### More
Check more extensions in [my Raycast Extension Store](https://www.raycast.com/Songkeys).