https://github.com/git-lfs/wildmatch
Wildmatch is a pattern matching language for filepaths compatible with Git.
https://github.com/git-lfs/wildmatch
wildmatch
Last synced: about 1 year ago
JSON representation
Wildmatch is a pattern matching language for filepaths compatible with Git.
- Host: GitHub
- URL: https://github.com/git-lfs/wildmatch
- Owner: git-lfs
- License: mit
- Created: 2018-01-11T06:20:32.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T20:38:03.000Z (over 2 years ago)
- Last Synced: 2025-03-31T11:04:38.803Z (about 1 year ago)
- Topics: wildmatch
- Language: Go
- Homepage:
- Size: 94.7 KB
- Stars: 19
- Watchers: 7
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# wildmatch
[![CI status][ci_badge]][ci_url]
[ci_badge]: https://github.com/git-lfs/wildmatch/workflows/CI/badge.svg
[ci_url]: https://github.com/git-lfs/wildmatch/actions?query=workflow%3ACI
package `wildmatch` is a reimplementation of Git's `wildmatch.c`-style filepath pattern matching.
For more information, see the [godoc][1].
[1]: https://godoc.org/github.com/git-lfs/wildmatch