glow icon indicating copy to clipboard operation
glow copied to clipboard

`glow github.com/owner/repo` doesn't work with lowercase "readme.md" file

Open danielwerg opened this issue 1 year ago • 0 comments

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?

danielwerg avatar Jan 03 '23 20:01 danielwerg