ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Clipboard type programme to collect together snippets of text

(1/1)

jovejupiter:
Hi,

I'm looking for a simple clipboard programme for capturing multiple items of plain text such as web site URLs and so on to a single text file.

There are lots of programmes available which extend the standard windows clipboard but all of the examples I've seen save each item to a separate clipboard.

Each time I copy a piece of text to this clipboard it should be added to the end of the list without deleting the existing contents.

Once I've added all of the items I need, I want to be able to paste the whole list to a text editor for sorting.

It doesn't necessarily have to use Ctrl-c 0r Ctrl-x to add items to the clipboard. In fact it might be better if it used other keys so that the standard cut and past functions will still work as normal

Any suggestions for existing software or a custom bit of coding would be very much appreciated.

Thanks in advance

Tony

rjbull:
I'm looking for a simple clipboard programme for capturing multiple items of plain text such as web site URLs and so on to a single text file.
[...]
Each time I copy a piece of text to this clipboard it should be added to the end of the list without deleting the existing contents.
-jovejupiter (April 19, 2007, 08:21 AM)
--- End quote ---

You could try the last free version of ClipCache, 1.41, available from e.g. http://www.woundedmoon.org/ legacy Windows software links (other repositories have it as well).  It normally saves each clip separately, but once you have it running, right-click on the tray icon and select Append Text Captures.  If you want something simpler that does just what you want and no more, there was a 1994-vintage PC Magazine utility by Robert Lausevic called PasteBoard, and an unrelated 2005 one of the same name by Mike Sanders but that one seems to have escaped from my hard disk  - ah, found it online: http://fuzzbox.hypermart.net/pasteboard/index.html

You may also like to know that Horst Schaeffer's command-line utility ClipText for transferring text between files and the clipboard also has an append feature.

jovejupiter:
Hi,

Thanks for the information.

I downloaded PasteBoard and it's exactly what I was looking for.

Cheers

Tony

rjbull:
I was worried that the demarcation lines between clips might bother you.  If so, here's a belated suggestion - try the free editor Notetab Light


Any document in the editor (as long as it is not Read-Only) can be configured to capture text that is cut or copied to the Clipboard from any Windows application. First select the document you want to use as a "paste board", then activate the "Use as Paste Board" option in the Document menu. As long as this option is active, the document will capture and append all text sent to the Clipboard. The computer will beep or play a sound each time the paste-board document captures some text.


--- End quote ---

But if you don't mind the separation lines, PasteBoard is quick and easy.

Navigation

[0] Message Index

Go to full version