1
0
Fork
You've already forked permutgen
0
No description
  • Rust 100%
2025年10月12日 01:52:00 +02:00
src now its an iterator so its better 2025年10月12日 01:52:00 +02:00
.gitignore init 2025年10月12日 00:23:14 +02:00
Cargo.lock init 2025年10月12日 00:23:14 +02:00
Cargo.toml init 2025年10月12日 00:23:14 +02:00
LICENSE init 2025年10月12日 00:23:14 +02:00
README.md init 2025年10月12日 00:23:14 +02:00

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