mirror of
https://code.dumpstack.io/tools/wi.git
synced 2024-11-10 12:43:00 +00:00
Use https for google search
This commit is contained in:
parent
0e256f04a6
commit
03756cafb3
2
main.go
2
main.go
@ -76,6 +76,6 @@ func main() {
|
|||||||
commands.History(db, *historyListItems, 20, *historyListAll)
|
commands.History(db, *historyListItems, 20, *historyListAll)
|
||||||
case "search":
|
case "search":
|
||||||
// FIXME: currenlty supports only Google
|
// FIXME: currenlty supports only Google
|
||||||
commands.Get(db, "google.com/search?q="+strings.Join(*searchArgs, "+"))
|
commands.Get(db, "https://google.com/search?q="+strings.Join(*searchArgs, "+"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user