kthompson/glob

Negating patterns (bash-like) not functioning

Closed this issue · 2 comments

Related to another issue

It seems that negating patterns are not fully supported, especially this negating one supported by bash:

!(pattern-list)
Matches anything except one of the given patterns in brackets.

Refer to the linked issue to get the snippet of code for illustration and testing of the issue.

Thats right no extended glob expressions are supported currently.

Thank you!
I think it would be beneficial to mention it in README that there is no extended glob expression support currently.

Closing this issue.