From 0c9d74aecdbfd925ce37609593694949225d82b8 Mon Sep 17 00:00:00 2001 From: Shahil Kumar Date: Tue, 2 Dec 2025 16:48:49 +0530 Subject: [PATCH 1/4] Add SmartClip - A lightweight clipboard manager --- data/SmartClip/SmartClip.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/SmartClip/SmartClip.yaml diff --git a/data/SmartClip/SmartClip.yaml b/data/SmartClip/SmartClip.yaml new file mode 100644 index 0000000000..a0b7287cc1 --- /dev/null +++ b/data/SmartClip/SmartClip.yaml @@ -0,0 +1,15 @@ +name: SmartClip +categories: + - Utility +authors: + - name: skfrost19 + url: https://github.com/skfrost19 +links: + - type: GitHub + url: https://github.com/skfrost19/Clipbuddy + - type: Download + url: https://github.com/skfrost19/Clipbuddy/releases +description: | + A lightweight clipboard manager with global hotkey support, + system tray integration, and persistent history. +license: MIT \ No newline at end of file From 492287741ad0fcb7a47e7a3bf76538d8fe0d90d6 Mon Sep 17 00:00:00 2001 From: Shahil Kumar Date: Tue, 2 Dec 2025 16:52:01 +0530 Subject: [PATCH 2/4] Fix SmartClip - Use direct AppImage URL format --- data/SmartClip/SmartClip.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/data/SmartClip/SmartClip.yaml b/data/SmartClip/SmartClip.yaml index a0b7287cc1..1ff061332a 100644 --- a/data/SmartClip/SmartClip.yaml +++ b/data/SmartClip/SmartClip.yaml @@ -1,15 +1 @@ -name: SmartClip -categories: - - Utility -authors: - - name: skfrost19 - url: https://github.com/skfrost19 -links: - - type: GitHub - url: https://github.com/skfrost19/Clipbuddy - - type: Download - url: https://github.com/skfrost19/Clipbuddy/releases -description: | - A lightweight clipboard manager with global hotkey support, - system tray integration, and persistent history. -license: MIT \ No newline at end of file +https://github.com/skfrost19/Clipbuddy/releases/download/v1.0.0/SmartClip-1.0.0-x86_64.AppImage \ No newline at end of file From 2fbf844e59917f7018003be0246d9cfdfd8b30ab Mon Sep 17 00:00:00 2001 From: Shahil Kumar Date: Tue, 2 Dec 2025 16:52:09 +0530 Subject: [PATCH 3/4] Fix SmartClip - Use direct AppImage URL format --- data/SmartClip/SmartClip.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/SmartClip/SmartClip.yaml b/data/SmartClip/SmartClip.yaml index 1ff061332a..2505257437 100644 --- a/data/SmartClip/SmartClip.yaml +++ b/data/SmartClip/SmartClip.yaml @@ -1 +1 @@ -https://github.com/skfrost19/Clipbuddy/releases/download/v1.0.0/SmartClip-1.0.0-x86_64.AppImage \ No newline at end of file +https://github.com/skfrost19/Clipbuddy/releases/download/v1.0.0/SmartClip-1.0.0-x86_64.AppImage From 08ffe255437cfcf3b80d076206ad0ca8f39f8221 Mon Sep 17 00:00:00 2001 From: Shahil Kumar Date: Tue, 2 Dec 2025 16:52:22 +0530 Subject: [PATCH 4/4] Fix SmartClip - Use direct AppImage URL format