https://github.com/tomkyle/homebrew-daily
Homebrew formulae for daily work.
https://github.com/tomkyle/homebrew-daily
Last synced: 7 months ago
JSON representation
Homebrew formulae for daily work.
- Host: GitHub
- URL: https://github.com/tomkyle/homebrew-daily
- Owner: tomkyle
- Created: 2017-05-11T10:44:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T19:23:33.000Z (over 4 years ago)
- Last Synced: 2024-12-29T11:46:08.969Z (over 1 year ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-daily
**Daily work bash scripts for OSX.**
## Requirements
Make sure to have the [Homebrew](https://brew.sh/) package manager for OSX installed. The [installation instructions](https://brew.sh/) 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:
```bash
$ brew tap tomkyle/daily
```
## Installation
To install *all* programs, open your terminal and type:
```bash
$ brew install repo-info show-crop cps
```
# Formulae
## cps
Creates a file copy with given suffix. [Documentation](https://github.com/tomkyle/cps)
```bash
# 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](https://github.com/tomkyle/repo-info)
```bash
# 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](https://github.com/tomkyle/show-crop)
```bash
# with tap installed:
$ brew install show-crop
# ...or without having tap installed:
$ brew install tomkyle/daily/show-crop
```