From 3030f8354f1b1cf1e03a158d4b5413205551f9a9 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 20 Dec 2019 22:55:00 +0100 Subject: [PATCH] Rename gold to glow --- README.md | 2 +- examples.sh | 2 +- gallery.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3121635..a28ab96 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Glamour Coming soon. For now, check out -[Gold](https://github.com/charmbracelet/gold), the CLI implementation of this +[Glow](https://github.com/charmbracelet/glow), the CLI implementation of this package. diff --git a/examples.sh b/examples.sh index 6eb8018..48aecf6 100755 --- a/examples.sh +++ b/examples.sh @@ -9,7 +9,7 @@ for element in ./styles/examples/*.md; do filename="${basename}.png" # take screenshot - ./termshot -o ./styles/examples/ -f "$filename" ./cmd/gold/gold -s ./styles/examples/${stylename} ${element} + ./termshot -o ./styles/examples/ -f "$filename" glow -s ./styles/examples/${stylename} ${element} # add border convert -bordercolor black -border 16x16 "./styles/examples/$filename" "./styles/examples/$filename" diff --git a/gallery.sh b/gallery.sh index c9043fb..d4769f3 100755 --- a/gallery.sh +++ b/gallery.sh @@ -10,7 +10,7 @@ for style in ./styles/*.json; do fi # take screenshot - ./termshot ${light} -o ./styles/gallery/ -f "$filename" ./cmd/gold/gold -s ${style} ./cmd/gold + ./termshot ${light} -o ./styles/gallery/ -f "$filename" glow -s ${style} # add border convert -bordercolor black -border 16x16 "./styles/gallery/$filename" "./styles/gallery/$filename"