Small rust program for printing anime Waifus in your terminal.
Nothing special, just a program that uses viuer to print a random waifu.
Tip
You can add your own images to image folder.
Important
Images won't be automatically scaled by the app
git clone https://github.com/Akzestia/waifu-colorscripts.git
cd waifu-colorscriptssudo chmod +x install.sh
./install.shNote
You can delete the cloned repo's folder after a successful installation.
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.gzNavigate to the Extracted Directory
cd waifu-colorscripts-x.x.xRun setup script
sudo chmod +x setup.sh
./setup.shNote
You can delete both, archive and extracted folder after a successful setup.
