Add Twitter search

Does not yet support suggestions.
This commit is contained in:
Maddison Hellstrom 2021-02-12 11:04:24 -08:00
parent 79efe429d3
commit 8588206ab2
1 changed files with 7 additions and 0 deletions

View File

@ -1090,6 +1090,13 @@ completions.hn.callback = (response) => {
}) })
} }
// Twitter
completions.tw = {
alias: "tw",
name: "twitter",
search: "https://twitter.com/search?q=",
}
// Reddit // Reddit
completions.re = { completions.re = {
alias: "re", alias: "re",