mirror of
https://code.dumpstack.io/tools/wi.git
synced 2024-11-12 21:53:01 +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)
|
||||
case "search":
|
||||
// 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