DonationCoder.com Forum

DonationCoder.com Software => Coding Snacks => Post New Requests Here => Topic started by: jovejupiter on April 19, 2007, 08:21 AM

Title: Clipboard type programme to collect together snippets of text
Post by: jovejupiter on April 19, 2007, 08:21 AM
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
Title: Re: Clipboard type programme to collect together snippets of text
Post by: rjbull on April 19, 2007, 09:19 AM
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.

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 (http://home.mnet-online.de/horst.muc/win.htm) for transferring text between files and the clipboard also has an append feature.

Title: Re: Clipboard type programme to collect together snippets of text
Post by: jovejupiter on April 20, 2007, 02:36 AM
Hi,

Thanks for the information.

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

Cheers

Tony
Title: Re: Clipboard type programme to collect together snippets of text
Post by: rjbull on April 20, 2007, 04:50 AM
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 (http://www.fookes.com/notetab/index.php)


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.


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