Added Clipboard on the Go

This commit is contained in:
Space-Banane
2026-01-17 15:32:54 +01:00
parent 06217a1e7a
commit ba0af37b31

View File

@@ -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.",
}
}
];