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

https://github.com/hamza72x/brewc

brewc | brew concurrent downloader and installer, around 50%/60% faster
https://github.com/hamza72x/brewc

brew cli go golang

Last synced: 12 months ago
JSON representation

brewc | brew concurrent downloader and installer, around 50%/60% faster

Awesome Lists containing this project

README

          

## brew concurrent downloader and installer, around 50%/60% faster with huge dependencies, for example: ffmpeg

- the more dependencies a formula has, the more faster it will (compared to brew)

## Requirements

- [brew.sh](https://brew.sh/)

## Install

```sh
# build from source
go install github.com/hamza72x/brewc@latest

# or use the install script
bash <(curl -s https://raw.githubusercontent.com/hamza72x/brewc/master/install.sh)

# or check the releases page
# https://github.com/hamza72x/brewc/releases
```

## Usage

```
Usage:
brewc [flags]
brewc [command]

Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
install install a formula
reinstall reinstall a formula
uninstall uninstall a formula

Flags:
-h, --help help for brewc

Use "brewc [command] --help" for more information about a command.
➜ Downloads
```

## Example

```sh
brewc install ffmpeg
```

## Compare

- installing ffmpeg took around `2:35` mintues with `brewc` and with `brew` it took around `4:15` minutes

[![YouTube](https://img.youtube.com/vi/VVfNutjzF64/0.jpg)](https://youtu.be/VVfNutjzF64)