Skip to content
/ mgwls Public

Combine words from two wordlist files and concatenate them with an optional delimiter

License

Notifications You must be signed in to change notification settings

trickest/mgwls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mgwls Tweet

Merge wordlists

mgwls

Combine words from two wordlist files and concatenate them with an optional delimiter

Installation

Binary

Binaries are available in the latest release.

Docker

docker run quay.io/trickest/mgwls

From source

go install github.com/trickest/mgwls@latest

Usage

  -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

Examples

left.txt
1
2
3
right.txt
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

Report Bugs / Feedback

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.

Where does this fit in your methodology?

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!