A Raycast confetti shell command (#note)

Disclaimer, I didn’t come up with the idea of firing the Raycast confetti from the command line.

Josh…


This content originally appeared on Stefan Judis Web Development and was authored by Stefan Judis

Disclaimer, I didn't come up with the idea of firing the Raycast confetti from the command line.

Josh's tip is too good not to write down, though, because more people need to know about it. And, obviously, shell sessions need more confetti!

But who's Josh? Josh maintains a public TIL repo that I'm following via RSS. He (and I now) learned how to use the Raycast Confetti command from the CLI.

Implementing the command is almost too easy. Here's my new ~/.bin/confetti command.

#!/bin/bash

open raycast://extensions/raycast/raycast/confetti

That's it!

Apparently, Raycast registers a protocol handler (raycast://) which you can call from anywhere. Whenever you open this URL (your browser works fine, too), the Raycast "confetti" command will be triggered. Magic!


Reply to Stefan


This content originally appeared on Stefan Judis Web Development and was authored by Stefan Judis


Print Share Comment Cite Upload Translate Updates
APA

Stefan Judis | Sciencx (2025-11-14T23:00:00+00:00) A Raycast confetti shell command (#note). Retrieved from https://www.scien.cx/2025/11/14/a-raycast-confetti-shell-command-note/

MLA
" » A Raycast confetti shell command (#note)." Stefan Judis | Sciencx - Friday November 14, 2025, https://www.scien.cx/2025/11/14/a-raycast-confetti-shell-command-note/
HARVARD
Stefan Judis | Sciencx Friday November 14, 2025 » A Raycast confetti shell command (#note)., viewed ,<https://www.scien.cx/2025/11/14/a-raycast-confetti-shell-command-note/>
VANCOUVER
Stefan Judis | Sciencx - » A Raycast confetti shell command (#note). [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/11/14/a-raycast-confetti-shell-command-note/
CHICAGO
" » A Raycast confetti shell command (#note)." Stefan Judis | Sciencx - Accessed . https://www.scien.cx/2025/11/14/a-raycast-confetti-shell-command-note/
IEEE
" » A Raycast confetti shell command (#note)." Stefan Judis | Sciencx [Online]. Available: https://www.scien.cx/2025/11/14/a-raycast-confetti-shell-command-note/. [Accessed: ]
rf:citation
» A Raycast confetti shell command (#note) | Stefan Judis | Sciencx | https://www.scien.cx/2025/11/14/a-raycast-confetti-shell-command-note/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.