Benefits of Using ScriptKit vs Raycast Node scripts #730
Jaballadares
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hi @Jaballadares , great question! While you'll see a lot of similarities, I think the big difference is the focus of each app: Script Kit's focus is making scripts easier to write, run, and share.Write
Run
Share
// Name: Instantly Shared Script
import "@johnlindquist/kit"
await arg("I made this in 5 seconds")
let message = await arg("Type something to speak")
say(message)
I think Raycast is a great product with a different focus. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! I have been interested in using ScriptKit for awhile now, but feel like I may be missing something. Is there something ScriptKit enables that Raycast currently does not?
I just downloaded ScriptKit and will use it and Raycast in tandem Super excited and thank you for creating such a valuable tool!
The noticeable difference in app size between the two prompted me to ask.
Beta Was this translation helpful? Give feedback.
All reactions