https://github.com/iolanguage/fnmatch
https://github.com/iolanguage/fnmatch
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/fnmatch
- Owner: IoLanguage
- License: bsd-3-clause
- Created: 2018-03-11T11:54:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T13:42:30.000Z (about 8 years ago)
- Last Synced: 2025-01-21T00:48:49.244Z (over 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fnmatch
The fnmatch add on adds support for the unix fnmatch function.
(See fnmatch man page for details).
> Note: not all options are supported on all platforms.
# Installation
```
eerie install https://github.com/IoLanguage/Fnmatch.git
```