From f8268e88d0180f2ccf322a580571aedfa8db6034 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 19 Dec 2019 01:06:54 +0100 Subject: [PATCH] Rename gold to glamour --- README.md | 12 ++++-------- gold.go => glamour.go | 0 gold_test.go => glamour_test.go | 0 styles/README.md | 26 +++++++++++++------------- styles/gallery/README.md | 14 ++++---------- 5 files changed, 21 insertions(+), 31 deletions(-) rename gold.go => glamour.go (100%) rename gold_test.go => glamour_test.go (100%) diff --git a/README.md b/README.md index 1fe7376..efcbf81 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gold +# Glamour Render markdown on the CLI, with _pizzazz_! @@ -13,17 +13,13 @@ Available as a library and on the CLI. ## 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)! - -## CLI Usage - -See [cmd/gold](cmd/gold/). +Check out the [Glamour Style Gallery](https://github.com/charmbracelet/glamour/blob/master/styles/gallery/README.md)! ## 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 diff --git a/gold.go b/glamour.go similarity index 100% rename from gold.go rename to glamour.go diff --git a/gold_test.go b/glamour_test.go similarity index 100% rename from gold_test.go rename to glamour_test.go diff --git a/styles/README.md b/styles/README.md index d4eb13e..24e68f4 100644 --- a/styles/README.md +++ b/styles/README.md @@ -1,4 +1,4 @@ -# Gold Style Reference +# Glamour Style Reference ## Block Elements @@ -118,7 +118,7 @@ Style: 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: -![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: -![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: -![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 @@ -284,7 +284,7 @@ Style: 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: -![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: -![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: -![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: -![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: -![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: -![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: -![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) --- diff --git a/styles/gallery/README.md b/styles/gallery/README.md index 3324761..b8f72c5 100644 --- a/styles/gallery/README.md +++ b/styles/gallery/README.md @@ -1,21 +1,15 @@ -# Gold Styles Gallery +# Glamour Styles Gallery ## Dark -`gold -s dark` - -![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) ## Light -`gold -s light` - -![Gold Light Style](https://github.com/charmbracelet/gold/raw/master/styles/gallery/light.png) +![Glamour Light Style](https://github.com/charmbracelet/glamour/raw/master/styles/gallery/light.png) ## NoTTY Pronounced _naughty_. -`gold -s notty` - -![Gold NoTTY Style](https://github.com/charmbracelet/gold/raw/master/styles/gallery/notty.png) +![Glamour NoTTY Style](https://github.com/charmbracelet/glamour/raw/master/styles/gallery/notty.png)