https://github.com/outofcoffee/homebrew-tap
Homebrew taps
https://github.com/outofcoffee/homebrew-tap
Last synced: 10 months ago
JSON representation
Homebrew taps
- Host: GitHub
- URL: https://github.com/outofcoffee/homebrew-tap
- Owner: outofcoffee
- Created: 2025-06-02T12:16:01.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-02T14:01:57.000Z (12 months ago)
- Last Synced: 2025-08-04T01:15:18.379Z (10 months ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap for outofcoffee
A Homebrew tap for tools and utilities from [outofcoffee](https://github.com/outofcoffee).
## Installation
### Add the tap
```bash
brew tap outofcoffee/tap
```
Install available tools
### Install mempeak
```bash
brew install mempeak
```
Or install directly without adding the tap first
```bash
brew install outofcoffee/tap/mempeak
```
## Available Tools
### mempeak
Monitor peak memory usage of processes, similar to time but for memory.
More info: [https://github.com/outofcoffee/mempeak](https://github.com/outofcoffee/mempeak)