diff options
-rw-r--r-- | desktop/ClipboardViewer/README | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/desktop/ClipboardViewer/README b/desktop/ClipboardViewer/README index 4a9fc500c0936..4d83bfba12cbe 100644 --- a/desktop/ClipboardViewer/README +++ b/desktop/ClipboardViewer/README @@ -1,9 +1,11 @@ -ClipboardViewer 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 in the current directory. +ClipboardViewer 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 in the current +directory. -A nautilus script to convert the clipboard contents into either a text or a -picture clipping is installed in /usr/share/ClipboardViewer/scripts/ - you -may want to create a symlink from this script to your own nautilus scripts -directory (usually ~/.gnome2/nautilus-scripts/) +A nautilus script to convert the clipboard contents +into either a text or a picture clipping is installed in +/usr/share/ClipboardViewer/scripts/ - you may want to create a symlink +from this script to your own nautilus scripts directory (usually +~/.gnome2/nautilus-scripts/) |