No description
|
|
||
|---|---|---|
| src | now its an iterator so its better | |
| .gitignore | init | |
| Cargo.lock | init | |
| Cargo.toml | init | |
| LICENSE | init | |
| README.md | init | |
permutgen
This is a quick tool I wrote to make permutations of keywords
that's it
usage
U run the program, you enter the keywords separated by enter key, when you press enter on empty, it prints out the permutations.
you can also do permutgen < keyword_list.txt > res.txt and it will work