osx-utils

A collection of OS X utilities and scripts to help out your every day activities

View project on GitHub

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 pasteboard
  • image - Print out image dimensions
  • miscellaneous - Various helper scripts
  • create-installer - Create an OS X “USB Install Stick” from InstallESD.dmg
  • resample-dpi - Resample specified images to 72 DPI
  • ssid - 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