Advertisement ยท 728 ร— 90

Posts by Zeb Pykosz

I bound this to hyperkey+p so I have a goto menu for everything

4 months ago 1 0 1 0
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

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 ๐Ÿฅš๐Ÿฅ

4 months ago 0 0 0 0
Post image

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

4 months ago 0 0 0 0

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.

4 months ago 0 0 0 0

Does anyone really understand what sticky keys are this far into life

5 months ago 0 0 0 0

Also great out of the box / minimal config / fewer deps. Migrated my work to it recently mostly for those perks too.

1 year ago 3 0 0 0
Preview
Hold on to your butts!

Butt.holdings is my fav recent site

1 year ago 2 0 1 0

Great, well, he already got what he wanted with it.

1 year ago 0 0 0 0

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.

1 year ago 14381 4509 501 1288

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.

1 year ago 0 0 1 0
Advertisement

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

1 year ago 3 0 0 0

Admittedly most of copilot just writes boilerplate for me. It'll never replace thoughtful design, except for implementing something already standardized.

1 year ago 0 0 0 0

Sometimes repeated code is better than a bad abstraction

1 year ago 1 0 2 0

so eager for this ๐Ÿ˜… use raycast on Mac all work day long but then miss it when gaming on windows

1 year ago 1 0 0 0