Rename gold to glamour

This commit is contained in:
Christian Muehlhaeuser
2019-12-19 01:06:54 +01:00
parent 557ffc6b1b
commit f8268e88d0
5 changed files with 21 additions and 31 deletions
+4 -8
View File
@@ -1,4 +1,4 @@
# Gold # Glamour
Render markdown on the CLI, with _pizzazz_! Render markdown on the CLI, with _pizzazz_!
@@ -13,17 +13,13 @@ Available as a library and on the CLI.
## Example Output ## Example Output
![Gold Dark Style](https://github.com/charmbracelet/gold/raw/master/styles/gallery/dark.png) ![Glamour Dark Style](https://github.com/charmbracelet/glamour/raw/master/styles/gallery/dark.png)
Check out the [Gold Style Gallery](https://github.com/charmbracelet/gold/blob/master/styles/gallery/README.md)! Check out the [Glamour Style Gallery](https://github.com/charmbracelet/glamour/blob/master/styles/gallery/README.md)!
## CLI Usage
See [cmd/gold](cmd/gold/).
## Colors ## Colors
Currently `gold` uses the [Aurora ANSI colors](https://godoc.org/github.com/logrusorgru/aurora#Index). Currently `glamour` uses the [Aurora ANSI colors](https://godoc.org/github.com/logrusorgru/aurora#Index).
## Development ## Development
View File
View File
+13 -13
View File
@@ -1,4 +1,4 @@
# Gold Style Reference # Glamour Style Reference
## Block Elements ## Block Elements
@@ -118,7 +118,7 @@ Style:
Output: Output:
![Heading Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/heading.png) ![Heading Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/heading.png)
--- ---
@@ -140,7 +140,7 @@ Style:
Output: Output:
![Block Quote Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/block_quote.png) ![Block Quote Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/block_quote.png)
--- ---
@@ -189,7 +189,7 @@ Style:
Output: Output:
![Code Block Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/code_block.png) ![Code Block Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/code_block.png)
--- ---
@@ -218,7 +218,7 @@ Style:
Output: Output:
![Table Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/table.png) ![Table Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/table.png)
## Inline Elements ## Inline Elements
@@ -284,7 +284,7 @@ Style:
Output: Output:
![List Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/list.png) ![List Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/list.png)
--- ---
@@ -311,7 +311,7 @@ Style:
Output: Output:
![Enumeration Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/enumeration.png) ![Enumeration Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/enumeration.png)
--- ---
@@ -344,7 +344,7 @@ Style:
Output: Output:
![Task Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/task.png) ![Task Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/task.png)
--- ---
@@ -373,7 +373,7 @@ Style:
Output: Output:
![Link Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/link.png) ![Link Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/link.png)
--- ---
@@ -418,7 +418,7 @@ Style:
Output: Output:
![Image Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/image.png) ![Image Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/image.png)
--- ---
@@ -454,7 +454,7 @@ Style:
Output: Output:
![Code Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/code.png) ![Code Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/code.png)
--- ---
@@ -480,7 +480,7 @@ Style:
Output: Output:
![Emph Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/emph.png) ![Emph Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/emph.png)
--- ---
@@ -506,7 +506,7 @@ Style:
Output: Output:
![Strong Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/strong.png) ![Strong Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/strong.png)
--- ---
+4 -10
View File
@@ -1,21 +1,15 @@
# Gold Styles Gallery # Glamour Styles Gallery
## Dark ## Dark
`gold -s dark` ![Glamour Dark Style](https://github.com/charmbracelet/glamour/raw/master/styles/gallery/dark.png)
![Gold Dark Style](https://github.com/charmbracelet/gold/raw/master/styles/gallery/dark.png)
## Light ## Light
`gold -s light` ![Glamour Light Style](https://github.com/charmbracelet/glamour/raw/master/styles/gallery/light.png)
![Gold Light Style](https://github.com/charmbracelet/gold/raw/master/styles/gallery/light.png)
## NoTTY ## NoTTY
Pronounced _naughty_. Pronounced _naughty_.
`gold -s notty` ![Glamour NoTTY Style](https://github.com/charmbracelet/glamour/raw/master/styles/gallery/notty.png)
![Gold NoTTY Style](https://github.com/charmbracelet/gold/raw/master/styles/gallery/notty.png)