Render markdown on the CLI, with pizzazz! 💅🏻
  • Go 99.9%
  • Dockerfile 0.1%
Find a file
Christian Muehlhaeuser 47ac9b7afc Add goreleaser config to help automate builds for various platforms
We're currently building the following targets:
- Linux 386/x64/armv6/arm64
- Windows 386/x64
- macOS x64
2019-11-24 02:39:02 +01:00
.goreleaser.yml Add goreleaser config to help automate builds for various platforms 2019-11-24 02:39:02 +01:00
dark.json Fix child element rendering 2019-11-12 15:53:11 -05:00
github.go Support fetching READMEs from GitHub 2019-11-22 03:52:21 +01:00
main.go Support fetching markdown from arbitrary HTTP sources 2019-11-24 02:04:12 +01:00
README.md Update gold usage in README 2019-11-22 18:48:22 +01:00

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

Colors

Currently gold uses the Aurora ANSI colors.