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

allow options to invert regex and glob and combine them all #5

Merged
merged 2 commits into from
Sep 13, 2014

Commits on Dec 26, 2013

  1. Refactor file regex/glob matching to use a MatchingFxn

    will make it easier to enhance this ability by just storing
    different functions in the Reflex struct.
    rich committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    715be73 View commit details
    Browse the repository at this point in the history
  2. allow options to invert regex and glob and combine them all

    before, you could specify a regex or glob to match, but not both.
    Now you can specify both, but also a regex NOT to match and a glob
    NOT to match.
    
    In order for reflex to react to the change ALL filters must say "OK"
    rich committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    c567b82 View commit details
    Browse the repository at this point in the history