Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to convert backslashes in path pattern to forward slashes #128

Merged
merged 1 commit into from
Jun 22, 2021

Commits on Jun 22, 2021

  1. Add option to convert backslashes in path pattern to forward slashes

    The fast-glob library that is internally used interprets backslashes as escape characters. If enabled, all backslashes in provided path will be replaced by forward slashes and act as directory separators. It might be useful when path input variable is composed dynamically from existing directory paths on Windows.
    
    Closes #127
    dorny committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    de0b4b9 View commit details
    Browse the repository at this point in the history