A clipboard‑manager friend that stores text and images from your clipboard, making it easy to find, filter, and reuse. The header eyes blink, follow your mouse, and react to your typing. Not creepy at all.
- Tracks text and images
- Search and filter
- Favorites
- Export TXT or image
Requirements: .NET SDK 8.0
Run:
git clone https://github.com/augustocesarperin/clipbard.git
cd clipbard
.\scripts\run-debug.ps1
or
.\scripts\run-debug.ps1 -MsBuildOnly
or
.\scripts\run-debug.ps1 -NoBuild
On CMD,
powershell -File scripts\run-debug.ps1
Alternative (dotnet CLI):
dotnet build
dotnet run --no-build
