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

Clipboard support #94

Open
bachig26 opened this issue Jul 15, 2024 · 4 comments
Open

Clipboard support #94

bachig26 opened this issue Jul 15, 2024 · 4 comments
Assignees
Labels
Feature New feature or request

Comments

@bachig26
Copy link

🚀 Feature Request

Is your feature request related to a problem? Please describe.

  • no

Describe the solution you'd like

  • Clipboard support might help in login, download url, search url.

@DJDoubleD
Copy link
Owner

Please elaborate on the exact nature of your request.
All input fields allow pasting from and copying to the clipboard already by default...

@bachig26
Copy link
Author

Please elaborate on the exact nature of your request. All input fields allow pasting from and copying to the clipboard already by default...

because i haven't seen it work, i placing the cursor in the input box and copied a link and it didn't auto-paste into download link or search box or even in login input box.
i tried using couple of older release as well, but the clipboard feature never worked if it exists.

@DJDoubleD DJDoubleD added the Feature New feature or request label Jul 15, 2024
@DJDoubleD DJDoubleD self-assigned this Jul 15, 2024
@DJDoubleD
Copy link
Owner

So you actually mean that you want the app to constantly monitor your clipboard's contents.
For login values, that seems like a no-go for obvious security reasons + there would be absolutely no way to recognize the correct values for the fields (email, user_id, password, token).

For download links, it might be possible to detect supported urls when the clipboard contents changes and when valid, automatically copy them to the url field.
When I get the chance, I'll look into this more.

That being said, it seems like a very low priority feature as it literally only eliminates 1 keypress...

@bachig26
Copy link
Author

bachig26 commented Jul 15, 2024

For download links, it might be possible to detect supported urls when the clipboard contents changes and when valid, automatically copy them to the url field. When I get the chance, I'll look into this more.

yes, this is what i meaning to say.

That being said, it seems like a very low priority feature as it literally only eliminates 1 keypress...

okay, no problem.

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

No branches or pull requests

2 participants