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
- Host: GitHub
- URL: https://github.com/sondregj/treecase
- Owner: sondregj
- License: mit
- Created: 2021-09-03T15:09:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T17:53:06.000Z (almost 5 years ago)
- Last Synced: 2025-06-19T16:08:42.937Z (about 1 year ago)
- Topics: case-sensitivity, filesystem, go
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.