diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-10-23 18:15:59 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-10-23 18:15:59 -0400 |
commit | 404519bb6696f46099791513d86fac387182e5cd (patch) | |
tree | d64b7466060de35a3579a463454ab0f92a907fa6 | |
parent | d25bc6b9eade51436487c5b96ea2da75de6ffa37 (diff) | |
download | sayeth-404519bb6696f46099791513d86fac387182e5cd.tar.gz |
Update README
-rw-r--r-- | README.md | 34 |
1 files changed, 31 insertions, 3 deletions
@@ -3,12 +3,13 @@ A `cowsay`-like program featuring a few of my favorite characters. ``` -usage: sayeth [-d driver_name] [-] {input} +usage: sayeth [-d driver_name] [-w] [-] {input} -h Show this help message --d Driver name (fierrhea, jenkins, romero) +-d Driver name (fierrhea, jenkins, romero, doomguy, none) +-w Show indentation whitespace - Read from standard input -input A quoted string +input A quoted string ``` ## Characters like... @@ -117,3 +118,30 @@ You have thirty seconds. ▄▓▓█▓▄▓████████▓▓▓▓▓╫▓▓▓▓▓▓▓▓▓██▓▓▓▓▓▓▓▓▓▓▓╦ ``` +## DOOM Guy + +Blasting baddies or bugs? You decide. +``` + ▒▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▒▒ + ░▒▒▒▓▓▓▓▓▓██████▀▀▓▓▓▓▓▓▓▒▒▒▒▒▒░ + ░▒▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒▓▓▓▒▒▒▒▒▒▒░▒ + ▒▒▒▒▒▓▒▒▓▓▓▓▓▓▓▓▓▓▒▒▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒░ + ▒▒▒▒▒▒▒▒▒▒▓▓▀▒▒▓▒▓▒▒▓▓▓▓▓▓▓▓▒▒▒▒▒▒▒▒░ + ▒▒▒▒▒▓▓▓▓▒▒▒▓▒▒▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▒▒░ + ▒▒▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▒░ + ▒▒▒▓▓▓▓██████▓▓▓▓▓▓▓▓▓▓███████▓▓▓▒▒▒░ + ▒▒▒▓▓▓████████████████████████▓▓▓▒▒▒░ + ▓▌▒▒▒▓▓▄▒▒▒▒▀▀▀▀▀▒▓▓▓▌▒▀▀▀▀▀▀▒▒▒▄▓▓▒▒▒▓▓ + ▓▌▒▒▒▓▓▀▓▓░▒▄▒▒░▒▒▐▄▄▌▒▒ ▄▒ ▒▄▄▄▀▓▓▒▒▒▓▓ + ▒▒▒▒▓▓▓▓▓▓██▓▌▒▒▓▓▓███▓▓▒▒▓▓▓█▓▓▓▓▓▓▓▒▒▒ + ▓▓▒▒▓████▓▓▓▓▓▓▓▓██████▓▓▓▓▓▓▓▓▓███▓▓▒▒▓ + ▀▀▒▒▓▀▀██████████████████████████▀▀▓▓▒▒▀ + ▒▒▓▓▓▓▓██████▀▀▀▀▀▀▀▀▀▀███████▓▓▓▓▓▒▒ + ▐▓▓▓▓▓██████▒▒▓▓▓▓▓▓▒▒█▓█████▓▓▓▓▒ + ▒█▓▓███████████▄▄▓██████████▓▓█▒▒ + ▓▓▓▓███▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀████▓▓▓ + ▒▒▓▓▓████████████████████▓▓▓▓▒ + ▀▀▀█████▓▓▓▄▄▄▄▓▓▓█████▓▌▀ + ▒▀▀▀▓██████████▓▓▀▀▒ + ▐▀▓▓▓▓▓▓▓▓▓▓▀▒ +``` |