textvar

“I’m sure someone has already made such a program, but I can’t find it”

Generate all possible unique text variants with nesting

terminal2

Arguments

--help                          Show this help message
--text                          Text with template. Required
--borderLeft                    Character representing start of the template border. Default is [
--borderRight                   Character representing end of the template border. Default is ]
--separator                     Separator of template. Default is ;
--border                        Two characters representing start and end of the border. "--border {}" equals to "--borderLeft { --borderRight }"

Download

Here

Build from source

Create native distributions

  • Clone repo
  • Open terminal and enter ./gradlew build or ./gradlew.bat build if you on Windows
  • Binary file will be in ./build/bin/native/releaseExecutable/

License

MIT

GitHub

View Github