Skip to content

Instantly share code, notes, and snippets.

View pachun's full-sized avatar
🎯
Focusing

Nick Pachulski pachun

🎯
Focusing
View GitHub Profile
@pachun
pachun / Dock add app.sh
Created June 22, 2022 15:39 — forked from andrewpetrochenkov/Dock add app.sh
macOS Dock scripts
#!/usr/bin/env bash
path=/Applications/Automator.app
defaults write com.apple.dock persistent-apps -array-add "<dict><key>tile-data</key><dict><key>file-data</key><dict><key>_CFURLString</key><string>$path</string><key>_CFURLStringType</key><integer>0</integer></dict></dict></dict>"; killall Dock
@pachun
pachun / de.sidneys.jxa.toggle-macos-accessibility-keyboard.scpt
Created June 21, 2022 03:29 — forked from sidneys/de.sidneys.jxa.toggle-macos-accessibility-keyboard.scpt
JavaScript for Automation (JXA) | Toggle macOS Accessibility Keyboard
/**
* toggle-macos-accessibility-keyboard
* javascript for automation (jxa)
*
* description:
* macOS automation script to toggle the macOS Accessibility Keyboard.
* Shows and hides the keyboard depending on its current state.
*
* author: sidneys
* homepage: http://sidneys.github.io
@pachun
pachun / Rakefile
Created December 24, 2012 17:38 — forked from adelevie/Rakefile
app.libs << '/usr/lib/libz.1.1.3.dylib'
app.libs << '/usr/lib/libsqlite3.dylib'
app.frameworks += [
'AudioToolbox',
'Accounts',
'AdSupport',
'CFNetwork',
'CoreGraphics',
'CoreLocation',
'MobileCoreServices',