Daily work bash scripts for OSX.
Make sure to have the Homebrew package manager for OSX installed. The installation instructions may look weird to first-timers, but it's really done in a minute.
Optional, but recommended: Make this homebrew-negatives tap and its included tools available to your local Homebrew ecosystem. Quoted from Homebrew docs:
brew
will be able to work on those formulae as if they were in Homebrew's canonical repository. You can install and uninstall them withbrew [un]install
, and the formulae are automatically updated when you run brew update.
To install the tap, open your terminal and enter this command:
$ brew tap tomkyle/daily
To install all programs, open your terminal and type:
$ brew install repo-info show-crop cps
Creates a file copy with given suffix. Documentation
# with tap installed:
$ brew install cps
# ...or without having tap installed:
$ brew install tomkyle/daily/cps
Show Tarball URL and SHA-256 checksum for a GithUb repo, copying checksum to clipboard. Documentation
# with tap installed:
$ brew install repo-info
# ...or without having tap installed:
$ brew install tomkyle/daily/repo-info
Display CRS Crop information stored in XMP Meta tags (Bash) Documentation
# with tap installed:
$ brew install show-crop
# ...or without having tap installed:
$ brew install tomkyle/daily/show-crop