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

Multiple URL in per entry #400

Open
LatinSuD opened this issue Mar 11, 2021 · 2 comments
Open

Multiple URL in per entry #400

LatinSuD opened this issue Mar 11, 2021 · 2 comments

Comments

@LatinSuD
Copy link

It would be nice if you could have several URL per keepass entry.

For example, the WeAutoType plugin supports a syntax for that. With this syntax you only need one Keepass entry, and in the "Auto-Type" tab put additional URL in a special format similar to this:

??:URL:https://citi.com
??:URL:https://citibank.com

And so on.

There was a similar request #107, but the solution given has some drawbacks. I don't want my file full with lots of duplicate entries.

@pseudocoder
Copy link

I agree - the duplicate entry approach in KeePass isn't very user friendly for either entry or viewing a database.

The above suggestion would be much cleaner, and I'd suggest making it flexible by allowing a regex to specify which fields should be searched, with a default value of ^URL (== ^URL.*$) or even just URL (== ^.URL.$)

@pseudocoder
Copy link

Or even easier - allow URLs in the Notes field separated by newline, very user friendly for viewing and editing.

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

2 participants