Skip to content

Commit 8c37fd0

Browse files
authored
Merge pull request #464 from seanmars/plugin_api_v2
New Plugin: CdList
2 parents d370a3a + 2463d6c commit 8c37fd0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3265,4 +3265,4 @@
32653265
"DateAdded": "2024-08-03T22:34:00Z",
32663266
"LatestReleaseDate": "2024-11-20T19:10:57Z"
32673267
}
3268-
]
3268+
]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"ID": "A3EA904783E14335894354F09DC4B054",
3+
"Name": "CdList",
4+
"Description": "Like cd in terminal, but for Flow Launcher",
5+
"Author": "seanmars",
6+
"Version": "1.2.2",
7+
"Language": "csharp",
8+
"Website": "https://github.com/seanmars/Flow.Launcher.Plugin.CdList",
9+
"UrlDownload": "https://github.com/seanmars/Flow.Launcher.Plugin.CdList/releases/download/v1.2.2/Flow.Launcher.Plugin.CdList.zip",
10+
"UrlSourceCode": "https://github.com/seanmars/Flow.Launcher.Plugin.CdList",
11+
"IcoPath": "https://cdn.jsdelivr.net/gh/seanmars/Flow.Launcher.Plugin.CdList@main/Flow.Launcher.Plugin.CdList/icon.png"
12+
}

0 commit comments

Comments
 (0)