Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmeinhardt/homebrew-tools
a neat collection of small tools others might find useful too :v:
https://github.com/pmeinhardt/homebrew-tools
formulae homebrew nifty tap tools utils
Last synced: 2 months ago
JSON representation
a neat collection of small tools others might find useful too :v:
- Host: GitHub
- URL: https://github.com/pmeinhardt/homebrew-tools
- Owner: pmeinhardt
- License: mit
- Created: 2019-12-25T23:15:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T07:44:24.000Z (over 1 year ago)
- Last Synced: 2023-07-16T08:34:04.580Z (over 1 year ago)
- Topics: formulae, homebrew, nifty, tap, tools, utils
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pmeinhardt/tools
Here you can find casks and formulae for a few small tools.
[![Checks](https://github.com/pmeinhardt/homebrew-tools/actions/workflows/run-checks.yml/badge.svg)](https://github.com/pmeinhardt/homebrew-tools/actions/workflows/run-checks.yml)
To use these:
```shell
brew tap pmeinhardt/tools
brew install
```Or, short:
```shell
brew install pmeinhardt/tools/
```In case you have a `Brewfile`:
```ruby
brew 'pmeinhardt/tools/'
```More on [how to create and maintain a tap](https://github.com/Homebrew/brew/blob/master/docs/How-to-Create-and-Maintain-a-Tap.md)…