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

When you have multiple logins for a domain,you can't select the proper item #44

Open
autoferrit opened this issue Mar 16, 2020 · 5 comments

Comments

@autoferrit
Copy link

For example, I have various google logins, so when I search for ts.google.com I just see
image

There should be a way to tell these apart. the chrome extension does this by also showing the username.

@JP-Ellis
Copy link

JP-Ellis commented Sep 7, 2020

A simple fix would be to change the display to be more similar to the Bitwarden desktop app, using two lines per entry:

google.com
foo@gmail.com

google.com
bar@gmail.com

@Mange
Copy link
Contributor

Mange commented Sep 7, 2020

I do not think Rofi supports multi-line entries, especially not in dmenu mode.

@JP-Ellis
Copy link

JP-Ellis commented Sep 7, 2020

This is possible:

printf 'Google\[email protected]\0Google\[email protected]' | rofi -dmenu -eh 2 -sep '\0' 

output

@Mange
Copy link
Contributor

Mange commented Sep 7, 2020

Very nice. TIL. I'll use that feature in some of my projects for sure. Thank you for showing me!

@JP-Ellis
Copy link

Another issue with multiple domains I just realized is that the automatic insertion ends up typing all usernames and all passwords.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants