glow/README.md
2019-11-26 21:05:37 +01:00

935 B

Gold

Render markdown on the CLI, with pizzazz!

Usage

Use a markdown source as the argument:

Read from file:

./gold README.md

Read from stdin:

./gold -

Fetch README from GitHub:

./gold github.com/charmbracelet/gold

Fetch markdown from an HTTP source:

./gold https://host.tld/file.md

When gold is started without any markdown source, it will try to find a README.md or README file in the current working directory.

You can supply a JSON stylesheet with the -s flag:

./gold -s mystyle.json

Style definitions located in styles/ can be embedded into the binary by running statik.

statik -f -src styles

Colors

Currently gold uses the Aurora ANSI colors.

Example Output

Gold Dark Style