mattn/go-zglob

Support Escaping

rtpt-erikgeiser opened this issue · 0 comments

Would it be possible to make wildcard characters escapable? For example like this:

  • foo\*/bar should only match the literal file foo*/bar
  • \{*\} should only match files with leading and trailing braces.