gleich / fgh

📁 Automate the lifecycle and organization of your cloned GitHub repositories
MIT License
142 stars 17 forks source link

Allow `fgh ls` to use case-insensitive match #11

Closed cgranade closed 3 years ago

cgranade commented 3 years ago

Description

If reasonable, it would be pretty nice for fgh ls to allow reporting paths for repos without requiring a case-sensitive match. Especially on case-insensitive filesystems such as are common on Windows, the casing for the path on disk may not match the casing found by OwnerAndNameFromRemote, such that fgh ls can fail even when the repo name provided matches the casing on disk.

gleich commented 3 years ago

This is totally something I can do! Expect a PR soon.

gleich commented 3 years ago

This is now available in v2.0.1. Thanks again for the suggestion!