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.
An Alfred workflow to toggle Night Shift.
- Type type
ns
to toggle Night Shift
Note: You must allow Alfred to control your computer in order to use this workflow.
- Go to System Preferences -> Security & Privacy -> Privacy -> Accessibility
- Make sure Alfred is checked
A simple, dark Alfred Theme that doesn't suck
An Alfred workflow to open a new Google Chrome Canary, or Chrome, Incognito window.
- Type
ccincog
ORdouble-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).
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.
-
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
.
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