Open droidmonkey opened 6 years ago
Yes. Please.
That would be so useful!
I have always wanted this. It would be a good way to make DBs for less secure devices like a Windows PC that is always online. You can export everything except email, bank, shopping and government passwords so that if you get pwned, they will get only that DB with trivial logins like forums, entertainment, etc , not the one with the most sensitive logins.
Technically you can do this now rather easily using KeeShare
Currently copy paste between different databases does not work. A possibility to copy/move certain entries to a different database would be highly apreciated!
Also allow export to CSV and HTML for printing
A very nice extension of this "Export Entries to an other DB" feature would be to persist the target DB on the selected entries to repeat the export periodically. This would be helpful to create a primary DB which contains all password, which are changed/updated periodically. Than the export to the Sub-DB can be repeated easily.
That feature is already available using KeeShare. Read the user guide for more information.
That feature is already available using KeeShare. Read the user guide for more information.
This is really not the same as the requested feature...
I am responding to the comment above, thanks
W will wait for export to html/csv some entries. It is nice to see this feature in 2.8.0 ;-)
For me best is:
I will wait ;-)
Hello I wrote a blog about how to implement this function in the operation method. https://pinefield.asia/portforio/keepassxc-export-selected-groups-to-new-database/
This option is available on the original Keepass software.
Please implement this :+1:
This is really not the same as the requested feature...
If you need to export some selected entries, it means they have something in common. It may be a good idea to organize them in a group. A KeeShare feature, which is implemented since 2.4, forces you to organize your database. Is that the difference from request above, youre talking about?
This is really not the same as the requested feature...
If you need to export some selected entries, it means they have something in common. It may be a good idea to organize them in a group. A KeeShare feature, which is implemented since 2.4, forces you to organize your database. Is that the difference from request above, youre talking about?
@lewart thank you very much for your proposal but I think this feature request actually contains two separate use cases.
Only one would be maybe covered by your idea:
Maybe it is a good idea to distinguish between these two cases in separate issues as well.
Both of those use cases are covered under this issue and would be part of the same code contribution. No need for another issue.
@lewart
If you need to export some selected entries, it means they have something in common. It may be a good idea to organize them in a group. A KeeShare feature, which is implemented since 2.4, forces you to organize your database. Is that the difference from request above, youre talking about?
Yes, but I would agree with you about organizing entries which have something in common as a group. But if we're talking about exports you maybe have more than one way to categorize items. Maybe you want to export some passwords on a regular basis from different groups, but don't want to export all passwords of a group. I think entry tags would be much more suitable for this use case as they allow you to categorize an item in more than one way. For example you could have a category "Wifi passwords" and a separate category "Exportable passwords". If you combine this with a feature "Export tag entries" this would give users much more flexibility.
I think entry tags would be much more suitable for this use case as they allow you to categorize an item in more than one way. If you combine this with a feature "Export tag entries" this would give users much more flexibility.
I agree. Sharing not only by group, but also by tag, would be realy useful.
+1 for the tagging system! Also, for people that didn't find it in the documentation, but did find this issue, here is the link to keeshare documentation: https://keepassxc.org/docs/KeePassXC_UserGuide#_database_sharing_with_keeshare (The table of contents is really long, I was confused by that at first, but docs look great in general)
6 years, really?
Absent writing code for this, here is your solution (takes about 30 seconds):
thanks! I also managed to workaround the issue by moving to database, save, copy the dest db file, move back, delete intermediate db
dragging with CTRL was not obvious. How about right click drag + contextual menu move/copy?
certainly can be investigated, holding CTRL while dragging to make a copy is relatively standard. Works in Windows Explorer as well ;-)
thanks! I also managed to workaround the issue by moving to database, save, copy the dest db file, move back, delete intermediate db
dragging with CTRL was not obvious. How about right click drag + contextual menu move/copy?
Use in combination with the CTRL key to select multiple entries within a folder. For example, if you have entry ABC, you want to select only A and C.
Feature Request
Be able to export selected entries to create a new database from a master database. Exported entries may be kept or removed from the master database upon export.
Requested by a customer.
Possible Solution
Add to the CLI and/or make a GUI tool