Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/slhck/homebrew-moreutils

Moreutils for Homebrew with additional options
https://github.com/slhck/homebrew-moreutils

Last synced: about 2 months ago
JSON representation

Moreutils for Homebrew with additional options

Awesome Lists containing this project

README

        

# Moreutils

[![GitHub Actions CI](https://github.com/slhck/homebrew-moreutils/actions/workflows/main.yml/badge.svg)](https://github.com/slhck/homebrew-moreutils/actions/workflows/main.yml)

This is a tap that provides a `moreutils` Formula for [Homebrew](https://brew.sh/) with additional options.

## Options

The formula supports the following options:

- `--without-parallel`: Build without the 'parallel' tool
- `--without-errno`: Build without the 'errno' tool, for compatibility with 'pwntools'
- `--without-sponge`: Build without the 'sponge' tool, for compatibility with 'sponge'
- `--without-ts`: Build without the 'ts' tool, for compatibility with 'task-spooler'

## Installation

Simply run:

```
brew install slhck/moreutils/moreutils
```

## `parallel` won't upgrade?

If your Homebrew installation complains about not upgrading `parallel`, run:

```
brew unlink moreutils && brew install parallel && brew link moreutils
```