From 47e23ddd58d42c399378a540bc7725336bd07e16 Mon Sep 17 00:00:00 2001 From: Vistril <38549907+Vistril@users.noreply.github.com> Date: Sun, 14 Jul 2019 00:07:42 -0600 Subject: [PATCH] sorry (google lucky) --- index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.js b/index.js index e52f8e4..c46cc4d 100644 --- a/index.js +++ b/index.js @@ -71,6 +71,13 @@ console.log("start"); case "a": pup(`https://www.amazon.com/s?k=${encodeURIComponent(query)}`); break; + case "google-lucky": + case "im-feeling-lucky": + case "imfeelinglucky": + case "lucky": + case "gl": + pup(`https://www.google.com/search?btnI=I%27m+Feeling+Lucky&q=${encodeURIComponent(query)}`); + break; /* case "": case "": -- 2.43.5