digininja / CeWL

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

[Feature Request] add range to groups of words #83

Closed Shooter3k closed 3 years ago

Shooter3k commented 3 years ago

Would it be possible to add a range to groups of words?

example:

cewl.rb -g 2-5 or cewl.rb -g 2 -g 3 -g 4 -g 5 or cewl.rb -g 2,3,4,5

digininja commented 3 years ago

Check out the grouping branch, you can now specify the group lengths with a comma separated list:

./cewl.rb -g 2,6 cewl.test
digininja commented 3 years ago

Is this as you expected? Can this be closed?

Shooter3k commented 3 years ago

I've been out of town for the last week and haven't had chance, but I'm betting it works awesome. Thanks, you can close it

Shooter3k commented 3 years ago

this works amazingly! Thanks for doing this