# rsmangler

### Usage:

Template:

{% code overflow="wrap" %}

```bash
rsmangler --file <input_file> -x <max_length> -m <min_length> -l -s -e -i -p -u  -a --output <output_file>
```

{% endcode %}

EX:

{% code overflow="wrap" %}

```bash
rsmangler --file samwise.small.txt -x 12 -m 9  -l -s -e -i -p -u -a --output samwise.mangled.txt
```

{% endcode %}

### Flags:

* \--file \<input\_file>  | Input file location
* \--output \<output\_file>  | Output file location
* -x <#>  |  Max length of password
* -m <#> |  Min length of password
* -l   |  Lowercase the word
* -s  |  Swap the case of the word
* -e  | Add ed to the end of the word
* -p  | Permutate all the words
* -u  | Uppercase the word
* -a  | Create an acronyum based on all the words entered in order and add to word list
