{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreigd7c5jes3cpq5wkvzvzwccwaqpiuqx6iank56lcyc476jdxabtou",
"uri": "at://did:plc:qfutd3gpkn5sguaotqkrxsr6/app.bsky.feed.post/3mmeqqtitluu2"
},
"coverImage": {
"$type": "blob",
"ref": {
"$link": "bafkreidfjdc2kfmyygf5roupxqgphhsdeokjoi4lqjsm6in5huojdeufnu"
},
"mimeType": "image/jpeg",
"size": 15701
},
"description": "I've been building my Raycast setup for a while. Here are some of the features and extensions that help me save time and effort.",
"path": "/raycast-tips/",
"publishedAt": "2026-05-21T15:36:29.000Z",
"site": "https://hulry.com",
"tags": [
"Raycast",
"set up a Quicklink",
"Wispr Flow",
"Monologue",
"its Raycast extension",
"TinyPNG extension",
"a Tinify API key",
"The Video Downloader extension",
"the Downloads Manager extension",
"YouTube Thumbnail",
"Raycast Snippets",
"used Shortcuts for this job",
"The Coffee extension",
"Plex",
"Amphetamine"
],
"textContent": "Since Raycast first arrived for macOS, I've hovered between it and Spotlight a bit, but a while ago, I returned to Raycast and decided to put more time and effort into my setup.\n\nIn the process, I came across features and extensions that genuinely save time and effort.\n\nAnd in this blog post, I'll be sharing 19 such features, tips and extensions which might be of use to you, too.\n\nLet's start:\n\n## 1. Setting up Quicklinks\n\nThis is probably the most talked-about Raycast feature, and one of my most-used ones.\n\nYou can set up a Quicklink to open a folder on your computer, search a website, etc., using the **Create Quicklink** command.\n\nFor example, I have a Quicklink to search for a book on Goodreads:\n\nOne to quickly open a folder containing illustrations for my weekly newsletter:\n\nAnd many more.\n\n## 2. Calculations in natural language\n\nAnytime I need to convert an amount to my local currency, look up a time in my home timezone, or do simple math, I type that prompt in natural language in Raycast:\n\nRaycast is smart enough to understand the prompt and show an appropriate result.\n\n## 3. The Hyper Key\n\nRaycast allows setting a keyboard shortcut for almost every action.\n\nBut the problem is that most of the memorable keyboard shortcuts are used by the system or some app.\n\nThe way around this problem is using a Hyper Key.\n\nYou can set a Hyper Key under **Settings** → **Keyboard** , which is essentially a key like the **Caps Lock** that, when pressed, triggers the key combo **⌃⌥⌘⇧** :\n\nThis allows us to set simple yet non-conflicting keyboard shortcuts like **Caps Lock** + **N** , which will be automatically translated into **⌃⌥⌘⇧N** by Raycast.\n\n## 4. Launching apps with a shortcut\n\nWith a Hyper Key configured, we can set simple keyboard shortcuts to launch frequently used apps.\n\nFor example, I've set the key combination, Hyper Key (✦) + N to quickly open the Notes app on my Mac:\n\n0:00\n\n/0:02\n\n1×\n\nI use the convention ✦ + first letter of the app name to set these shortcuts.\n\nHere are a few examples:\n\n * **✦N** → Notes\n * **✦W** → WebStorm\n * **✦X** → Xcode\n\n\n\n## 5. Dictate anywhere\n\nRaycast 2 introduces a Wispr Flow or Monologue-like dictation feature that works quite accurately and lets me dictate ideas, prompts, etc., anywhere in the system:\n\n0:00\n\n/0:09\n\n1×\n\nTurn it on from the settings and then set a hotkey to trigger it without having to type “dictate” every time.\n\nYou can see a collection of your dictated text using the **Dictation History** command.\n\n## 6. Log daily transactions\n\nI use the **Ducat** app to track my spending, and its Raycast extension lets me quickly log transactions to my account in natural language:\n\nQuick and handy.\n\n## 7. Compress images\n\nThe TinyPNG extension is a handy way to compress images in place and is an action I use almost daily for my blog posts and newsletter:\n\nYou'll need a Tinify API key for this, which you can get for free from their website.\n\nI used to do this via the Dropzone app, but this extension with the **✦C** hotkey is much more convenient.\n\n## 8. Download videos from a website\n\nI often download clips from Twitter and YouTube to save as inspiration or reference materials.\n\nThe Video Downloader extension makes this process easy.\n\nCopy the video page URL, trigger the **Download Video** command and paste the video link to download in a format and resolution of your choice:\n\n## 9. Managing downloads\n\nSpeaking of downloading stuff from the Internet, the Downloads Manager extension is pretty handy to manage recent downloads.\n\nI've set an alias for the command **Open Latest Download** , which opens the last downloaded item from the Downloads folder:\n\n0:00\n\n/0:03\n\n1×\n\nThis is my shortcut to quickly open a DMG file to install a downloaded app.\n\n## 10. Eject mounted disks\n\nMounted disks and disk images, such as DMGs, need to be ejected safely after use from the Finder or the Desktop.\n\nThe **Eject All Disks** command does this in one step:\n\nA side-benefit of this is that there's no chance of accidentally clicking on **Erase Disk** instead of **Eject Disk** , which appear one after the other in the macOS context menu:\n\n## 11. Download YouTube video thumbnails\n\nThis one is niche, but I use it every week while compiling my weekly newsletter.\n\nWith the YouTube Thumbnail extension, I can paste in a YouTube link, and the extension will download the video thumbnail:\n\nI used to do this via one of the free thumbnail downloader websites, but this extension is better and faster.\n\n## 12. Creating expansion snippets\n\nRaycast Snippets are quite helpful for pasting template text.\n\nYou can create one using the **Create Snippet** command. Dynamic placeholders, which are values that are inserted within your template when you use this snippet, make this even better.\n\nFor example, I have a snippet like this, which helps me insert front matter for blog posts with today's date prefilled in a specific format:\n\nI used Shortcuts for this job before, but Raycast Snippets are easier to trigger.\n\nTyping a phrase like “:fm” triggers the snippet and pastes the complete template at the cursor position.\n\n## 13. Switch between spaces\n\nThe **Switch to Previous Space** and **Switch to Next Space** commands help switch between desktop spaces seamlessly:\n\nmacOS has a three-finger gesture to do this, but I've assigned hotkeys to these actions, **✦ >** and **✦ <**, which is faster when I have my hands on the keyboard.\n\n## 14. The Quick Delete hotkey\n\nAcross Raycast, the key combination **⌃X** acts as a quick delete function in various contexts.\n\nFor example, in Raycast's built-in clipboard history, pressing **⌃X** while an item is selected removes that item from history:\n\n0:00\n\n/0:04\n\n1×\n\nUsing the same hotkey on an extension uninstalls the extension.\n\n## 15. Starting a focus session\n\nRaycast has a built-in focus session feature, which, when run, starts a timer for a picked duration and blocks distracting apps and websites:\n\n0:00\n\n/0:08\n\n1×\n\nThis is helpful when writing articles or doing other work where I tend to get carried away.\n\nThe timer sets a hard stop and signals a break, and doubles as an app blocker.\n\n## 16. Hide apps from search results\n\nThis one's a minor quality of life improvement, but under **Settings** → **Applications** , you can uncheck apps you don't want showing in the Raycast search results:\n\nThis declutters the search results and helps find the actual app you're looking for faster.\n\n## 17. Auto-quit inactive apps\n\nI previously used an app called MagicQuit to do this job, but Raycast has a built-in utility.\n\nUnder **Settings** → **Applications** → **Auto Quit** , you can choose apps you want to close automatically a few minutes after you've stopped using them:\n\nThis keeps the workspace decluttered and saves memory by closing unused apps.\n\n## 18. Searching app actions\n\nAnother tiny utility is Raycast's **Search Menu Bar Items** command:\n\n0:00\n\n/0:03\n\n1×\n\nWith an alias or hotkey, this command is a handy way to search and trigger an action in the active app.\n\n## 19. Keep the computer awake\n\nThe Coffee extension helps keep the system awake during downloads and background work, such as running AI agents:\n\nThis is one of my least-used commands, but it comes in handy when I have Plex streaming media to my TV from my MacBook.\n\nI used Amphetamine before, but this extension can do most of what that app does.\n\n## More for later, probably\n\nThat's everything I'm using Raycast for right now.\n\nNot every feature or extension will be new or helpful to you, but I hope some will be.\n\nTry them out, and let me know your tips at rc@hulry.com.",
"title": "19 Raycast Features and Extensions I Use Frequently",
"updatedAt": "2026-05-21T15:41:10.664Z"
}