d-glob 0.2.0
Search file systems with glob patterns using the D programming language
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
D Glob
Search file systems with glob patterns using the D programming language
Example
import std.stdio : stdout;
import glob : glob;
foreach (entry ; glob("/usr/*/python*")) {
stdout.writefln("%s", entry);
}
/*
/usr/bin/python2
/usr/bin/python2.7
/usr/bin/python3
/usr/bin/python3.5
/usr/lib/python2.7
/usr/lib/python3
/usr/lib/python3.5
*/
Documentation
https://workhorsy.github.io/d-glob/0.2.0/
Generate documentation
dub --build=docs
Run unit tests
dub test --main-file=test/main.d
- Registered by Matthew Jones
- 0.2.0 released 8 years ago
- workhorsy/d-glob
- github.com/workhorsy/d-glob
- BSL-1.0
- Copyright (c) 2017 Matthew Brennan Jones
- Authors:
- Dependencies:
- bdd
- Versions:
-
0.5.0 2024-Nov-18 0.4.0 2018-Mar-05 0.3.0 2017-Sep-19 0.2.0 2017-Sep-11 0.1.0 2017-Sep-11 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
5 downloads this month
-
390 downloads total
-
- Score:
- 0.7
- Short URL:
- d-glob.dub.pm