forked from pathikrit/better-files
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
glob: add support for automatic path prefix
Support automatic path prefix with glob (`pathGlob` and `pathRegex`). In this mode, pattern is prefixed with `File`-instance's path. Standard java PatternMatch names `regex` and `glob` behaves as they do in java world. Default is `pathGlob`, that default behaviour is similar with Unix `ls` or with [Python 3.5+ glob](https://docs.python.org/3/library/glob.html) Please see pathikrit#114 for background information.
- Loading branch information
Showing
5 changed files
with
422 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.