digininja / CeWL

CeWL is a Custom Word List Generator
1.96k stars 258 forks source link

Add new --lowercase parameter #56

Closed 5p1n closed 4 years ago

5p1n commented 4 years ago

This new parameter adds functionality to convert all parsed words to lowercase. This could be useful as it eliminates the need of manually consolidating the wordlist after its creation and to have to recalculate the word count.

digininja commented 4 years ago

Again, looks good. Will see how merging the two PRs goes.

On Wed, 27 Nov 2019, 14:31 5p1n, notifications@github.com wrote:

This new parameter adds functionality to convert all parsed words to lowercase. This could be useful as it eliminates the need of manually consolidating the wordlist after its creation and to have to recalculate the word count.

You can view, comment on, or merge this pull request online at:

https://github.com/digininja/CeWL/pull/56 Commit Summary

  • Add new --lowercase parameter

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/digininja/CeWL/pull/56?email_source=notifications&email_token=AAA4SWM5HC6URFOB7ESKFD3QV2ACVA5CNFSM4JSHUX4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4NXWAQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWPDNRKL7BWHVCHV7BTQV2ACVANCNFSM4JSHUX4A .

5p1n commented 4 years ago

Thanks - I really appreciate the time and effort you put into this tool!

digininja commented 4 years ago

Thanks