Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gromnitsky/mruby-dir-glob
File.fnmatch() & Dir.glob()
https://github.com/gromnitsky/mruby-dir-glob
Last synced: about 6 hours ago
JSON representation
File.fnmatch() & Dir.glob()
- Host: GitHub
- URL: https://github.com/gromnitsky/mruby-dir-glob
- Owner: gromnitsky
- Created: 2014-08-30T05:24:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-30T05:24:59.000Z (about 10 years ago)
- Last Synced: 2023-04-10T15:02:52.797Z (over 1 year ago)
- Language: Ruby
- Size: 99.6 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mruby-dir-glob
* `File.fnmatch` (ported from MRI)
* `Dir.glob` (ported from Rubinius)(Actual porting was a surprisingly unpleasant experience.)
## TODO
* warn about `/` in [set] or {...}
* allow `\0` in patterns
* test in Windows## License
MIT.