No description
Find a file
Christian Muehlhaeuser bbd2e15001 Support fetching READMEs from GitHub
When passing a valid GitHub URL instead of a filename to gold,
it will fetch either README.md or README (in that order) from
GitHub and displays the markdown content.

Example:

./gold -s dark.json https://github.com/muesli/beehive
2019-11-22 03:52:21 +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 READMEs from GitHub 2019-11-22 03:52:21 +01:00
README.md README and LICENSE 2019-11-15 12:27:41 -06:00

Gold

Render markdown on the CLI, with pizzazz!

Usage

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

./gold -s dark.json README.md

Colors

Currently gold uses the Aurora ANSI colors.