From ba0af37b31b4e53cfd6e69d6f99cdef09ce8ff55 Mon Sep 17 00:00:00 2001 From: Space-Banane <64922620+Space-Banane@users.noreply.github.com> Date: Sat, 17 Jan 2026 15:32:54 +0100 Subject: [PATCH] Added Clipboard on the Go --- src/App.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 189a38c..7d0598d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1238,6 +1238,17 @@ const miniProjects: MiniProject[] = [ content: "Experimental. PRs are welcome to improve stability and features.", }, + }, + { + title: "Clipboard on the GO😉", + description: "A simple clipboard sync service written in Go,", + why: "Windows sync was unreliable as hell", + github: "https://gitea.reversed.dev/space/clipboard-on-the-go", + image: "https://shx.reversed.dev/u/fnHPKP.png", + note: { + color: "blue", + content: "Requires Go to be installed; Docs are in windows only for now. Linux is probably still supported though.", + } } ];