From 5e6d348d9a194873671f012c4dc52b7163552558 Mon Sep 17 00:00:00 2001 From: 0-don Date: Fri, 27 Mar 2026 23:28:22 +0100 Subject: [PATCH] Add Clippy Clipboard Manager to AppImage Hub --- apps/Clippy_Clipboard_Manager.md | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 apps/Clippy_Clipboard_Manager.md diff --git a/apps/Clippy_Clipboard_Manager.md b/apps/Clippy_Clipboard_Manager.md new file mode 100644 index 0000000000..554fb2cf57 --- /dev/null +++ b/apps/Clippy_Clipboard_Manager.md @@ -0,0 +1,37 @@ +--- +layout: app + +permalink: /Clippy_Clipboard_Manager/ +description: Clipboard Manager built with Rust & Typescript +license: MIT + +icons: + - Clippy_Clipboard_Manager/icons/256x256/clippy.png + +screenshots: + - Clippy_Clipboard_Manager/screenshot.png + +authors: + - name: 0-don + url: https://github.com/0-don + +links: + - type: GitHub + url: 0-don/clippy + - type: Download + url: https://github.com/0-don/clippy/releases + +desktop: + Desktop Entry: + Name: Clippy + Comment: Clipboard Manager built with Rust & Typescript + Exec: AppRun + Terminal: false + Type: Application + Icon: clippy + X-AppImage-Version: 1.5.8 + Categories: Utility + AppImageHub: + X-AppImage-Type: 2 + X-AppImage-Architecture: x86_64 +---