bracex

Bash style brace expansion utility for generating string combinations

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Bash style brace expander.

Commands

bracex

Examples

Expand a simple brace pattern with multiple options$ bracex '{a,b,c}'
Generate numeric sequences with brace expansion$ bracex 'file{1..5}.txt'
Nest multiple brace expansions together$ bracex '{a,b}{1,2}'