From 1474245f1f09f024a339b4cae872bfa1ec38671b Mon Sep 17 00:00:00 2001 From: Bennett Date: Wed, 19 Feb 2025 16:25:25 +0100 Subject: [PATCH 1/3] 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 000000000..b2fa898f7 --- /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/3] 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 b2fa898f7..01492a3a5 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 From 5465baa7fb37885afad548702cefcb538bd48de7 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 30 Mar 2025 10:32:03 +1100 Subject: [PATCH 3/3] remove redundant key --- plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json b/plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json index 01492a3a5..a6b5b33aa 100644 --- a/plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json +++ b/plugins/YOURLS-8931A4C6BC4141DE99523AA888BF6E21.json @@ -1,6 +1,5 @@ { "ID": "8931A4C6BC4141DE99523AA888BF6E21", - "ActionKeyword": "short", "Name": "YOURLS", "Description": "This plugin allows you to quickly shorten URLs using your own YOURLS instance.", "Author": "bennett-sh",