facelessuser / Rummage

Rummage is a GUI for grep like searches in Python
https://facelessuser.github.io/Rummage/
MIT License
75 stars 10 forks source link

Require wcmatch 6.1 #384

Closed facelessuser closed 4 years ago

facelessuser commented 4 years ago

This needs to happen before the official release as #382 is meant to be released with it. While the change doesn't strictly require 6.1 to be released on the dev branch as nothing really breaks except file matching expectations if you enable ! exclusions and extglob, before the feature is officially released, we need to make sure 6.1 is required after wcmatch 6.1 is available.