Items tagged macos
2020
-
Sync macOS Shortcuts to Alfred Snippets
Python script to sync macOS/iOS system shortcuts to an Alfred snippet collection.
2019
-
Set the hostname on macOS
Use
scutil
to set a Mac's FQDN.sudo scutil --set HostName fqdn.example.com
2017
-
Multiple app instances and scripting weirdness
It's possible to start multiple instances of an application with
open -n
: