tomkyle / homebrew-daily

Homebrew formulae for daily work.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebrew-daily

Daily work bash scripts for OSX.

Requirements

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 with brew [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

Installation

To install all programs, open your terminal and type:

$ brew install repo-info show-crop cps

Formulae

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

repo-info

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

show-crop

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

About

Homebrew formulae for daily work.


Languages

Language:Ruby 100.0%