Skip to content
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

[feature] Add new pwgen options to capitalize and include numbers in #2703

Merged
merged 3 commits into from
Nov 20, 2023

Conversation

dominikschulz
Copy link
Member

xkcd style passwords.

Depends on martinhoefling/goxkcdpwgen#10

Fixes #2573

AnomalRoil
AnomalRoil previously approved these changes Nov 20, 2023
Copy link
Member

@AnomalRoil AnomalRoil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I feel these kind of tweaks might benefit from having a config option to set the default value. WDYT?

g.SetCapitalize(delim == "")
g.SetCapitalize(delim == "" || capitalize)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL that we already supported the feature when we set the delimiter the the empty string, nice.

@dominikschulz dominikschulz modified the milestones: 1.15.10, 1.15.11 Nov 20, 2023
Signed-off-by: Dominik Schulz <[email protected]>
Also adds and fixes some config options related to the xkcd pwgen.

Signed-off-by: Dominik Schulz <[email protected]>
@dominikschulz dominikschulz merged commit 2e2fe82 into gopasspw:master Nov 20, 2023
6 of 8 checks passed
@dominikschulz dominikschulz deleted the fix/issue-2573 branch November 20, 2023 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Enhancements and new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] gopass pwgen -x should support more options/flags
2 participants