14 lines
299 B
TOML
14 lines
299 B
TOML
bind_address: "127.0.0.1:8080"
|
|
public_address: "localhost:8080"
|
|
|
|
default_route: "g"
|
|
|
|
routes:
|
|
# Meta
|
|
ls: "/ls"
|
|
help: "/ls"
|
|
list: "/ls"
|
|
# Google
|
|
g: "https://google.com/search?q={{query}}"
|
|
yt: "https://www.youtube.com/results?search_query={{query}}"
|
|
r: "https://reddit.com/r/{{query}}"
|