Combine words from two wordlist files and concatenate them with an optional delimiter
Binaries are available in the latest release.
docker run quay.io/trickest/mgwls
go install github.com/trickest/mgwls@latest
-delimiter string
String delimiter to place between words
-l string
Wordlist file (left side)
-side
Flag that determines the side of the single word
-o string
Output file (optional)
-r string
Wordlist file (right side)
-w string
Single word to use for concatenation
1
2
3
a
b
c
> mgwls -l left.txt -r right.txt -delimiter "_"
1_a
1_b
1_c
2_a
2_b
2_c
3_a
3_b
3_c
> mgwls -l left.txt -w foo -side right
1foo
2foo
3foo
We look forward to any feedback you want to share with us or if you're stuck with a problem you can contact us at support@trickest.com. You can also create an Issue or pull request on the Github repository.
Mgwls is an integral part of many workflows in the Trickest store. Sign up on trickest.com to get access to these workflows or build your own from scratch!