Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Plugin: CdList #464

Merged
merged 11 commits into from
Feb 10, 2025
16 changes: 15 additions & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3264,5 +3264,19 @@
"Tested": true,
"DateAdded": "2024-08-03T22:34:00Z",
"LatestReleaseDate": "2024-11-20T19:10:57Z"
},
{
"ID": "A3EA904783E14335894354F09DC4B054",
"ActionKeyword": "cd",
"Name": "CdList",
"Description": "Like cd in terminal, but for Flow Launcher",
"Author": "seanmars",
"Version": "1.0.0",
"Language": "csharp",
"Website": "https://github.com/seanmars/Flow.Launcher.Plugin.CdList",
"UrlDownload": "https://github.com/seanmars/Flow.Launcher.Plugin.CdList/releases/download/1.0.0/CdList.zip",
"UrlSourceCode": "https://github.com/seanmars/Flow.Launcher.Plugin.CdList",
"IcoPath": "https://cdn.jsdelivr.net/gh/seanmars/Flow.Launcher.Plugin.CdList@main/Flow.Launcher.Plugin.CdList/icon.png",
"ExecuteFileName": "Flow.Launcher.Plugin.CdList.dll"
}
]
]