Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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()

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.