keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
21.39k stars 1.48k forks source link

Create export without passwords (and usernames) #11442

Closed abelbabel closed 2 weeks ago

abelbabel commented 2 weeks ago

Hi,

when handling multiple password databases, it might be handy to have/get an overview over all entries in all databases. Therefore export function could be enhanced to allow exporting the database to some unencrypted format, BUT without the secrets (and usernames) (or other way round: only with title and group). In the end also the structure should be visible and of course the entries represented by their titles, so that on can easily determine where to look up certain secrets.

Regards abelbabel

droidmonkey commented 2 weeks ago

This won't be implemented. If you want to see all your entries use the "All entries" search in the lower left panel.

abelbabel commented 2 weeks ago

Found a good solution:

in cli use ls -R and grab the list

Sorry for the noise!