raycast / script-commands

Script Commands let you tailor Raycast to your needs. Think of them as little productivity boosts throughout your day.

Home Page:https://raycast.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

execute script via hotkey without opening raycast?

dataders opened this issue · comments

commented

how can i modify the script so that i don’t have to escape from raycast after running it?

Even without echo statements, raycast still pops up to say “script finished running"

I'd be ok with a popup that disappears, but am irked that I have to type ESC in order to do the next step

image

commented

answering my own question for posterity

changing mode from compact to silent did exactly what I wanted.

# @raycast.mode silent

More docs: https://github.com/raycast/script-commands/blob/master/documentation/OUTPUTMODES.md