Use https for google search
This commit is contained in:
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, "+"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user