Skip to content

Instantly share code, notes, and snippets.

View nickbreid's full-sized avatar

Nick B. Reid nickbreid

View GitHub Profile
@ElectricRCAircraftGuy
ElectricRCAircraftGuy / bookmarklets.md
Last active March 3, 2024 11:53
These are bookmarklets (ie: browser bookmarks with Javascript in them) to perform functions to help make your GitHub PR review life easier.
@jthodge
jthodge / universal-switcher
Created September 6, 2020 22:07
Show macOS app switcher across all monitors
defaults write com.apple.Dock appswitcher-all-displays -bool true
killall Dock