Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 939 Bytes

File metadata and controls

30 lines (19 loc) · 939 Bytes

Moreutils

GitHub Actions CI

This is a tap that provides a moreutils Formula for Homebrew 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