xonsh/news/dotglob.rst
2018-09-12 18:12:02 -04:00

17 lines
393 B
ReStructuredText

**Added:**
* New ``$DOTGLOB`` environment variable enables globs to match
"hidden" files which start with a literal ``.``. Set this
variable to ``True`` to get this matching behavior.
Cooresponding API changes have been made to
``xonsh.tools.globpath()`` and ``xonsh.tools.iglobpath()``
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None