Skip to content

rpdelaney/xontrib-brace-expansion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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