-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor adjustments to imdb and yelp; regen index
- Loading branch information
1 parent
c378131
commit 4bfe87b
Showing
8 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
imdb ~imdbquery(query here) | ||
imdb ~imdbquery(query here) | ||
search imdb for ~imdbquery(no country for old men) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "imdb", | ||
"displayName": "IMDB", | ||
"examples": ["imdb Phantom of the opera"] | ||
"examples": ["imdb Phantom of the Opera"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"comment": "This index is automatically generated by generate_index.py", "plugins": [{"examples": ["i'm feeling lucky gmail", "ifl facebook"], "zip_url": "im-feeling-lucky.zip", "displayName": "I'm Feeling Lucky", "name": "im-feeling-lucky", "description": "Immediately go to the first search result for your query."}, {"examples": ["translate hello world into pig latin", "pig latin hello world"], "zip_url": "piglatin.zip", "displayName": "Pig Latin", "name": "piglatin", "description": "Translate a message into Pig Latin"}, {"examples": ["say good morning"], "zip_url": "say.zip", "displayName": "Say", "name": "say", "description": "Speak a message out loud."}, {"examples": ["amazon flashlight", "a flashlight", "ebay flashlight", "e flashlight", "jd flashlight", "j flashlight", "taobao flashlight", "t flashlight"], "zip_url": "shop.zip", "displayName": "Shopping Search", "name": "shop", "description": "Search Amazon (shortcut: a), Alibaba (ab), AliExpress (ae), eBay (e), jd.com (jd), Taobao (t), YHD.com (y), Yixun (yx) and 1688 from Spotlight."}, {"examples": ["shutdown", "restart", "logout", "sleep", "lock"], "zip_url": "shutdown.zip", "displayName": "Shutdown", "name": "shutdown", "description": "Provides additional commands such as shutdown, restart and logout"}, {"displayName": "Terminal", "name": "terminal", "examples": ["rm -f *.py", "git push", "$ ping google.com"], "iconPath": "/Applications/Utilities/Terminal.app/Contents/Resources/Terminal.icns", "zip_url": "terminal.zip", "description": "Run Terminal commands. If Finder is open, commands are run in the current folder."}, {"examples": ["weather brooklyn", "how's the weather in houston?"], "zip_url": "weather.zip", "displayName": "Weather", "name": "weather", "description": "View the forecast in Spotlight."}, {"examples": ["google Apple stock", "g Apple stock", "search duck duck go for Flashlight", "ddg Flashlight", "image search for rubber ducks", "baidu search for flashlight"], "zip_url": "websearch.zip", "displayName": "Web Search", "name": "websearch", "description": "Search Google (g), DuckDuckGo (ddg), Google Images (gi), Baidu (bd), Bing (bg) and Twitter (tt)."}, {"zip_url": "wolfram-alpha.zip", "displayName": "Wolfram|Alpha Search", "name": "wolfram-alpha", "examples": ["ask wolfram alpha 1 + 1", "wa first 10 prime numbers", "population of india"]}]} | ||
{"comment": "This index is automatically generated by generate_index.py", "plugins": [{"examples": ["i'm feeling lucky gmail", "ifl facebook"], "zip_url": "im-feeling-lucky.zip", "displayName": "I'm Feeling Lucky", "name": "im-feeling-lucky", "description": "Immediately go to the first search result for your query."}, {"zip_url": "imdb.zip", "displayName": "IMDB", "name": "imdb", "examples": ["imdb Phantom of the Opera"]}, {"examples": ["translate hello world into pig latin", "pig latin hello world"], "zip_url": "piglatin.zip", "displayName": "Pig Latin", "name": "piglatin", "description": "Translate a message into Pig Latin"}, {"examples": ["say good morning"], "zip_url": "say.zip", "displayName": "Say", "name": "say", "description": "Speak a message out loud."}, {"examples": ["amazon flashlight", "a flashlight", "ebay flashlight", "e flashlight", "jd flashlight", "j flashlight", "taobao flashlight", "t flashlight"], "zip_url": "shop.zip", "displayName": "Shopping Search", "name": "shop", "description": "Search Amazon (shortcut: a), Alibaba (ab), AliExpress (ae), eBay (e), jd.com (jd), Taobao (t), YHD.com (y), Yixun (yx) and 1688 from Spotlight."}, {"examples": ["shutdown", "restart", "logout", "sleep", "lock"], "zip_url": "shutdown.zip", "displayName": "Shutdown", "name": "shutdown", "description": "Provides additional commands such as shutdown, restart and logout"}, {"displayName": "Terminal", "name": "terminal", "examples": ["rm -f *.py", "git push", "$ ping google.com"], "iconPath": "/Applications/Utilities/Terminal.app/Contents/Resources/Terminal.icns", "zip_url": "terminal.zip", "description": "Run Terminal commands. If Finder is open, commands are run in the current folder."}, {"examples": ["weather brooklyn", "how's the weather in houston?"], "zip_url": "weather.zip", "displayName": "Weather", "name": "weather", "description": "View the forecast in Spotlight."}, {"examples": ["google Apple stock", "g Apple stock", "search duck duck go for Flashlight", "ddg Flashlight", "image search for rubber ducks", "baidu search for flashlight"], "zip_url": "websearch.zip", "displayName": "Web Search", "name": "websearch", "description": "Search Google (g), DuckDuckGo (ddg), Google Images (gi), Baidu (bd), Bing (bg) and Twitter (tt)."}, {"zip_url": "wolfram-alpha.zip", "displayName": "Wolfram|Alpha Search", "name": "wolfram-alpha", "examples": ["ask wolfram alpha 1 + 1", "wa first 10 prime numbers", "population of india"]}, {"zip_url": "yelp.zip", "displayName": "Yelp", "name": "yelp", "examples": ["yelp pizza"]}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
yelp ~yelpquery(query here) | ||
yelp ~yelpquery(query here) | ||
search yelp for ~yelpquery(query here) | ||
find ~yelpquery(chinese takeout) on yelp |
Binary file not shown.
"imdbd.com" instead of "imdb.com"