Skip to content

Songkeys/raycast-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raycast-extensions

Songkeys's Raycast extension collection.

How To Use

  1. Clone this repo.

  2. For scripts, go to Raycast Preference -> Extensions -> Add Script Directory -> (Add ./scripts directory).

    installation

    Some scrips need deno 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:

    $ 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

Extensions

Translate text with Google Translate using a Puppeteer API (Translateer).

translateer-1

translateer-2


More

Check more extensions in my Raycast Extension Store.

About

Songkeys's Raycast extension collection

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published