https://github.com/maxludden/homebrew-tap
A repo for homebrew to tap.
https://github.com/maxludden/homebrew-tap
Last synced: 3 months ago
JSON representation
A repo for homebrew to tap.
- Host: GitHub
- URL: https://github.com/maxludden/homebrew-tap
- Owner: maxludden
- Created: 2025-11-29T07:57:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-29T08:05:57.000Z (7 months ago)
- Last Synced: 2025-12-01T09:38:08.440Z (6 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-tap
A Homebrew tap for maxludden's projects.
## Installation
```bash
brew tap maxludden/tap
```
## Formulas
### rich-gradient
A gradient generator for Rich renderables and CLI. This Python library allows printing gradient-colored text to the console.
```bash
brew install maxludden/tap/rich-gradient
```
After installation, you can use the CLI:
```bash
# Print text with rainbow gradient
rich-gradient print 'Hello, World!' --rainbow
# Get help
rich-gradient --help
```
## Updating
To update to the latest version:
```bash
brew update
brew upgrade maxludden/tap/rich-gradient
```
## More Information
- [rich-gradient on GitHub](https://github.com/maxludden/rich-gradient)
- [rich-gradient Documentation](https://maxludden.github.io/rich-gradient)