Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alesr/brewlliant
Brewlliant: Seamlessly Transfer Your Homebrew Packages to a New macOS Machine
https://github.com/alesr/brewlliant
brew
Last synced: about 1 month ago
JSON representation
Brewlliant: Seamlessly Transfer Your Homebrew Packages to a New macOS Machine
- Host: GitHub
- URL: https://github.com/alesr/brewlliant
- Owner: alesr
- License: bsd-3-clause
- Created: 2024-05-04T08:53:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T08:41:40.000Z (8 months ago)
- Last Synced: 2024-11-24T18:31:30.640Z (about 2 months ago)
- Topics: brew
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BREWLLIANT
Brewlliant is a simple command-line tool for managing Homebrew packages on macOS. It allows you to generate a list of installed packages, and then reinstall them on another machine.
## Installation
To install Brewlliant, run the following command:
```bash
go install github.com/alesr/brewlliant@latest
```## Features
- Package Listing: Generate a list of installed Homebrew packages.
- Package Installation: Install Homebrew packages listed in a file.
- Package Description: Get descriptions for each Homebrew package listed in a file.