https://github.com/keith/homebrew-formulae
Homebrew formulae for various tools
https://github.com/keith/homebrew-formulae
Last synced: 11 months ago
JSON representation
Homebrew formulae for various tools
- Host: GitHub
- URL: https://github.com/keith/homebrew-formulae
- Owner: keith
- License: mit
- Created: 2014-04-17T12:04:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T00:16:18.000Z (over 1 year ago)
- Last Synced: 2025-01-09T03:22:52.050Z (over 1 year ago)
- Language: Ruby
- Size: 172 KB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Some [Homebrew](http://brew.sh/) formula for distribution or fixes
```
brew tap keith/formulae
```
## formulae
- [circle-cli](https://github.com/keith/circle-cli)
- [contacts-cli](https://github.com/keith/contacts-cli)
- [cycript](http://www.cycript.org/)
- [extract-section](https://github.com/keith/extract-section)
- [ghb](https://github.com/keith/ghb)
- [ghu](https://github.com/pbrisbin/ghu) \*
- [gifiate](https://github.com/keith/gifiate)
- [git-relative-status](https://github.com/keith/git-relative-status)
- [jtool](http://www.newosxbook.com/tools/jtool.html)
- [lunchy](https://github.com/eddiezane/lunchy)
- [marooned](https://github.com/keith/marooned/)
- [mkgpx](https://github.com/keith/mkgpx)
- [pdmpkeys](https://github.com/pdixon/pdmpkeys)
- [pinboard](https://github.com/keith/pinboard)
- [reminders-cli](https://github.com/keith/reminders-cli)
- [skit](https://github.com/keith/skit)
- [swift-doccomment-converter](https://github.com/keith/swift-doccomment-converter)
- [urlview](https://github.com/keith/urlview) \*
- [zap](https://github.com/keith/zap/)
- [zsh-xcode-completions](https://github.com/keith/zsh-xcode-completions)
## notes
### ghu
This is a script for mutt to automatically unsubscribe from emails which
include the `List-Unsubscribe` header. This formula is needed for the
included patch which switches calls of `sed` and `head` to `gsed` and
`ghead` respectively because of incompatibilities in their interfaces.
See [ghu](https://github.com/pbrisbin/ghu)
### urlview
This [urlview](https://github.com/keith/urlview) formula is for my fork
which has pcre regex support.