Use Alfred's clipboard history, snippets, universal actions, and contextual hotkeys to turn repetitive Mac chores into fast, reusable workflows.
Key takeaways
The patterns worth keeping
Skim this block if you want the condensed version before reading the full walkthrough below.
Point 01
Save useful clipboard items first, then promote the repeat offenders into permanent snippets.
Point 02
Use collection-wide prefixes, suffixes, and dynamic placeholders so snippets expand fast without accidental triggers.
Point 03
Run Universal Actions on selected text, URLs, and files instead of switching apps to finish the job.
Point 04
Use Related Apps and the Focused App Variable to safely reuse one hotkey across different contexts.
Point 05
Clipboard placeholders let you turn recent copies into templates, notes, and workflow inputs instead of manual paste loops.
Section 01
Capture before you organize
Clipboard History is the fastest way to find the text, file links, and images you copied five minutes ago and forgot to paste. Alfred makes the list searchable, so the first productivity win is simply stopping the habit of re-copying the same material from scratch.
The feature becomes much more useful when you treat it as a staging area. Let short-lived material live in history, clear it when needed, and only promote the clips that keep coming back into something more permanent.
- Enable Clipboard History first, because Alfred keeps it off by default for privacy.
- Choose a retention window that matches your work rhythm, from 24 hours up to 3 months.
- Use Cmd+S in the Clipboard History viewer to save a useful text clip as a snippet.
- Keep password managers and other sensitive apps in Alfred's ignore list so secure text never lands in history.
Section 02
Promote repeated text into snippets that stay accurate
Alfred snippets are most effective when they replace text you type several times a day, not every string you have ever written. Collections keep work snippets, personal details, and one-off templates separate, which makes browsing and editing much easier later.
The affix and placeholder features are what turn snippets from static text into small tools. A support reply can insert today's date, a clean clipboard value, and a cursor position for the one field you still need to fill manually.
- Group reusable replies, links, and boilerplate into snippet collections instead of one giant list.
- Set a collection-wide affix so every keyword shares a memorable prefix or suffix.
- Use dynamic placeholders such as {date}, {time}, {datetime}, and {clipboard} to keep snippets current.
- Prefer unusual expansion keywords, such as !sig or ;addr, so normal typing does not trigger a snippet by mistake.
Section 03
Act on selections instead of switching apps
Universal Actions are where Alfred starts to feel less like launcher software and more like an operating layer for your Mac. Instead of opening an app, pasting some text, and hunting for the right command, you start from the thing you already selected and choose the next action directly.
That matters most on repetitive tasks. If you often extract links from copied text, save text as snippets, open recent documents for an app, or batch-handle files, Universal Actions remove the window switching that usually makes tiny jobs feel slower than they should.
- Trigger Universal Actions on selected text, a URL, or a file from anywhere in macOS.
- Use the right-arrow Actions panel inside Alfred to keep working on a result without leaving the keyboard.
- Add several files to Alfred's File Buffer and press Option+Right Arrow to run an action on the whole batch.
- Extend the built-in action list with workflow-based custom actions when the default 60-plus actions are not enough.
Section 04
Build contextual hotkeys that change with the frontmost app
The Related Apps setting solves a common Alfred problem: global shortcuts that are technically memorable but conflict with app-specific shortcuts you already rely on. With context-aware hotkeys, one trigger can mean one thing in your browser and another in your editor without becoming random.
This is also the easiest way to build muscle memory around workflows. When Alfred knows which app has focus, you can keep the same hand movement and let the workflow adapt instead of inventing a new shortcut for every tiny automation.
- Use Hotkey Triggers to pass selected text, clipboard contents, pasteboard contents, static text, or no argument at all.
- Scope a hotkey to Related Apps so the shortcut only runs when specific apps are focused, or everywhere except those apps.
- Enable the Focused App Variable when one workflow should branch based on the current app.
- Reuse the same key combination across multiple workflows only when the app context clearly separates them.
Section 05
Chain recent copies into mini workflows
Clipboard placeholders are the bridge between temporary text and reusable automation. They let Alfred pull in the latest copied value, an earlier clipboard item, or a merged set of clips without you manually pasting each piece into place.
A simple example is a meeting note template that inserts the last copied issue title, URL, and date into a standard format. Another is a workflow that turns several copied lines into one clean summary before pasting it into the frontmost app.
- Use {clipboard} or {clipboard:1} style placeholders to pull recent clipboard items into a snippet or workflow.
- Turn on clipboard merging so Cmd+C+C appends the current selection to the previous clip.
- Combine clipboard placeholders with snippets when you need fixed structure plus fresh input.
- Keep these workflows short and predictable so you can trust them under time pressure.