-
Notifications
You must be signed in to change notification settings - Fork 144
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
Export in URI format #196
Comments
Can you give an example of such a list of URIs? |
Example of url list:
@signetica Is this list of urls what you wish? |
Yes, that's exactly what I needed. I was able to produce it from the .json format by running the .json output through sed -n -e '/^ "url"/s/.(otpauth.*)"$/\1/p'. The list of URLs is what most of the other authenticator apps I've used need for import, and it's great that your program can produce it now. Thanks very much for your work. |
Ok, I've tested the commit and it worked perfectly. Thanks very much for this useful addition. |
Thanks for your suggestion and thanks for your testing! |
It would be very helpful to be able to export the URIs from a google export, so that they could be imported in a batch into FreeOTP+ or other authenticators that accept lists of URIs. As it is, I think the only way to do this is to export the QR codes for each entity, then extract the URIs from those with a camera.
Thanks in any case for this very useful project.
The text was updated successfully, but these errors were encountered: