bunbun/bunbun.default.toml

15 lines
299 B
TOML
Raw Normal View History

2019-12-15 16:07:36 +00:00
bind_address: "127.0.0.1:8080"
2019-12-15 17:49:16 +00:00
public_address: "localhost:8080"
default_route: "g"
2019-12-15 16:07:36 +00:00
routes:
# Meta
ls: "/ls"
2019-12-15 17:49:16 +00:00
help: "/ls"
list: "/ls"
2019-12-15 16:07:36 +00:00
# Google
g: "https://google.com/search?q={{query}}"
yt: "https://www.youtube.com/results?search_query={{query}}"
2019-12-15 19:57:42 +00:00
r: "https://reddit.com/r/{{query}}"