Render markdown on the CLI, with pizzazz! 💅🏻
  • Go 99.9%
  • Dockerfile 0.1%
Find a file
2019-11-25 05:19:47 +01:00
cmd/gold Check for supported HTTP/HTTPS protocols explicitly 2019-11-25 05:15:35 +01:00
.gitignore Add goreleaser config to help automate builds for various platforms 2019-11-24 02:39:02 +01:00
go.mod Use a plain-text renderer when not printing to Terminal 2019-11-25 04:32:24 +01:00
go.sum Use a plain-text renderer when not printing to Terminal 2019-11-25 04:32:24 +01:00
gold.go Move style handling to style.go 2019-11-25 05:19:47 +01:00
LICENSE README and LICENSE 2019-11-15 12:27:41 -06:00
README.md Link to cmd/gold instead of main.go 2019-11-25 05:00:01 +01:00
style.go Move style handling to style.go 2019-11-25 05:19:47 +01:00

Gold

Render markdown on the CLI, with pizzazz!

What is it?

Gold is a Golang library that allows you to use JSON based stylesheets to render Markdown files in the terminal. Just like CSS, you can define color and style attributes on Markdown elements. The difference is that you use ANSI color and terminal codes instead of CSS properties and hex colors.

Usage

See cmd/gold.

Colors

Currently gold uses the Aurora ANSI colors.