mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-09 14:03:11 +08:00
Added cli tool for adding new search engines/providers
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"queries": [
|
||||
{
|
||||
"name": "Google",
|
||||
"prefix": "g",
|
||||
"template": "https://www.google.com/search?q="
|
||||
"name": "Disroot",
|
||||
"prefix": "ds",
|
||||
"template": "http://search.disroot.org/search?q="
|
||||
},
|
||||
{
|
||||
"name": "DuckDuckGo",
|
||||
@@ -11,19 +11,9 @@
|
||||
"template": "https://duckduckgo.com/?q="
|
||||
},
|
||||
{
|
||||
"name": "Disroot",
|
||||
"prefix": "ds",
|
||||
"template": "http://search.disroot.org/search?q="
|
||||
},
|
||||
{
|
||||
"name": "YouTube",
|
||||
"prefix": "yt",
|
||||
"template": "https://www.youtube.com/results?search_query="
|
||||
},
|
||||
{
|
||||
"name": "Reddit",
|
||||
"prefix": "r",
|
||||
"template": "https://www.reddit.com/search?q="
|
||||
"name": "Google",
|
||||
"prefix": "g",
|
||||
"template": "https://www.google.com/search?q="
|
||||
},
|
||||
{
|
||||
"name": "IMDb",
|
||||
@@ -31,14 +21,24 @@
|
||||
"template": "https://www.imdb.com/find?q="
|
||||
},
|
||||
{
|
||||
"name": "The Movie Database",
|
||||
"prefix": "mv",
|
||||
"template": "https://www.themoviedb.org/search?query="
|
||||
"name": "Reddit",
|
||||
"prefix": "r",
|
||||
"template": "https://www.reddit.com/search?q="
|
||||
},
|
||||
{
|
||||
"name": "Spotify",
|
||||
"prefix": "sp",
|
||||
"template": "https://open.spotify.com/search/"
|
||||
},
|
||||
{
|
||||
"name": "The Movie Database",
|
||||
"prefix": "mv",
|
||||
"template": "https://www.themoviedb.org/search?query="
|
||||
},
|
||||
{
|
||||
"name": "YouTube",
|
||||
"prefix": "yt",
|
||||
"template": "https://www.youtube.com/results?search_query="
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user