[src/compl:feat] add google reverse image search

This commit is contained in:
Maddison Hellstrom 2020-08-09 20:54:22 -07:00
parent 32a92065d8
commit 8dda4cdbd8
1 changed files with 7 additions and 0 deletions

View File

@ -716,6 +716,13 @@ completions.gi = {
callback: completions.go.callback, callback: completions.go.callback,
} }
// Google Images (reverse image search by URL)
completions.gI = {
alias: "gI",
name: "google-reverse-image",
search: "https://www.google.com/searchbyimage?image_url=",
}
// Google - I'm Feeling Lucky // Google - I'm Feeling Lucky
completions.G = { completions.G = {
alias: "G", alias: "G",