OS X Utilities
A lot of OS X functions and scripts I’ve created and collected over the years.
One-line Install
$ bash -c "$(curl -#fL raw.github.com/iamnewton/osx-utils/go/install)"
Features
datauri
- Create a data URI from a file and copy it to the pasteboardimage
- Print out image dimensions- miscellaneous - Various helper scripts
create-installer
- Create an OS X “USB Install Stick” from InstallESD.dmgresample-dpi
- Resample specified images to 72 DPIssid
- Print out current WiFi network’s SSID
Acknowledgements
Inspiration and code was taken from many sources, including (in lexicographical order):
- @cowboy (Ben Alman) https://github.com/cowboy/dotfiles
- @mathiasbynens (Mathias Bynens) https://github.com/mathiasbynens/dotfiles
- @necolas (Nicolas Gallagher) https://github.com/necolas/dotfiles