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

Add the --exclude cli option on the web extension #712

Open
trinityzhub opened this issue Mar 21, 2022 · 3 comments
Open

Add the --exclude cli option on the web extension #712

trinityzhub opened this issue Mar 21, 2022 · 3 comments

Comments

@trinityzhub
Copy link

trinityzhub commented Mar 21, 2022

Some sites not allowing some special character " as their password.
So is there any option to avoid that special character.

I know I can exclude entire special character.
But I would like to include special characters in my generated password

@omarali-me
Copy link

You can use the --exclude flag (if you're using the CLI) to exclude a certain character.

I don't know if you can exclude multiple characters by using the flag repeatedly.. (let me try)

ah so.. --exclude "*/%&" for example would exclude those from the generated password..

@edouard-lopez
Copy link
Member

edouard-lopez commented Mar 28, 2022

The test cases for --exclude option and the related discussion from where it came from.

@Chrisae9
Copy link

I use the browser extension daily and would love to see this feature included!

@guillaumevincent guillaumevincent changed the title special character exclude option Add the --exclude cli option on the web extension Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants