This a brew tap repository containing a collection of "formulae" for most of my daily use projects.
First, add this tap to your Brew. This will to clone Pivotal tap repository and symlink all its formulae.
brew tap frdmn/formulas
Now you will be able to work on those formulae as if there were in canonical Homebrew repository:
Simple bash script to query the actual responsible DNS server of a specific domain/hostname.
brew install ddig
Dead simple project search tool written in Bash with fuzzy support.
brew install dev-search
giracli () [Moved to NPM]
Bash script to control a Gira home server.
npm install -g giracli
brew install odig
A Bash script to lookup a hostname and and the PTR record of the given IP address at a stroke.
Host file group files for pssh.
brew install psshrun
Ping tool that stops as soon as the host comes back online.
brew install uping
A little script to announce Homebrew doctor anomalies.
brew install homebrew-sick-doctor-warning
Announce outdated Homebrew formulas in the OS X Notification Center.
brew install homebrew-update-notifier
Shift timestamps of git commits
brew install git-shift
- Fork it
- Create your feature branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/my-new-feature
- Submit a pull request
1.0.1
The MIT License (MIT)
Copyright (c) 2015 Jonas Friedmann
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.