Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
/ alfred-workflows Public archive

Collection of my personal Alfred Workflows

License

Notifications You must be signed in to change notification settings

wad3g/alfred-workflows

Repository files navigation

🔥🔥🔥 Alfred Workflows 🔥🔥🔥

A few of my personal Alfred workflows that make my life easier.

Open App or HotKey Window (if not running) on HotKey Press

I primarily use iTerm2's hotkey window while using terminal. Nothing's more annoying than trying to activate the window, it failing to activate, and realizing the application's not running. This solves that problem.

open-app-on-hotkey

Download

Toggle Night Shift on macOS

An Alfred workflow to toggle Night Shift.

Usage

  • Type type ns to toggle Night Shift

Note: You must allow Alfred to control your computer in order to use this workflow.

  1. Go to System Preferences -> Security & Privacy -> Privacy -> Accessibility
  2. Make sure Alfred is checked

nightshift

Download

An Alfred Theme That Doesn't Suck

A simple, dark Alfred Theme that doesn't suck

alfred-theme

Download

Open New Chrome (or Canary) Incognito Window

An Alfred workflow to open a new Google Chrome Canary, or Chrome, Incognito window.

Usage

  • Type ccincog OR double-tap ⌘ (command) for Google Chrome Canary Incognito Window

Note: If you'd rather use Google Chrome, and not Canary, the keyword is as followed: cincog OR double-tap ⌥ (option).

chrome-incognito

Download

Open New Resized New Chrome (or Canary) Window

An Alfred workflow to open Chrome Canary's (or Chrome) current tab in a new resized window, multiple resized windows, or a new resized window that also opens DevTools.

Usage

  • Type ccsm to open Chrome Canary's active tab in a new window, resized to 320px for mobile testing.

  • Type ccmd to open Chrome Canary's active tab in a new window, resized to 600px for tablet testing.

  • Type cclg to open Chrome Canary's active tab in a new window, resized to 1200px for desktop testing.

  • Type ccdev to open Chrome Canary's active tab in two new windows. The first resized to 320px and the second to 1200px for testing mobile and desktop.

Note: If you'd rather use Google Chrome, and not Canary, the keywords are as followed: csm, cmd, clg, cdev.

Lauching DevTools

If you'd like to launch DevTools along side your new window you may do so by adding (command) to the end of any of the previously mentioned keywords (with the exception of ccdev).

Example: cclg⌘ will open a new window and launch DevTools open

chrome-webdev

Download