Rename gold to glow

This commit is contained in:
Christian Muehlhaeuser
2019-12-20 22:55:00 +01:00
parent 994f646a19
commit 3030f8354f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"