From 1474245f1f09f024a339b4cae872bfa1ec38671b Mon Sep 17 00:00:00 2001 From: Bennett Date: Wed, 19 Feb 2025 16:25:25 +0100 Subject: [PATCH 1/2] add YOURLS integration plugin --- .../YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json diff --git a/plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json b/plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json new file mode 100644 index 00000000..b2fa898f --- /dev/null +++ b/plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json @@ -0,0 +1,13 @@ +{ + "ID": "8931A4C6BC4141DE99523AA888BF6E21", + "ActionKeyword": "short", + "Name": "YOURLS", + "Description": "This plugin allows you to quickly shorten URLs using your own YOURLS instance.", + "Author": "bennett-sh", + "Version": "1.0.0", + "Language": "csharp", + "Website": "https://github.com/bennett-sh/Flow.Launcher.Plugin.YOURLS", + "IcoPath": "https://cdn.jsdelivr.net/gh/bennett-sh/Flow.Launcher.YOURLS/Flow.Launcher.Plugin.YOURLS/icon.png", + "UrlSourceCode": "https://github.com/bennett-sh/Flow.Launcher.Plugin.YOURLS", + "UrlDownload": "https://github.com/bennett-sh/Flow.Launcher.YOURLS/releases/latest/download/flow-yourls-release.zip" +} \ No newline at end of file From 8416bb0b2959e1d7ec38dbefd50f7e0e3728416b Mon Sep 17 00:00:00 2001 From: Bennett Date: Wed, 19 Feb 2025 20:22:45 +0100 Subject: [PATCH 2/2] YOURLS: fix url issues --- plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json b/plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json index b2fa898f..01492a3a 100644 --- a/plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json +++ b/plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json @@ -7,7 +7,7 @@ "Version": "1.0.0", "Language": "csharp", "Website": "https://github.com/bennett-sh/Flow.Launcher.Plugin.YOURLS", - "IcoPath": "https://cdn.jsdelivr.net/gh/bennett-sh/Flow.Launcher.YOURLS/Flow.Launcher.Plugin.YOURLS/icon.png", + "IcoPath": "https://cdn.jsdelivr.net/gh/bennett-sh/Flow.Launcher.Plugin.YOURLS/Flow.Launcher.Plugin.YOURLS/icon.png", "UrlSourceCode": "https://github.com/bennett-sh/Flow.Launcher.Plugin.YOURLS", - "UrlDownload": "https://github.com/bennett-sh/Flow.Launcher.YOURLS/releases/latest/download/flow-yourls-release.zip" + "UrlDownload": "https://github.com/bennett-sh/Flow.Launcher.Plugin.YOURLS/releases/download/v1.0.0/flow-yourls-release.zip" } \ No newline at end of file