Closed LyubomirT closed 1 year ago
Alright, gotta take on this issue. If anyone else wants to do so, please let me know.
Hi, I am, working on it
Hi, I am, working on it
Hello! Thank you very much for your second contribution. There is no need to help anymore though, since I've already finished and now just wrapping up. Once again, thank you!
Implemented! Closing the issue now.
This feature will allow the user to "stack" two valid wordlists into one by putting all the words of one into another. Instead of overwriting the destination, the target will combine both the selected files. This will be useful for people who have a couple of separate files and want to create a bigger wordlist but don't want to put everything in a list.
Hint: This introduces two new functions:
stack()
andmerge_delete()
. The stack function is responsible for the stacking technique, while the merge delete will remove all words from the source file that match the destination file. It would also be good if a validation method is added, to make sure both source and destination files follow the appropriate format of each word being on a separate line and not containing anything else than alphabetic characters.