-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add printing receive command as a qr code with new --qrcode flag #591
base: main
Are you sure you want to change the base?
Conversation
… only receive code as qr only
thanks for the contribution! how do you use this feature? do you receive things are your phone? code looks great. |
Sorry for my late response. Ya on the phone I will use the qr scanner to get the code, then paste it to the crocgui recevie tab, just simple like that. |
Hello, I see it is not in the last version, can you merge again ? Thank you |
@jpph conflicts need to be resolved. go ahead and rebase this yourself, or checkout the commits themselves (not too many lines) and create a new pr with it. |
Sorry I do not have the knowledge and capabilities to do so... if too much work you can leave it closed... Thank you :-) |
Hi guys,
This pull request adds a new feature to the Croc software, allowing users to display the receive command as a QR code by using the --qrcode flag. This feature enhances the usability and convenience of Croc by providing an easily scannable QR code representation of the receive command.I also plan to add scan qrcode feature in croc android soon.
Changes Made:
Benefits:
P/s: This is my first time of using go lang so Im not sure what i'm is in good practice, so please let me know if i should improve something. Thank you in advanced .