I bound this to hyperkey+p so I have a goto menu for everything
Posts by Zeb Pykosz
Shows a code snippet of a raycast script command with the following code: #!/usr/bin/osascript # Required parameters: # @raycast.schemaVersion 1 # @raycast.title New Script Command via Claude # @raycast.mode compact # Optional parameters: # @raycast.icon ๐ค # @raycast.argument1 { "type": "text", "placeholder": "prompt" } on run argv set userPrompt to item 1 of argv tell application "Warp" activate delay 0.5 tell application "System Events" keystroke "t" using {command down} delay 0.5 keystroke "cd /Users/zebapy/Documents/GitHub/script-commands/_enabled-commands && claude \"make a new raycast script command to " & userPrompt & "\"" key code 36 -- press Enter end tell end tell end run
new #raycast script command to make script commands ๐ฅ๐ฅ
I've been rapidly building multiple Raycast extensions over break (first time contributor ๐), and realized I could use a little VSCode prompt file to help prepare for launch @raycast.com
I do wish I got more out of this, as video content could be so much more rich. This felt more suitable for a text post somewhere.
Does anyone really understand what sticky keys are this far into life
Also great out of the box / minimal config / fewer deps. Migrated my work to it recently mostly for those perks too.
Great, well, he already got what he wanted with it.
Being a person with deadly, incurable cancer who is nonetheless still alive for an indefinite timeframe gives me an interesting metaphor that helps me deal with things like large-scale corruption in government or commerce.
Bear with me for a second while I try to explain.
I tried vite at work on existing project and we had hundreds and hundreds of modules trying to load in browser. Startup was so slow. Rolldown is a step towards fixing this I believe.
a lil @raycast.com treat I set up for myself today: a Quick Link to our database prisma schema file. Seems nicer to dig through vs opening terminal and starting psql
Admittedly most of copilot just writes boilerplate for me. It'll never replace thoughtful design, except for implementing something already standardized.
Sometimes repeated code is better than a bad abstraction
so eager for this ๐ use raycast on Mac all work day long but then miss it when gaming on windows