Fix #4591: update Google Lens API

This commit is contained in:
Oliver Blanthorn 2023-02-14 16:22:04 +01:00
parent 9bd52a1fed
commit 40e1e53e28
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -329,8 +329,8 @@ export class default_config {
";W": "hint -W fillcmdline_notrail winopen ",
";T": "hint -W fillcmdline_notrail tabopen ",
";z": "hint -z",
";m": "composite hint -Jpipe img src | open images.google.com/searchbyimage?image_url=",
";M": "composite hint -Jpipe img src | tabopen images.google.com/searchbyimage?image_url=",
";m": "hint -JFc img i => tri.excmds.open('https://lens.google.com/uploadbyurl?url='+i.src)",
";M": "hint -JFc img i => tri.excmds.tabopen('https://lens.google.com/uploadbyurl?url='+i.src)",
";gi": "hint -qi",
";gI": "hint -qI",
";gk": "hint -qk",