a f*cking great product
Sums it up pretty well!, honestly raycast has been such an impactful addition to my arsenal of tools that I would go as far as to call it is an s tier piece of software.
daily use
I actively manage my relationship with my computer via commands/key-bindings and have almost stopped using the dock entirely, here are some of the commands that I use that give me the same happy feeling as sick ass chained alias commands in bash.
Β
First off, we have window management:
cmd | title | desc |
alm | Almost Maximise | set a windowed application to fullscreen with spacing |
tf | Toggle Fullscreen | enter or exist full screen. |
nd | Next Desktop | send or bring back a window between screens |
lh | Left Half | set window to left half of screen |
rh | Right Half | set window to right half of screen |
cen | Centre | centre a window |
ha | Hide all Except Foremost | minimise all windows except current |
qaa | Quit All Applications | close all active application |
qa | Quit Application | attempt to find application and close it* |
Β
Secondly, we have Spotify:
These are custom hotkeys that can be configured by:
extensions β spotify β record hotkey
cmd | title | desc |
β₯ P | Play or Pause | play or pause current song |
β₯ N | Next Song | skip current song and go to next on |
β₯ L | Like Song | add the current song to liked list |
Β
Lastly, we have the obscure extras:
cmd | title | desc |
cf | Colour Filter | run a mac os snippet that changes the screen to black and white |
se | Search Emojis | search and paste emoji into any application |
sd | Search Tailwind Documentation | search and open any tailwindcss documentation |
sc | Search Tailwind Colours | open and search though all tailwind colours, paste in HEX values |
CMD ^ W | Open Webstorm | shortcut to go directly to or open webstorm |
CMD ^ A | Open Arc | shortcut to go directly to or open arc browser |
CMD ^ P | Open Pycharm | shortcut to go directly to or open pycharm |
Β
custom snippets
Pretty much any use-case you could ever think of is achievable with customs scripts and an LLM, in the video below you can see my custom Quit Application script that attempts to find a running instance of an app with the best matching name as to that which you provided and close it.
source code
Β
ai and premium features
I have yet to use the paid version of raycast along with itβs ai integration, I am a daily driver of perplexity, claude and chatGPT. I currently use them all inside of arc but could imagine that being one step closer via raycast would be lovely.
Β