isaacs / minimatch

a glob matcher in javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support GLOBSTARSHORT

danielbayley opened this issue · comments

Why not add support for a [no]globstarshort option, like in zsh?

For example:

**.ext # **/*.ext

It should be opt-in rather than opt-out, because bash is the target reference implementation, but sure, it'd be fine to have.