π‘
Wakeup Lights with Shortcuts
Sunrise Lights using Shortcuts, and Home Assistant
π₯π΅π β°πΈ
Nothing more than a collection of random things I find interesting. No idea what's coming next.
for folder in "${TEMPLATE_FOLDERS[@]}" do find -E "$folder" -type f ( -regex '.*.[chm]' -or -regex '.*.swift' ) -exec sed -i '' -e 's@//___FILEHEADER___@@' -e '/./,$!d' {} ; done
π
Stop Xcode Adding File Headers
Prevent Xcode from Adding Headers to Files β’ 17 lines
global messageWindow global preferencesWindow global accountsTable global accounts tell application "System Events"
π
New Email Alias Shortcut for Apple Mail
Quickly Create Email Alias in Mail on macOS β’ 71 lines