/xontrib-brace-expansion

Implements simple brace expansion in xonsh

Primary LanguagePythonMIT LicenseMIT

xontrib-brace-expansion

VERSION

Implements simple brace expansion:

@ echo a{d,c,b}e
ade ace abe

Nested expansion is not supported:

@ echo /usr/{ucb/{ex,edit},lib/{ex?.?*,how_ex}}
SyntaxError: Unmatched "}" at line 1, column 16

See also:

Usage

xpip install xontrib-brace-expansion
xontrib load brace_expansion