Skip to content

Commit 28eb929

Browse files
authored
Merge branch 'plugin_api_v2' into patch-1
2 parents ec4d50e + 4fc150d commit 28eb929

6 files changed

+307
-256
lines changed

etags.json

Lines changed: 220 additions & 217 deletions
Large diffs are not rendered by default.

plugins.json

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,13 +449,13 @@
449449
"Name": "Crates.io",
450450
"Description": "Search and explore Rust crates directly from Flow Launcher",
451451
"Author": "ahmetoozcan",
452-
"Version": "1.0.0",
452+
"Version": "1.0.1",
453453
"Language": "csharp",
454454
"Website": "https://github.com/ahmetoozcan/Flow.Launcher.Plugin.Crates",
455-
"UrlDownload": "https://github.com/ahmetoozcan/Flow.Launcher.Plugin.Crates/releases/download/v1.0.0/Flow.Launcher.Plugin.Crates.zip",
455+
"UrlDownload": "https://github.com/ahmetoozcan/Flow.Launcher.Plugin.Crates/releases/download/v1.0.1/Flow.Launcher.Plugin.Crates.zip",
456456
"UrlSourceCode": "https://github.com/ahmetoozcan/Flow.Launcher.Plugin.Crates/tree/main",
457457
"IcoPath": "https://cdn.jsdelivr.net/gh/ahmetoozcan/Flow.Launcher.Plugin.Crates/Assets/crates.png",
458-
"LatestReleaseDate": "2025-01-17T00:19:08Z",
458+
"LatestReleaseDate": "2025-01-18T23:26:01Z",
459459
"DateAdded": "2025-01-18T06:25:42Z"
460460
},
461461
{
@@ -2064,6 +2064,48 @@
20642064
"DateAdded": "2022-10-08T16:26:57Z",
20652065
"LatestReleaseDate": "2023-07-10T17:43:08Z"
20662066
},
2067+
{
2068+
"ID": "BB55C11CB9FB4AAF81B670D9FF0BFBEE",
2069+
"Name": "Search Unicode – Emoji",
2070+
"Description": "Search Emoji in the Unicode character set",
2071+
"Author": "Eana Hufwe",
2072+
"Version": "1.0.1",
2073+
"Language": "csharp",
2074+
"Website": "https://github.com/blueset/flow-search-unicode",
2075+
"IcoPath": "https://cdn.jsdelivr.net/gh/blueset/flow-search-unicode@master/Flow.Launcher.Plugin.SearchUnicode.Emoji/icon.png?raw=true",
2076+
"UrlSourceCode": "https://github.com/blueset/flow-search-unicode",
2077+
"UrlDownload": "https://github.com/blueset/flow-search-unicode/releases/download/v1.0.1/SearchUnicode.Emoji.zip",
2078+
"LatestReleaseDate": "2025-01-18T20:22:49Z",
2079+
"DateAdded": "2025-01-19T01:42:28Z"
2080+
},
2081+
{
2082+
"ID": "B9EE77F84A9141C3850BB329D45B8D9A",
2083+
"Name": "Search Unicode – Identify",
2084+
"Description": "Identify Unicode properties of any text",
2085+
"Author": "Eana Hufwe",
2086+
"Version": "1.0.1",
2087+
"Language": "csharp",
2088+
"Website": "https://github.com/blueset/flow-search-unicode",
2089+
"IcoPath": "https://cdn.jsdelivr.net/gh/blueset/flow-search-unicode@master/Flow.Launcher.Plugin.SearchUnicode.Identify/icon.png?raw=true",
2090+
"UrlSourceCode": "https://github.com/blueset/flow-search-unicode",
2091+
"UrlDownload": "https://github.com/blueset/flow-search-unicode/releases/download/v1.0.1/SearchUnicode.Emoji.zip",
2092+
"LatestReleaseDate": "2025-01-18T20:22:49Z",
2093+
"DateAdded": "2025-01-19T01:42:28Z"
2094+
},
2095+
{
2096+
"ID": "10DB6EB0939443BCA556ACCF93AA98BF",
2097+
"Name": "Search Unicode – Search",
2098+
"Description": "Search the entire Unicode character set",
2099+
"Author": "Eana Hufwe",
2100+
"Version": "1.0.1",
2101+
"Language": "csharp",
2102+
"Website": "https://github.com/blueset/flow-search-unicode",
2103+
"IcoPath": "https://cdn.jsdelivr.net/gh/blueset/flow-search-unicode@master/Flow.Launcher.Plugin.SearchUnicode.Search/icon.png?raw=true",
2104+
"UrlSourceCode": "https://github.com/blueset/flow-search-unicode",
2105+
"UrlDownload": "https://github.com/blueset/flow-search-unicode/releases/download/v1.0.1/SearchUnicode.Emoji.zip",
2106+
"LatestReleaseDate": "2025-01-18T20:22:49Z",
2107+
"DateAdded": "2025-01-19T01:42:28Z"
2108+
},
20672109
{
20682110
"ID": "d91d366e4ff742b3b821f9d60031c3df",
20692111
"ActionKeyword": "npm",

plugins/Crates.io-DBBBC4D4C38147A7B0570A473CFA9521.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"Name": "Crates.io",
44
"Description": "Search and explore Rust crates directly from Flow Launcher",
55
"Author": "ahmetoozcan",
6-
"Version": "1.0.0",
6+
"Version": "1.0.1",
77
"Language": "csharp",
88
"Website": "https://github.com/ahmetoozcan/Flow.Launcher.Plugin.Crates",
9-
"UrlDownload": "https://github.com/ahmetoozcan/Flow.Launcher.Plugin.Crates/releases/download/v1.0.0/Flow.Launcher.Plugin.Crates.zip",
9+
"UrlDownload": "https://github.com/ahmetoozcan/Flow.Launcher.Plugin.Crates/releases/download/v1.0.1/Flow.Launcher.Plugin.Crates.zip",
1010
"UrlSourceCode": "https://github.com/ahmetoozcan/Flow.Launcher.Plugin.Crates/tree/main",
1111
"IcoPath": "https://cdn.jsdelivr.net/gh/ahmetoozcan/Flow.Launcher.Plugin.Crates/Assets/crates.png",
12-
"LatestReleaseDate": "2025-01-17T00:19:08Z",
12+
"LatestReleaseDate": "2025-01-18T23:26:01Z",
1313
"DateAdded": "2025-01-18T06:25:42Z"
1414
}
Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
{
2-
"ID": "BB55C11CB9FB4AAF81B670D9FF0BFBEE",
3-
"Name": "Search Unicode – Emoji",
4-
"Description": "Search Emoji in the Unicode character set",
5-
"Author": "Eana Hufwe",
6-
"Version": "1.0.1",
7-
"Language": "csharp",
8-
"Website": "https://github.com/blueset/flow-search-unicode",
9-
"IcoPath": "https://cdn.jsdelivr.net/gh/blueset/flow-search-unicode@master/Flow.Launcher.Plugin.SearchUnicode.Emoji/icon.png?raw=true",
10-
"UrlSourceCode": "https://github.com/blueset/flow-search-unicode",
11-
"UrlDownload": "https://github.com/blueset/flow-search-unicode/releases/download/v1.0.1/SearchUnicode.Emoji.zip"
1+
{
2+
"ID": "BB55C11CB9FB4AAF81B670D9FF0BFBEE",
3+
"Name": "Search Unicode \u2013 Emoji",
4+
"Description": "Search Emoji in the Unicode character set",
5+
"Author": "Eana Hufwe",
6+
"Version": "1.0.1",
7+
"Language": "csharp",
8+
"Website": "https://github.com/blueset/flow-search-unicode",
9+
"IcoPath": "https://cdn.jsdelivr.net/gh/blueset/flow-search-unicode@master/Flow.Launcher.Plugin.SearchUnicode.Emoji/icon.png?raw=true",
10+
"UrlSourceCode": "https://github.com/blueset/flow-search-unicode",
11+
"UrlDownload": "https://github.com/blueset/flow-search-unicode/releases/download/v1.0.1/SearchUnicode.Emoji.zip",
12+
"LatestReleaseDate": "2025-01-18T20:22:49Z",
13+
"DateAdded": "2025-01-19T01:42:28Z"
1214
}
Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
{
2-
"ID": "B9EE77F84A9141C3850BB329D45B8D9A",
3-
"Name": "Search Unicode – Identify",
4-
"Description": "Identify Unicode properties of any text",
5-
"Author": "Eana Hufwe",
6-
"Version": "1.0.1",
7-
"Language": "csharp",
8-
"Website": "https://github.com/blueset/flow-search-unicode",
9-
"IcoPath": "https://cdn.jsdelivr.net/gh/blueset/flow-search-unicode@master/Flow.Launcher.Plugin.SearchUnicode.Identify/icon.png?raw=true",
10-
"UrlSourceCode": "https://github.com/blueset/flow-search-unicode",
11-
"UrlDownload": "https://github.com/blueset/flow-search-unicode/releases/download/v1.0.1/SearchUnicode.Identify.zip"
1+
{
2+
"ID": "B9EE77F84A9141C3850BB329D45B8D9A",
3+
"Name": "Search Unicode \u2013 Identify",
4+
"Description": "Identify Unicode properties of any text",
5+
"Author": "Eana Hufwe",
6+
"Version": "1.0.1",
7+
"Language": "csharp",
8+
"Website": "https://github.com/blueset/flow-search-unicode",
9+
"IcoPath": "https://cdn.jsdelivr.net/gh/blueset/flow-search-unicode@master/Flow.Launcher.Plugin.SearchUnicode.Identify/icon.png?raw=true",
10+
"UrlSourceCode": "https://github.com/blueset/flow-search-unicode",
11+
"UrlDownload": "https://github.com/blueset/flow-search-unicode/releases/download/v1.0.1/SearchUnicode.Emoji.zip",
12+
"LatestReleaseDate": "2025-01-18T20:22:49Z",
13+
"DateAdded": "2025-01-19T01:42:28Z"
1214
}
Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
{
2-
"ID": "10DB6EB0939443BCA556ACCF93AA98BF",
3-
"Name": "Search Unicode – Search",
4-
"Description": "Search the entire Unicode character set",
5-
"Author": "Eana Hufwe",
6-
"Version": "1.0.1",
7-
"Language": "csharp",
8-
"Website": "https://github.com/blueset/flow-search-unicode",
9-
"IcoPath": "https://cdn.jsdelivr.net/gh/blueset/flow-search-unicode@master/Flow.Launcher.Plugin.SearchUnicode.Search/icon.png?raw=true",
10-
"UrlSourceCode": "https://github.com/blueset/flow-search-unicode",
11-
"UrlDownload": "https://github.com/blueset/flow-search-unicode/releases/download/v1.0.1/SearchUnicode.Search.zip"
1+
{
2+
"ID": "10DB6EB0939443BCA556ACCF93AA98BF",
3+
"Name": "Search Unicode \u2013 Search",
4+
"Description": "Search the entire Unicode character set",
5+
"Author": "Eana Hufwe",
6+
"Version": "1.0.1",
7+
"Language": "csharp",
8+
"Website": "https://github.com/blueset/flow-search-unicode",
9+
"IcoPath": "https://cdn.jsdelivr.net/gh/blueset/flow-search-unicode@master/Flow.Launcher.Plugin.SearchUnicode.Search/icon.png?raw=true",
10+
"UrlSourceCode": "https://github.com/blueset/flow-search-unicode",
11+
"UrlDownload": "https://github.com/blueset/flow-search-unicode/releases/download/v1.0.1/SearchUnicode.Emoji.zip",
12+
"LatestReleaseDate": "2025-01-18T20:22:49Z",
13+
"DateAdded": "2025-01-19T01:42:28Z"
1214
}

0 commit comments

Comments
 (0)