Startup Idea: Advanced Clipboard Management Software/Plugin
Because I do a lot of data analysis for school and for work, I find that I have to copy and paste a lot of strings of data. I'd like a way that is more convenient than a clipboard to copy and paste text. This solution could be lightweight software or probably even a plug-in that would utilize keyboard shortcuts to quickly switch between strings of text that would be copied and pasted. For example: Let's say I am inputting data and want to copy the following strings in this order: A, B, C, D, E Now when I go to paste the data, I'll paste in this order: A, C, B, E, D, B
Rather than having to go back and forth to the source or to a clipboard each time, I want a way to quickly scroll through my most recent copies and have something to paste. Maybe this would entail using Ctrl+C+1 for the first item I copied (A), then Ctrl+C+2 for the second item (B), and so on. Or, it could work like some programming terminals, where after hitting Ctrl+C, using the up arrow would scroll through the most recent copies. With this, I could copy a handful of strings at one time, and then cycle through them so I wouldn't have to keep jumping back and forth between the source.