Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamnewton/osx-utils

A collection of OS X utilities and scripts to help out your every day activities
https://github.com/iamnewton/osx-utils

osx shell utilities

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# OS X Utilities

A lot of OS X functions and scripts I've created and collected over the years.

## One-line Install

```bash
$ 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](https://github.com/cowboy) (Ben Alman) https://github.com/cowboy/dotfiles
* [@mathiasbynens](https://github.com/mathiasbynens) (Mathias Bynens) https://github.com/mathiasbynens/dotfiles
* [@necolas](https://github.com/necolas) (Nicolas Gallagher) https://github.com/necolas/dotfiles