-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
split manifest and use asyncio (#319)
* split manifest and use asyncio * update readme * update new plugins
Showing
179 changed files
with
2,546 additions
and
55 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
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
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
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
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
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
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,2 +1,2 @@ | ||
requests | ||
aiohttp | ||
tqdm |
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
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import os | ||
from os import path | ||
import json | ||
|
||
if __name__ == "__main__": | ||
plugins = [file for file in os.listdir("plugins") if path.isfile(file) and file.endswith("json")] | ||
|
||
manifests = [] | ||
|
||
for plugin in plugins: | ||
with open(plugin, "r") as f: | ||
manifest = json.load(f) | ||
manifests.append(manifest) | ||
|
||
with open("plugins.json", "w") as f: | ||
json.dump(manifests, f, indent=4) | ||
|
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
15 changes: 15 additions & 0 deletions
15
plugins/7TV Emotes-85eb90ff-b92d-476b-bae4-3d71398e61f9.json
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"ID": "85eb90ff-b92d-476b-bae4-3d71398e61f9", | ||
"Name": "7TV Emotes", | ||
"Description": "Search emotes from 7TV", | ||
"Author": "Water Boiled Pizza", | ||
"Version": "0.0.3", | ||
"Language": "python", | ||
"Website": "https://github.com/WaterBoiledPizza/7TV-Emotes", | ||
"IcoPath": "https://cdn.jsdelivr.net/gh/WaterBoiledPizza/7TV-Emotes@main/icon.png?raw=true", | ||
"UrlSourceCode": "https://github.com/WaterBoiledPizza/7TV-Emotes", | ||
"UrlDownload": "https://github.com/WaterBoiledPizza/7TV-Emotes/releases/download/v0.0.3/Flow.Launcher.Plugin.7tvEmotesv0.0.3.zip", | ||
"Tested": true, | ||
"DateAdded": "2023-03-12T07:36:16Z", | ||
"LatestReleaseDate": "2023-03-13T13:03:44Z" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"ID": "1602DFD6B9F843A3A31CB9AD5561A9A2", | ||
"Name": "AWS Toolkit", | ||
"Description": "Open the AWS Console for services in your web browser", | ||
"Author": "mikemorain, mjtimblin", | ||
"Version": "1.0.3", | ||
"Language": "csharp", | ||
"Website": "https://github.com/mjtimblin/Flow.Launcher.Plugin.AwsToolkit", | ||
"UrlDownload": "https://github.com/mjtimblin/Flow.Launcher.Plugin.AwsToolkit/releases/download/v1.0.3/Flow.Launcher.Plugin.AwsToolkit.zip", | ||
"UrlSourceCode": "https://github.com/mjtimblin/Flow.Launcher.Plugin.AwsToolkit/tree/master", | ||
"IcoPath": "https://cdn.jsdelivr.net/gh/mjtimblin/Flow.Launcher.Plugin.AwsToolkit@master/icon.png", | ||
"DateAdded": "2022-10-08T16:26:57Z", | ||
"LatestReleaseDate": "2022-05-27T08:07:39Z" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"ID": "79BB35BC5B504F04B210D1C41DF14A02", | ||
"Name": "Add2Path", | ||
"Description": "Manage your PATH environment variable", | ||
"Author": "HorridModz", | ||
"Version": "1.0.0", | ||
"Language": "csharp", | ||
"Website": "https://github.com/HorridModz/Flow.Launcher.Plugin.Add2Path", | ||
"UrlDownload": "https://github.com/HorridModz/Flow.Launcher.Plugin.Add2Path/releases/download/v1.0.0/Flow.Launcher.Plugin.Add2Path.zip", | ||
"UrlSourceCode": "https://github.com/HorridModz/Flow.Launcher.Plugin.Add2Path", | ||
"IcoPath": "https://cdn.jsdelivr.net/gh/HorridModz/Flow.Launcher.Plugin.Add2Path@master/icon.png", | ||
"DateAdded": "2023-09-01T04:11:39Z", | ||
"LatestReleaseDate": "2023-08-21T08:43:16Z" | ||
} |
Oops, something went wrong.