GSConnect / gnome-shell-extension-gsconnect

KDE Connect implementation for GNOME
GNU General Public License v2.0
3.18k stars 255 forks source link

(T)OTP quick copy #1588

Open alexanderadam opened 1 year ago

alexanderadam commented 1 year ago

Describe your request

It would be nice to have a quick copy if an OTP SMS was received.

Proposed solution

Maybe via a button on the notification (Click to put "12345" into clipboard)

foo

Alternatives

No response

GSConnect version

-

Installed from

GNOME Extensions website

GNOME Shell version

No response

Linux distribution/release

No response

Additional context

No response

coffandro commented 6 months ago

So you're asking for something where the mobile app can analyze the texts and get and send the confirmation code, and then the computer can just copy that into the clipboard?

alexanderadam commented 6 months ago

So you're asking for something where the mobile app can analyze the texts and get and send the confirmation code, and then the computer can just copy that into the clipboard?

I don't think that something like this would be necessary. The GSConnect extension could show a different notification in Gnome where it says Click to put "12345" into clipboard if an incoming mobile notification has a number in it (i.e. matching /\d{4,8}/).

And once the user clicked on the notification, it could be copied into clipboard.