Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.96 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.96 KB
                          _   _    __   _
     /\                  (_) (_)  / _| (_)
    /  \     ___    ___   _   _  | |_   _    ___   _ __
   / /\ \   / __|  / __| | | | | |  _| | |  / _ \ | '__|
  / ____ \  \__ \ | (__  | | | | | |   | | |  __/ | |
 /_/    \_\ |___/  \___| |_| |_| |_|   |_|  \___| |_|

wakatime

What & Why

  • Similar to Figlet but written in rust & faster (see tests below)

Speed

  • Speed Comparison Using hyperfine
  • 100,000 Runs
  • Warmup of 5 image image image

Documentation

Usage: asciifier [OPTIONS] "<text>"

Options:

Flag Description Options
-f <font>, --font <font> Specify font to be used default, bulbhead, epic, arrows, banner, diet-cola, <path to .aff>
-d, --debug Enables Debug Output N/A

Building From Source

1. Clone the Repository & Enter Directory

git clone https://github.com/DragonDev07/Asciifier
cd Asciifier

2. Build Using Cargo

cargo build --release

3. Finished!

  • Binary is located at target/release/asciifier

Roadmap

  • Fix new lines (and string that are too long becoming spaghetti)
  • Add more fonts