Skip to content

Commit 7fe0679

Browse files
authored
Merge branch 'plugin_api_v2' into add_volcano_translation
2 parents fc98d5d + 49376c1 commit 7fe0679

8 files changed

+346
-264
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Deploy Website
2+
3+
on:
4+
push:
5+
branches: [ plugin_api_v2 ]
6+
paths:
7+
- 'plugins.json'
8+
workflow_dispatch:
9+
10+
jobs:
11+
dispatch:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Dispatch event
15+
run: |
16+
http_status=$(curl -L -f -s -o /dev/null -w "%{http_code}" \
17+
-X POST \
18+
-H "Accept: application/vnd.github+json" \
19+
-H "Authorization: Bearer ${{ secrets.DEPLOY_WEBSITE }}" \
20+
https://api.github.com/repos/Flow-Launcher/flow-launcher.github.io/dispatches \
21+
-d '{"event_type":"deploy"}')
22+
if [ "$http_status" -ne 204 ]; then echo "Error: Deploy trigger failed, HTTP status code is $http_status"; exit 1; fi

etags.json

Lines changed: 242 additions & 240 deletions
Large diffs are not rendered by default.

plugins.json

Lines changed: 41 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -232,16 +232,17 @@
232232
{
233233
"ID": "cf3dd749-166c-4cbe-8e85-d8d3f2057119",
234234
"Name": "Hoarder",
235-
"Description": "Access Hoader bookmarks with Flow Launcher",
235+
"Description": "Hoarder Plugin",
236236
"Author": "Robert Verdam",
237-
"Version": "1.0.0",
238-
"Language": "Python",
237+
"Version": "1.0.1",
238+
"Language": "python",
239239
"Website": "https://github.com/rverdam/Flow.Launcher.Plugin.Hoarder",
240-
"UrlDownload": "https://github.com/rverdam/Flow.Launcher.Plugin.Hoarder/releases/download/v1.0.0/Flow.Launcher.Plugin.Hoarder.zip",
240+
"UrlDownload": "https://github.com/rverdam/Flow.Launcher.Plugin.Hoarder/releases/download/v1.0.1/Flow.Launcher.Plugin.Hoarder.zip",
241241
"UrlSourceCode": "https://github.com/rverdam/Flow.Launcher.Plugin.Hoarder/tree/main",
242242
"IcoPath": "https://cdn.jsdelivr.net/gh/rverdam/Flow.Launcher.Plugin.Hoarder@main/Images/app.png",
243-
"LatestReleaseDate": "2025-03-02T15:42:47Z",
244-
"DateAdded": "2025-03-30T01:53:43Z"
243+
"LatestReleaseDate": "2025-04-01T17:16:33Z",
244+
"DateAdded": "2025-03-30T01:53:43Z",
245+
"Tested": true
245246
},
246247
{
247248
"ID": "5B7E53D506844D2D8B7001AA19F5EF8F",
@@ -344,6 +345,20 @@
344345
"LatestReleaseDate": "2024-12-25T10:57:39Z",
345346
"DateAdded": "2025-01-01T09:20:50Z"
346347
},
348+
{
349+
"ID": "D8A705AD7AB849ACB581FF46D3B59816",
350+
"Name": "Scoop",
351+
"Description": "Scoop plugin for Flow. Search and Manage for apps with Scoop",
352+
"Author": "xavialyra",
353+
"Version": "1.0.0",
354+
"Language": "csharp",
355+
"Website": "https://github.com/xavialyra/Flow.Launcher.Plugin.Scoop",
356+
"UrlDownload": "https://github.com/xavialyra/Flow.Launcher.Plugin.Scoop/releases/download/v1.0.0/Flow.Launcher.Plugin.Scoop.zip",
357+
"UrlSourceCode": "https://github.com/xavialyra/Flow.Launcher.Plugin.Scoop",
358+
"IcoPath": "https://cdn.jsdelivr.net/gh/xavialyra/Flow.Launcher.Plugin.Scoop@master/Images/scoop-icon.png",
359+
"LatestReleaseDate": "2025-03-23T08:17:16Z",
360+
"DateAdded": "2025-03-31T21:20:56Z"
361+
},
347362
{
348363
"ID": "F229B92B-C4D1-4A87-B05B-A96ACC486263",
349364
"ActionKeyword": "email",
@@ -768,13 +783,13 @@
768783
"Name": "AppUpgrader",
769784
"Description": "Allows you to keep your applications up using winget",
770785
"Author": "Exarilo",
771-
"Version": "1.1.3",
786+
"Version": "1.1.4",
772787
"Language": "csharp",
773788
"Website": "https://github.com/Exarilo/Flow.Launcher.Plugin.AppUpgrader",
774-
"UrlDownload": "https://github.com/Exarilo/Flow.Launcher.Plugin.AppUpgrader/releases/download/v1.1.3/Flow.Launcher.Plugin.AppUpgrader.zip",
789+
"UrlDownload": "https://github.com/Exarilo/Flow.Launcher.Plugin.AppUpgrader/releases/download/v1.1.4/Flow.Launcher.Plugin.AppUpgrader.zip",
775790
"UrlSourceCode": "https://github.com/Exarilo/Flow.Launcher.Plugin.AppUpgrader",
776791
"IcoPath": "https://cdn.jsdelivr.net/gh/Exarilo/Flow.Launcher.Plugin.AppUpgrader@main/Images/app.png",
777-
"LatestReleaseDate": "2025-01-20T16:00:30Z",
792+
"LatestReleaseDate": "2025-04-01T20:20:25Z",
778793
"DateAdded": "2024-09-01T12:35:14Z"
779794
},
780795
{
@@ -995,6 +1010,20 @@
9951010
"LatestReleaseDate": "2024-01-12T19:04:08Z",
9961011
"DateAdded": "2022-10-08T16:26:57Z"
9971012
},
1013+
{
1014+
"ID": "42f4fb22-c254-49b3-81d2-6c5b591c2152",
1015+
"Name": "Noor Flow",
1016+
"Description": "Quickly & easily search for & extract islamic revelation while offline",
1017+
"Author": "O1Anas",
1018+
"Version": "1.0.0",
1019+
"Language": "csharp",
1020+
"Website": "https://github.com/O1Anas/Noor_Flow.FLP",
1021+
"UrlDownload": "https://github.com/O1Anas/Noor_Flow.FLP/releases/download/v1.0.0/Flow.Launcher.Plugin.Noor_Flow.zip",
1022+
"UrlSourceCode": "https://github.com/O1Anas/Noor_Flow.FLP",
1023+
"IcoPath": "https://cdn.jsdelivr.net/gh/O1Anas/Noor_Flow.FLP/Flow.Launcher.Plugin.Noor_Flow/Images/app.png",
1024+
"LatestReleaseDate": "2025-03-25T03:28:23Z",
1025+
"DateAdded": "2025-03-31T21:20:56Z"
1026+
},
9981027
{
9991028
"ID": "75763350-A89D-4942-B697-14875D94C222",
10001029
"Name": "ShareX_Flow_Plugin",
@@ -3409,13 +3438,13 @@
34093438
"Name": "DirQuickJump",
34103439
"Description": "When opening or saving files, quickly jump to the directory you already opened in File Explorer. Inspired by Listary Quick Switch.",
34113440
"Author": "idkana",
3412-
"Version": "1.2.0",
3441+
"Version": "1.3.0",
34133442
"Language": "csharp",
34143443
"Website": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump",
3415-
"UrlDownload": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump/releases/download/v1.2.0/Flow.Launcher.Plugin.DirQuickJump.zip",
3444+
"UrlDownload": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump/releases/download/v1.3.0/Flow.Launcher.Plugin.DirQuickJump.zip",
34163445
"UrlSourceCode": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump",
34173446
"IcoPath": "https://cdn.jsdelivr.net/gh/idkidknow/Flow.Launcher.Plugin.DirQuickJump@main/Flow.Launcher.Plugin.DirQuickJump/icon.png",
3418-
"LatestReleaseDate": "2025-03-08T02:12:21Z",
3447+
"LatestReleaseDate": "2025-04-01T21:51:17Z",
34193448
"DateAdded": "2024-09-17T12:38:53Z"
34203449
},
34213450
{

plugins/AppUpgrader-c11d8b37-9967-4af3-b134-a22171d0dba8.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"Name": "AppUpgrader",
44
"Description": "Allows you to keep your applications up using winget",
55
"Author": "Exarilo",
6-
"Version": "1.1.3",
6+
"Version": "1.1.4",
77
"Language": "csharp",
88
"Website": "https://github.com/Exarilo/Flow.Launcher.Plugin.AppUpgrader",
9-
"UrlDownload": "https://github.com/Exarilo/Flow.Launcher.Plugin.AppUpgrader/releases/download/v1.1.3/Flow.Launcher.Plugin.AppUpgrader.zip",
9+
"UrlDownload": "https://github.com/Exarilo/Flow.Launcher.Plugin.AppUpgrader/releases/download/v1.1.4/Flow.Launcher.Plugin.AppUpgrader.zip",
1010
"UrlSourceCode": "https://github.com/Exarilo/Flow.Launcher.Plugin.AppUpgrader",
1111
"IcoPath": "https://cdn.jsdelivr.net/gh/Exarilo/Flow.Launcher.Plugin.AppUpgrader@main/Images/app.png",
12-
"LatestReleaseDate": "2025-01-20T16:00:30Z",
12+
"LatestReleaseDate": "2025-04-01T20:20:25Z",
1313
"DateAdded": "2024-09-01T12:35:14Z"
1414
}

plugins/DirQuickJump-01B2DC8D31394299ACBE3B32D91FA3EC.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"Name": "DirQuickJump",
44
"Description": "When opening or saving files, quickly jump to the directory you already opened in File Explorer. Inspired by Listary Quick Switch.",
55
"Author": "idkana",
6-
"Version": "1.2.0",
6+
"Version": "1.3.0",
77
"Language": "csharp",
88
"Website": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump",
9-
"UrlDownload": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump/releases/download/v1.2.0/Flow.Launcher.Plugin.DirQuickJump.zip",
9+
"UrlDownload": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump/releases/download/v1.3.0/Flow.Launcher.Plugin.DirQuickJump.zip",
1010
"UrlSourceCode": "https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump",
1111
"IcoPath": "https://cdn.jsdelivr.net/gh/idkidknow/Flow.Launcher.Plugin.DirQuickJump@main/Flow.Launcher.Plugin.DirQuickJump/icon.png",
12-
"LatestReleaseDate": "2025-03-08T02:12:21Z",
12+
"LatestReleaseDate": "2025-04-01T21:51:17Z",
1313
"DateAdded": "2024-09-17T12:38:53Z"
1414
}
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"ID": "cf3dd749-166c-4cbe-8e85-d8d3f2057119",
33
"Name": "Hoarder",
4-
"Description": "Access Hoader bookmarks with Flow Launcher",
4+
"Description": "Hoarder Plugin",
55
"Author": "Robert Verdam",
6-
"Version": "1.0.0",
7-
"Language": "Python",
6+
"Version": "1.0.1",
7+
"Language": "python",
88
"Website": "https://github.com/rverdam/Flow.Launcher.Plugin.Hoarder",
9-
"UrlDownload": "https://github.com/rverdam/Flow.Launcher.Plugin.Hoarder/releases/download/v1.0.0/Flow.Launcher.Plugin.Hoarder.zip",
9+
"UrlDownload": "https://github.com/rverdam/Flow.Launcher.Plugin.Hoarder/releases/download/v1.0.1/Flow.Launcher.Plugin.Hoarder.zip",
1010
"UrlSourceCode": "https://github.com/rverdam/Flow.Launcher.Plugin.Hoarder/tree/main",
1111
"IcoPath": "https://cdn.jsdelivr.net/gh/rverdam/Flow.Launcher.Plugin.Hoarder@main/Images/app.png",
12-
"LatestReleaseDate": "2025-03-02T15:42:47Z",
13-
"DateAdded": "2025-03-30T01:53:43Z"
12+
"LatestReleaseDate": "2025-04-01T17:16:33Z",
13+
"DateAdded": "2025-03-30T01:53:43Z",
14+
"Tested": true
1415
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"ID": "42f4fb22-c254-49b3-81d2-6c5b591c2152",
3+
"Name": "Noor Flow",
4+
"Description": "Quickly & easily search for & extract islamic revelation while offline",
5+
"Author": "O1Anas",
6+
"Version": "1.0.0",
7+
"Language": "csharp",
8+
"Website": "https://github.com/O1Anas/Noor_Flow.FLP",
9+
"UrlDownload": "https://github.com/O1Anas/Noor_Flow.FLP/releases/download/v1.0.0/Flow.Launcher.Plugin.Noor_Flow.zip",
10+
"UrlSourceCode": "https://github.com/O1Anas/Noor_Flow.FLP",
11+
"IcoPath": "https://cdn.jsdelivr.net/gh/O1Anas/Noor_Flow.FLP/Flow.Launcher.Plugin.Noor_Flow/Images/app.png",
12+
"LatestReleaseDate": "2025-03-25T03:28:23Z",
13+
"DateAdded": "2025-03-31T21:20:56Z"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"ID": "D8A705AD7AB849ACB581FF46D3B59816",
3+
"Name": "Scoop",
4+
"Description": "Scoop plugin for Flow. Search and Manage for apps with Scoop",
5+
"Author": "xavialyra",
6+
"Version": "1.0.0",
7+
"Language": "csharp",
8+
"Website": "https://github.com/xavialyra/Flow.Launcher.Plugin.Scoop",
9+
"UrlDownload": "https://github.com/xavialyra/Flow.Launcher.Plugin.Scoop/releases/download/v1.0.0/Flow.Launcher.Plugin.Scoop.zip",
10+
"UrlSourceCode": "https://github.com/xavialyra/Flow.Launcher.Plugin.Scoop",
11+
"IcoPath": "https://cdn.jsdelivr.net/gh/xavialyra/Flow.Launcher.Plugin.Scoop@master/Images/scoop-icon.png",
12+
"LatestReleaseDate": "2025-03-23T08:17:16Z",
13+
"DateAdded": "2025-03-31T21:20:56Z"
14+
}

0 commit comments

Comments
 (0)