Application to save your recent clipboard enteries for later use

William Cameron 0543e5a26f Fixed newlines at start of clips 6 달 전
.github/ISSUE_TEMPLATE 7bbca9c8ec Update issue templates 6 달 전
Copypasta 0543e5a26f Fixed newlines at start of clips 6 달 전
.gitignore 4875593e26 Removed machine specific files and added them to git ignore 6 달 전
Copypasta.sln 271a805b91 Initial Commit 6 달 전
LICENSE 72cfb563b2 Initial commit 6 달 전
README.md 85bd1875d8 Update README.md 6 달 전
copypasta_example_image.png 651dab2c7b added example image for the readme 6 달 전

README.md

Copypasta-CSharp

Remembers your clipboard pastes for later - a remake of Copypasta in c#

An Application that creates a Tray icon that records your recent clipboard entries (Ctrl+C)

It stores them in the tray for you to click and reuse later.

example image

As someone who isnt a very good programmer i tend to copy paste alot, so this has helped me to no end in its previous form Copypasta-Java.

I chose to remake it in C# because I was using the language alot at work and the previous project was having issues. So i felt it needed an overhaul which had the added benefit of learning a bit about how the language worked.