Skip to content

Doctor-Coomer/BLAHAJ-rs

 
 

Repository files navigation

BLÅHAJ ascii art in femboy flag colors

BLÅHAJ-rs

Gay sharks at your local terminal

What is BLÅHAJ-rs?

This Program is a Rust port of the CLI tool BLAHAJ.
The original program was written in Crystal, which to my knowledge has no way to flush I/O. That is annoying. The obvious solution was to write it in rust.

Installation

Package

Arch Linux/Pacman users can install the AUR package.

Compilation

$ git clone https://github.com/yoshisaac/BLAHAJ-rs.git
$ cd BLAHAJ-rs
$ cargo build --release
$ cargo run --release
$ #copy "./target/release/blahaj-rs" to which ever bin directory you want

How 2 add custom flags!

$ nano colors.yaml # Append something of this syntax to the end of the file
...
myflagname:
  color:
  - FFFFFF
  - AAAAAA
  - BBBBBB
  - 000000
  - 777777
...

$ python parse_colors_to_rust.py > src/flags.rs
$ cargo build --release
$ cargo run --release
$ #copy "./target/release/blahaj-rs" to which ever bin directory you want

Showcase

Look at deez colors

Woah a shork

Flags

Windows??????

License

Seriously? It's the MIT license.

About

Gay sharks at your local terminal - but in rust! lolcat-like CLI tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 93.6%
  • Python 6.4%