-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Description
I would like to be able to use QR code scans in scripts. Currently I do this by using sharing the scanned barcode with termux and using a custom file editor script. This works, but it is not ideal as the scanned barcode has to be saved in ~/downloads. I found out that I could launch the barcode scanner by running
termux-open zxing://scan/?ret=http://ddg.gg={CODE}This will perform a search using the scanned barcode in duckduckgo. Is it possible to replace the return url with a custom version like termux://myscript/{CODE}, that would pass the results of the scan to a script called myscipt?
vifino, goodevilgenius and DasBrain
Metadata
Metadata
Assignees
Labels
No labels