tools
/
wi
1
0
Fork 0

Use https for google search

master
dump_stack() 2016-08-02 22:42:39 +03:00
parent 0e256f04a6
commit 03756cafb3
1 changed files with 1 additions and 1 deletions

View File

@ -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, "+"))
}
}