mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 14:14:17 +00:00
No description
statik | ||
styles | ||
.goreleaser.yml | ||
gallery.sh | ||
github.go | ||
gitlab.go | ||
main.go | ||
README.md |
Gold
Render markdown on the CLI, with pizzazz!
Usage
Use a markdown source as the argument:
Read from file:
./gold README.md
Read from stdin:
./gold -
Fetch README from GitHub:
./gold github.com/charmbracelet/gold
Fetch markdown from an HTTP source:
./gold https://host.tld/file.md
When gold
is started without any markdown source, it will try to find a
README.md
or README
file in the current working directory.
You can supply a JSON stylesheet with the -s
flag:
./gold -s mystyle.json
Example Output
Check out the Gold Style Gallery!
Colors
Currently gold
uses the Aurora ANSI colors.
Development
Style definitions located in styles/
can be embedded into the binary by
running statik:
statik -f -src styles -include "*.json"
You can re-generate screenshots of all available styles by running gallery.sh
.
This requires termshot
and pngcrush
installed on your system!