theredditbandit / pman

A CLI project manager
Other
36 stars 3 forks source link

add support for readme.md files with non uniform capitalization #63

Closed theredditbandit closed 3 months ago

theredditbandit commented 3 months ago

The code was already there, but I would like you to suggest trying multiple names (yes, it would need a refactoring)

Some projects have:

_Originally posted by @ccoVeille in https://github.com/theredditbandit/pman/pull/62#discussion_r1662297437_

ccoVeille commented 3 months ago

The variety is impressive

https://github.com/search?q=path%3A%2Freadme*+-path%3Areadme.md&type=code

.txt .markdown .text .TXT .Text .rst (this one is restructuredText format) .Markdown

You should consider a case insensitive glob of files starting with readme

theredditbandit commented 3 months ago

great idea , thanks