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 ~/ 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
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/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.