
ClipboardViewer 0.1 - GUI to view the clipboard

This is a qui app to display the current gnome clipboard either as text or a picture ( a la OSX ) in a small window.
You can also use it from the command line ( or script ) to print the text on the clipboard to stdout or create a png image file int the current directory.

A nautilus script to convert the clipboard contents into either a text or a picture clipping in the current directory is installed in /usr/share/ClipboardViewer/scripts
You may want to create a sym link from this script to your own nautilus scripts folder usually ~/.gnome2/nautilus-scripts, by running

this command:
ln -sf /usr/share/ClipboardViewer/scripts/MakeClipping  ~/.gnome2/nautilus-scripts"


