https://github.com/akzestia/waifu-colorscripts
Adds anime Waifu to your terminal ^_^
https://github.com/akzestia/waifu-colorscripts
anime bash blue-archive colorscripts iterm kitty kitty-terminal linux rust terminal-based waifu-colorscripts waifus zsh
Last synced: about 1 year ago
JSON representation
Adds anime Waifu to your terminal ^_^
- Host: GitHub
- URL: https://github.com/akzestia/waifu-colorscripts
- Owner: Akzestia
- Created: 2025-01-27T00:58:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T22:26:25.000Z (over 1 year ago)
- Last Synced: 2025-02-16T23:19:16.638Z (over 1 year ago)
- Topics: anime, bash, blue-archive, colorscripts, iterm, kitty, kitty-terminal, linux, rust, terminal-based, waifu-colorscripts, waifus, zsh
- Language: Rust
- Homepage:
- Size: 535 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yaml
Awesome Lists containing this project
README
# Waifu Colorscripts
[πΊπΈ English](README.md) | [π―π΅ ζ₯ζ¬θͺ](README_jap.md)
Small rust program for printing anime `Waifus` in your terminal.

[]()
# Description
Nothing special, just a program that uses [viuer](https://docs.rs/viuer/latest/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
# Installation (From Source Code)
### Clone git repo
```sh
git clone https://github.com/Akzestia/waifu-colorscripts.git
cd waifu-colorscripts
```
### Run install script
```sh
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
```sh
tar -xvzf waifu-colorscripts-x.x.x.tar.gz
```
Navigate to the Extracted Directory
```sh
cd waifu-colorscripts-x.x.x
```
Run setup script
```sh
sudo chmod +x setup.sh
./setup.sh
```
> [!NOTE]
> You can delete both, archive and extracted folder after a successful setup.