Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
/ homebrew-tap Public archive

An easy way to install my projects using brew

Notifications You must be signed in to change notification settings

FineFindus/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

FineFindus's Homebrew Tap

maintenance-status

About

This tap contains formulaes for finefindus's projects. It currently only includes artem.

To add this tap to your brew installation use

brew tap finefindus/tap

It is then possible to install the formulaes from this tap with

brew install <formula>

This tap contains the needed formulae for installing 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.

Installation

brew install finefindus/tap/artem

Updates

Artem will be automatically updated from a workflow, 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.