[Goodies-commits] r6339 - in xfce4-screenshooter-plugin/trunk: . doc/C

Jerome Guelfucci jeromeg at xfce.org
Sat Dec 20 15:26:53 CET 2008


Author: jeromeg
Date: 2008-12-20 14:26:53 +0000 (Sat, 20 Dec 2008)
New Revision: 6339

Modified:
   xfce4-screenshooter-plugin/trunk/ChangeLog
   xfce4-screenshooter-plugin/trunk/doc/C/xfce4-screenshooter.html
   xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1
Log:
  * xfce4-screenshooter.1: update the manpage.
  * doc/C/xfce4-screenshooter.html: add the new CLI options to the
    documentation.



Modified: xfce4-screenshooter-plugin/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter-plugin/trunk/ChangeLog	2008-12-20 14:18:20 UTC (rev 6338)
+++ xfce4-screenshooter-plugin/trunk/ChangeLog	2008-12-20 14:26:53 UTC (rev 6339)
@@ -1,5 +1,11 @@
 2008-12-20 jeromeg
 
+  * xfce4-screenshooter.1: update the manpage.
+  * doc/C/xfce4-screenshooter.html: add the new CLI options to the
+    documentation.
+
+2008-12-20 jeromeg
+
   * src/main.c:
     - add a CLI option to open the screenshot with an application.
     - add a CLI option to take the screenshot of a region.

Modified: xfce4-screenshooter-plugin/trunk/doc/C/xfce4-screenshooter.html
===================================================================
--- xfce4-screenshooter-plugin/trunk/doc/C/xfce4-screenshooter.html	2008-12-20 14:18:20 UTC (rev 6338)
+++ xfce4-screenshooter-plugin/trunk/doc/C/xfce4-screenshooter.html	2008-12-20 14:26:53 UTC (rev 6339)
@@ -102,26 +102,42 @@
 
 <p>The <b>-f</b> option allows you to take a screenshot of the entire screen.</p>
 
+<h5>The -r option</h5>
+
+<p>The <b>-r</b> option allows you to select a region to be captured 
+by clicking a point of the screen without releasing the mouse button, 
+dragging your mouse to the other corner of the region, and releasing 
+the mouse button.</p>
+
 <h5>The -d option</h5>
 
 <p>The <b>-d</b> option followed by a positive integer allows you to set 
-the delay before taking the screenshot when the <b>-f</b> or <b>-w</b> option
-is given.</p>
+the delay before taking the screenshot when the <b>-f</b>, the <b>-w</b>  
+or the <b>-r</b> option is given.</p>
 
 <h5>The -s option</h5>
 
 <p>The <b>-s</b> option followed by the path to an existing folder allows you
 to set where the screenshots are saved. It only has an effect if the
-<b>-f</b> or the <b>-w</b> option is given. Combined with the 
+<b>-f</b>, the <b>-w</b> or the <b>-r</b> option is given. Combined with the 
 <b>-h option</b> (see below), it can be used to save a file to a given 
 path, without showing any save dialog.</p>
 
 <h5>The -h option</h5>
 
 <p>If you give the <b>-h</b> option, the screenshot will be saved without
-showing any save dialog. The <b>-s</b> option allows you to set the save
-location if needed.</p>
+showing any save dialog. It only has an effect if the
+<b>-f</b>,the <b>-w</b> or the <b>-r</b> option is given. The <b>-s</b> 
+option allows you to set the save location if needed.</p>
 
+<h5>The -o option</h5>
+
+<p>If the <b>-o</b> option is given, the screenshot will be saved to the
+system's temporary directory and opened with the application whose
+name is to be given after -o.</p>
+
+<p></p>
+
 <h2>Using the plugin for the Xfce panel</h2>
 
 <h3>Adding the plugin</h3>

Modified: xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1
===================================================================
--- xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1	2008-12-20 14:18:20 UTC (rev 6338)
+++ xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1	2008-12-20 14:26:53 UTC (rev 6339)
@@ -27,6 +27,11 @@
 \fB\-f\fR, \fB\-\-fullscreen\fR
 Take a screenshot of the entire screen
 .TP
+\fB\-r\fR, \fB\-\-region\fR
+Select a region to be captured by clicking a point of the screen without 
+releasing the mouse button, dragging your mouse to the other corner of the 
+region, and releasing the mouse button.
+.TP
 \fB\-d\fR, \fB\-\-delay\fR
 Delay in seconds before taking the screenshot
 .TP
@@ -36,5 +41,8 @@
 \fB\-s\fR, \fB\-\-save\fR
 Directory where the screenshot will be saved
 .TP
+\fB\-o\fR, \fB\-\-open\fR
+Application to open the screenshot
+.TP
 \fB\-\-display\fR=\fIDISPLAY\fR
 X display to use




More information about the Goodies-commits mailing list