Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

added argument to be able to set a custom prompt#14

Open
endreszabo wants to merge 1 commit intoklaasb:masterfrom
endreszabo:endre-additions
Open

added argument to be able to set a custom prompt#14
endreszabo wants to merge 1 commit intoklaasb:masterfrom
endreszabo:endre-additions

Conversation

@endreszabo
Copy link

Added command line argument to let users define their own dmenu prompt string.

for line in pass_output[1:]:
match = re.match(user_pattern, line)
if match and len(match.groups()) == 1:
if match and len(match.groups()) == 1:
Copy link
Author

Choose a reason for hiding this comment

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

this is just a typo fix

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant