nix_utf8_aesthetic

Simple tool to generate aesthetic text
git clone https://0xdd.org/code/nix_utf8_aesthetic.git
Log | Files | Refs | README | LICENSE

commit 665f6b829cd380dcddf766571d8d0d1f5ec17155
parent 45da945908f63664570abd428b6edae85524b4bf
Author: David DiPaola <DavidDiPaola@users.noreply.github.com>
Date:   Sun, 30 Dec 2018 20:33:52 -0500

renamed binary

Diffstat:
M.gitignore | 2+-
MMakefile | 2+-
MREADME | 6+++---
3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1,2 @@ -text_aesthetic +utf8_aesthetic diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ #2018 David DiPaola #licensed under CC0 (public domain, see https://creativecommons.org/publicdomain/zero/1.0/) -BIN = text_aesthetic +BIN = utf8_aesthetic .PHONY: all all: $(BIN) diff --git a/README b/README @@ -1,10 +1,10 @@ -# nix_text_aesthetic +# nix_utf8_aesthetic simple tool to generate aesthetic text ## usage -`echo 'How many layers of irony are you on?' | text_aesthetic` +`echo 'How many layers of irony are you on?' | utf8_aesthetic` ## building and installing - build: `make` - - install: `sudo cp text_aesthetic /usr/local/bin` + - install: `sudo cp utf8_aesthetic /usr/local/bin/`