Application to save your recent clipboard enteries for later use
|
|
6 달 전 | |
|---|---|---|
| .github/ISSUE_TEMPLATE | 6 달 전 | |
| Copypasta | 6 달 전 | |
| .gitignore | 6 달 전 | |
| Copypasta.sln | 6 달 전 | |
| LICENSE | 6 달 전 | |
| README.md | 6 달 전 | |
| copypasta_example_image.png | 6 달 전 |
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.
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.