doronz88 / xontrib-brace-expansion

Implements simple brace expansion in xonsh

Home Page:https://pypi.org/project/xontrib-brace-expansion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implements simple brace expansion in xonsh

https://pypi.org/project/xontrib-brace-expansion

License:MIT License


Languages

Language:Python 82.1%Language:Shell 17.9%