Hiroya-W / yuyufetch

A command-line self-introduction tool inspired by Neofetch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yuyufetch

A command-line self-introduction tool.

image

Inspired by Neofetch, perufetch.

How to install yuyufetch

go install github.com/Hiroya-W/yuyufetch@latest

How to build yuyufetch

yuyufetch can be compiled with the following command.

make build

Run yuyufetch.

./bin/yuyufetch

Convert image to ASCII art

Using jp2a:

docker run -t --rm -e COLORTERM="$COLORTERM" -v "$(pwd)":/app talinx/jp2a --colors --size=36x18 --chars="..,;McM0MNWM" yuyu.png

About

A command-line self-introduction tool inspired by Neofetch.

License:MIT License


Languages

Language:Go 98.5%Language:Makefile 1.5%