glow
glow copied to clipboard
`glow github.com/owner/repo` doesn't work with lowercase "readme.md" file
glow https://github.com/danielwerg/r6api.js
returns Error: can't find README in GitHub repository
Looks like it is because glow looks strictly for README
and README.md
and nothing else.
https://github.com/charmbracelet/glow/blob/d9bf3b8ee89072cdec42af6d938a1bef0393c748/main.go#L31
Could it be solved by just adding readme.md
to that ^ list?