Skip to content

Akzestia/waifu-colorscripts

Repository files navigation

Waifu Colorscripts

🇺🇸 English | 🇯🇵 日本語

Small rust program for printing anime Waifus in your terminal.

Github All Releases

Description

Nothing special, just a program that uses viuer to print a random waifu.

Tip

You can add your own images to image folder.

Important

Recommended image size is 250x250px.

Installation (From Source Code)

Clone git repo

git clone https://github.com/Akzestia/waifu-colorscripts.git
cd waifu-colorscripts

Run install script

sudo chmod +x install.sh
./install.sh

Note

You can delete the cloned repo's folder after a successful installation.

Installation (From Latest Release)

Download the Latest Release

wget -q -nv -O - https://api.github.com/repos/Akzestia/waifu-colorscripts/releases/latest \
  | awk -F'"' '/browser_download_url/ && /\.tar\.gz"/ {print $4}' \
  | xargs -I {} wget -q {}

Unpack the Archive

tar -xvzf waifu-colorscripts-x.x.x.tar.gz

Navigate to the Extracted Directory

cd waifu-colorscripts-x.x.x

Run setup script

sudo chmod +x setup.sh
./setup.sh

Note

You can delete both, archive and extracted folder after a successful setup.