mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
Render markdown on the CLI, with pizzazz! 💅🏻
- Go 99.9%
- Dockerfile 0.1%
| .goreleaser.yml | ||
| dark.json | ||
| github.go | ||
| main.go | ||
| README.md | ||
Gold
Render markdown on the CLI, with pizzazz!
Usage
Supply a JSON stylesheet with the -s flag. Use a markdown source as the argument.
Read from file:
./gold -s dark.json README.md
Read from stdin:
./gold -s dark.json -
Fetch README from GitHub:
./gold -s dark.json https://github.com/charmbracelet/gold
Colors
Currently gold uses the Aurora ANSI colors.