Find a file
2019-11-25 22:24:22 +01:00
cmd/gold Fix word-wrapping in colored output 2019-11-25 10:04:55 +01:00
.gitignore Add goreleaser config to help automate builds for various platforms 2019-11-24 02:39:02 +01:00
go.mod Use pixterm to render images 2019-11-25 22:24:22 +01:00
go.sum Use pixterm to render images 2019-11-25 22:24:22 +01:00
gold.go Use pixterm to render images 2019-11-25 22:24:22 +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 Let user pick a syntax color theme in Gold's style config 2019-11-25 06:02:50 +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.