Render markdown on the CLI, with pizzazz! 💅🏻
  • Go 99.9%
  • Dockerfile 0.1%
Find a file
Christian Muehlhaeuser 4e4fca4e34 Update README
2019-11-25 05:04:17 +01:00
cmd/gold Update README 2019-11-25 05:04:17 +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 Use a plain-text renderer when not printing to Terminal 2019-11-25 04:32:24 +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

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.