Added Clipboard on the Go
This commit is contained in:
11
src/App.tsx
11
src/App.tsx
@@ -1238,6 +1238,17 @@ const miniProjects: MiniProject[] = [
|
|||||||
content:
|
content:
|
||||||
"Experimental. PRs are welcome to improve stability and features.",
|
"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.",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user