mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 08:57:14 -04:00
Rename gold to glow
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Glamour
|
# Glamour
|
||||||
|
|
||||||
Coming soon. For now, check out
|
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.
|
package.
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ for element in ./styles/examples/*.md; do
|
|||||||
filename="${basename}.png"
|
filename="${basename}.png"
|
||||||
|
|
||||||
# take screenshot
|
# 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
|
# add border
|
||||||
convert -bordercolor black -border 16x16 "./styles/examples/$filename" "./styles/examples/$filename"
|
convert -bordercolor black -border 16x16 "./styles/examples/$filename" "./styles/examples/$filename"
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ for style in ./styles/*.json; do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# take screenshot
|
# 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
|
# add border
|
||||||
convert -bordercolor black -border 16x16 "./styles/gallery/$filename" "./styles/gallery/$filename"
|
convert -bordercolor black -border 16x16 "./styles/gallery/$filename" "./styles/gallery/$filename"
|
||||||
|
|||||||
Reference in New Issue
Block a user