Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finefindus/homebrew-tap
An easy way to install my projects using brew
https://github.com/finefindus/homebrew-tap
brew cli command-line homebrew homebrew-tap packages personal-project
Last synced: 22 days ago
JSON representation
An easy way to install my projects using brew
- Host: GitHub
- URL: https://github.com/finefindus/homebrew-tap
- Owner: FineFindus
- Created: 2022-03-28T18:34:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T19:13:19.000Z (over 2 years ago)
- Last Synced: 2023-03-08T00:47:18.889Z (over 1 year ago)
- Topics: brew, cli, command-line, homebrew, homebrew-tap, packages, personal-project
- Language: Ruby
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FineFindus's Homebrew Tap
![maintenance-status](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)## About
This tap contains formulaes for finefindus's projects. It currently only includes `artem`.To add this tap to your brew installation use
```bash
brew tap finefindus/tap
```
It is then possible to install the formulaes from this tap with
```bash
brew install
```This tap contains the needed formulae for installing [artem](https://github.com/FineFindus/artem) with `brew`
## Included formulae
### artem
Artem is a small cli program written in rust to easily convert images to ascii art, named after the latin word for art. It will take a while to generate the ascii characters, especially for larger images. By default it tries to use truecolor, if the terminal does not support truecolor, it falls back to 16 Color ANSI. When the ascii image is written to a file, the image will not use colors. It supports .jpeg, .png, .gif, .webp and many more.To view more information got to it's [project page](https://github.com/FineFindus/artem).
#### Installation
```bash
brew install finefindus/tap/artem
```
#### UpdatesArtem will be automatically updated from a [workflow](https://github.com/FineFindus/artem/blob/master/.github/workflows/release_build.yaml), so it
should theoretically always be up to date with the other releases. There is no guarantee that this will be actually the case, if it hasn't been updated
in a long time, the user is responsible to check if a new version might be available.