parent
79efe429d3
commit
8588206ab2
|
@ -1090,6 +1090,13 @@ completions.hn.callback = (response) => {
|
|||
})
|
||||
}
|
||||
|
||||
// Twitter
|
||||
completions.tw = {
|
||||
alias: "tw",
|
||||
name: "twitter",
|
||||
search: "https://twitter.com/search?q=",
|
||||
}
|
||||
|
||||
// Reddit
|
||||
completions.re = {
|
||||
alias: "re",
|
||||
|
|
Loading…
Reference in New Issue