feat: add websearch to anyrun

This commit is contained in:
Fabio Lenherr 2023-04-24 11:52:40 +02:00
parent 1e7350bd27
commit 384d0ee432
14 changed files with 91 additions and 61 deletions

6
anyrun/websearch.ron Normal file
View file

@ -0,0 +1,6 @@
Config (
prefix_url_map: {
":g": "https://google.com/search?q=",
":b": "https://search.brave.com/search?q=",
}
)