A small collection of Alfred 5 workflows for macOS. Requires Alfred 5 with the Powerpack.
| Workflow | Keyword | Hotkey | What it does |
|---|---|---|---|
| Work Apps | work |
⌥⌘J |
Launches Outlook, Teams, Slack and Chrome (work profile) |
| Opencode Terminal | opt |
⌥⌘O |
Opens Ghostty and starts opencode in your home folder |
| DeepSeek Chat | deepseek |
⌥⌘A |
Chats with the DeepSeek API, with saved history |
| Nyheder | nyheder |
— | Shows the latest news from DR and TV 2, newest first |
Ready-to-import workflow files are attached to the latest release:
| Workflow | File |
|---|---|
| Work Apps | work-apps.alfredworkflow |
| Opencode Terminal | opencode-terminal.alfredworkflow |
| DeepSeek Chat | deepseek-chat.alfredworkflow |
| Nyheder | nyheder.alfredworkflow |
Double-click a downloaded file to import it, then re-record its hotkey — see Hotkeys after import.
Each workflow is a folder that Alfred can import directly. To build an importable
.alfredworkflow file yourself:
./scripts/package.sh deepseek-chat # -> dist/deepseek-chat.alfredworkflowThen either double-click the built file, or drag the workflow folder onto the Alfred Preferences -> Workflows sidebar.
Alfred strips hotkeys when a workflow is imported (a safety measure). The hotkeys in
the table above are stored in each info.plist and keep working on the machine where they
were set, but after importing on another machine you may need to record them again:
Alfred Preferences -> Workflows -> workflow -> click the Hotkey object -> click the hotkey field -> press the keys.
No API keys are stored in this repository. The DeepSeek API key is entered locally in
Alfred Preferences -> Workflows -> DeepSeek Chat -> Configure, and Alfred stores it in
prefs.plist, which is git-ignored.
scripts/check-secrets.sh scans tracked files for credential material and can be wired up
as a pre-commit hook:
ln -sf ../../scripts/check-secrets.sh .git/hooks/pre-commitReleases follow Semantic Versioning and are documented in CHANGELOG.md, which follows Keep a Changelog.
MIT — see LICENSE. The DeepSeek Chat helper is adapted from Alfred's official ChatGPT workflow, which is BSD 3-Clause licensed — see deepseek-chat/LICENSE.