-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add infile to options defaults #84
Comments
I do not understand. |
get_config_dict only reads configuration settings that occur in defaults_dict, i take it that's why setting infile in .diceware.ini had no effect for me unlike other settings. |
Ok, so you want to use a different wordlist by default? The usual way to do this is putting the list into the local wordlist dir (displayed by --help). Is this an option for you? |
Sure, that is an option, i just prefer to keep my own configuration where i can write it without elevating my priveliges. |
How about if, instead, Diceware included |
That sounds like it would accomplish everything i wished for when opening this ticket. |
Follow XDG base file specification for configuration files and to find additional wordlist files.
Add infile=None to OPTIONS_DEFAULTS in diceware/config.py to permit configuring custom word lists that are not installed in diceware/wordlists.
The text was updated successfully, but these errors were encountered: