glow/README.md
2019-11-24 05:21:12 +01:00

708 B

Gold

Render markdown on the CLI, with pizzazz!

Usage

Supply a JSON stylesheet with the -s flag. Use a markdown source as the argument.

Read from file:

./gold -s dark.json README.md

Read from stdin:

./gold -s dark.json -

Fetch README from GitHub:

./gold -s dark.json https://github.com/charmbracelet/gold

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

Colors

Currently gold uses the Aurora ANSI colors.

Example Output

Gold Dark Theme