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

Implement copy/paste entries between containers #7784

Closed
vitonsky opened this issue Apr 3, 2022 · 4 comments
Closed

Implement copy/paste entries between containers #7784

vitonsky opened this issue Apr 3, 2022 · 4 comments

Comments

@vitonsky
Copy link

vitonsky commented Apr 3, 2022

Summary

It's hard to manage 2 and more data base when i need to copy some entries from one DB to other, i have to:

  • clone entry
  • find cloned entry in master DB
  • move this entry to other DB with press mouse and drag

And i have to do it for each entry. It's absolutely unusable for daily use. But this functional is very important to maintenance lightweight DB with lower security level.

We must simplify process of duplicating a entries between few DBs.

I suggest to implement copy/paste behavior with hotkeys for entries.
When i select one or few entries and press some hotkeys (ctrl+c for example) i will copy ENTRY and then i go to other tab with other DB, select folder and press some hotkeys (ctrl+v for example) and all entries from buffer should be insert there.

I will happy if you would implement this behavior as soon as possible.

Context

I have lightweight DB for smartphone and other devices which is not trusted and sometime i update this DB with entries from main DB. Now, the updating process is terrible for me. We must improve this for all people

@droidmonkey
Copy link
Member

Already requested and you can do the following: click, drag, hold CTRL, drop into other database or group. A copy will be made instead of a move.

@vitonsky
Copy link
Author

vitonsky commented Apr 3, 2022

@droidmonkey give issue id with original feature request

@vitonsky
Copy link
Author

@droidmonkey could you give me original issue number with feature request, to i subscribe on it?

@droidmonkey
Copy link
Member

droidmonkey commented Apr 10, 2022

Easily searched with your summary terms. #172

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

2 participants