Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iamnewton/osx-utils
- Owner: iamnewton
- License: gpl-3.0
- Created: 2014-07-27T03:22:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T01:58:09.000Z (over 4 years ago)
- Last Synced: 2024-04-14T22:17:28.617Z (7 months ago)
- Topics: osx, shell, utilities
- Language: Shell
- Homepage: https://iamnewton.github.io/osx-utils/
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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