mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 00:47:15 -04:00
Rename gold to glow
This commit is contained in:
@@ -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
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user