vote up 4 vote down star
2

I need a clipboard viewer in order to understand the type and contents of the data I'm receiving. Is there any such program available, (for Windows) that lets you explore any type of data currently in the clipboard?

ClipSpy: Unfortunately the only workable multi-format viewer, ClipSpy, shows me the string data wrapped every 10 characters, and expands the hex and binary views which I'm not concerned about.

flag

4 Answers

vote up 2 vote down check

Start -> Run -> clipbrd

link|flag
Fair enough, though it shows many formats greyed-out (disabled and therefore unavailable for viewing). – Jeremy Rudd Jun 12 at 7:33
The clipbrd command does not work on Windows 7 – Marek Nov 6 at 15:31
vote up 1 vote down

I would use the command-line clipboard tool to send the clipboard contents to a file. Then you view/parse it using any old tool.

link|flag
vote up 1 vote down

I use Ditto which uses an SQL lite database. I am sure you could figure out a way to manipulate the stored data for syntax highlighting or modify the program so that when editing clips it would open with syntax highlighting or in an editor that has it.

link|flag
vote up 0 vote down

http://www.clipboard-manager.com/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.