An open API service indexing awesome lists of open source software.

https://github.com/sondregj/treecase

reveal files with same name and different casing
https://github.com/sondregj/treecase

case-sensitivity filesystem go

Last synced: about 1 year ago
JSON representation

reveal files with same name and different casing

Awesome Lists containing this project

README

          

# treecase

Reports whether a filetree contains files with same name, but different casing.

## Usage

```sh
$ treecase .

Conflicts found.

...
```

## Why

Having files with the same name and different casing may cause problems on case-insensitive file systems. They may also be considered ambiguous. This tool was built to detect such cases.