An open API service indexing awesome lists of open source software.

https://github.com/outofcoffee/homebrew-tap

Homebrew taps
https://github.com/outofcoffee/homebrew-tap

Last synced: 10 months ago
JSON representation

Homebrew taps

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)