<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Usage</title><link>https://sourceforge.net/p/forestinthetrees/wiki/Usage/</link><description>Recent changes to Usage</description><atom:link href="https://sourceforge.net/p/forestinthetrees/wiki/Usage/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 14 Sep 2013 17:43:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/forestinthetrees/wiki/Usage/feed" rel="self" type="application/rss+xml"/><item><title>Usage modified by Matt Heyse</title><link>https://sourceforge.net/p/forestinthetrees/wiki/Usage/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -7,63 +7,63 @@

    Commands are

-   S   Seed (synonyms s and a)
-       Seeds a grove of trees from a file. Only uses the first
-       filename given as the input file.
-
-   V   View (synonyms v and x)
-       aligns a grove of trees and builds an output file from the
-       line of sight. filenames are the trees
-
-
-   Options: All options that don't apply to the current command are
-      simply ignored. All options must start with '-' or '/' 
-      characters. Any that don't are considered to be filenames and
-      are added to the list of trees (v) or is the input file (s).
-      The special filename '-' indicates that this is a file pipe
-      from or to an external program./
-      
-
-      'o'   output filename
-            defines the name given to the output of the view command.
-            this can be a pipe "-o-". 
-   
-      's'   stimulate overgrowth
-            defines the amount of overgrowth allowed (2x this value).
-            the number can have 'k' for KB, 'm' for MB, g for GB and
-            '%' for a percentage of the input file. '%' is ignored
-            for incoming file pipes. values can be combined "4m6k"  
-
-      'g'   grove tree names {prefix}{delimiter}{extension}
-            Options (-gp, -gd, -ge)
-
-            'p' Tree Name prefix
+    S   Seed (synonyms s and a)
+        Seeds a grove of trees from a file. Only uses the first
+        filename given as the input file.
+    
+    V   View (synonyms v and x)
+        aligns a grove of trees and builds an output file from the
+        line of sight. filenames are the trees
+ 
+ 
+    Options: All options that don't apply to the current command are
+       simply ignored. All options must start with '-' or '/' 
+       characters. Any that don't are considered to be filenames and
+       are added to the list of trees (v) or is the input file (s).
+       The special filename '-' indicates that this is a file pipe
+       from or to an external program./
+        
+ 
+       'o'   output filename
+             defines the name given to the output of the view command.
+             this can be a pipe "-o-". 
+    
+       's'   stimulate overgrowth
+             defines the amount of overgrowth allowed (2x this value).
+             the number can have 'k' for KB, 'm' for MB, g for GB and
+             '%' for a percentage of the input file. '%' is ignored
+             for incoming file pipes. values can be combined "4m6k"  
+ 
+       'g'   grove tree names {prefix}{delimiter}{extension}
+             Options (-gp, -gd, -ge)
+ 
+             'p' Tree Name prefix
                 Defines the static start of the treenames

-            'd' Tree Name delimiter
-                Defines how the trees are numbered/lettered
-                  a -&gt; a,b,c..y,z,aa,ab
-                  1 -&gt; a,2,3..8,9,10,11
-                 01 -&gt; 01,02,03..09,10,11
-                 0x -&gt; 0x,0y,0z,aa,ab
-                 eX -&gt; eX,eY,eZ,AA,AB 
+             'd' Tree Name delimiter
+                 Defines how the trees are numbered/lettered
+                   a -&gt; a,b,c..y,z,aa,ab
+                   1 -&gt; a,2,3..8,9,10,11
+                  01 -&gt; 01,02,03..09,10,11
+                  0x -&gt; 0x,0y,0z,aa,ab
+                  eX -&gt; eX,eY,eZ,AA,AB 
+ 
+             'e' Tree Name extension
+                 Defines the static end of the treenames

-            'e' Tree Name extension
-                Defines the static end of the treenames
+       't'   trees to grow
+             defined the grove size. defaults to 4.

-      't'   trees to grow
-            defined the grove size. defaults to 4.
-
-   For MS Windows drag-n-drop compatibility, a special non-command mode is 
-   present. If the only argument is not a command, it is asumed to be a
-   filename and the following equivelent command is run:
-       forest.exe s (filename)
-   If there is no command, and there are at lest 4 arguments, its asummed 
-   that they are tree names, and the following equivelent command is run:
-       forest.exe v (tree name list)
-   This allows the windows user to drag a file onto forest.exe to plant a 
-   grove based on it, or to drag a group of trees onto forest.exe to see 
-   through them.
+    For MS Windows drag-n-drop compatibility, a special non-command mode is 
+    present. If the only argument is not a command, it is asumed to be a
+    filename and the following equivelent command is run:
+        forest.exe s (filename)
+    If there is no command, and there are at lest 4 arguments, its asummed 
+    that they are tree names, and the following equivelent command is run:
+        forest.exe v (tree name list)
+    This allows the windows user to drag a file onto forest.exe to plant a 
+    grove based on it, or to drag a group of trees onto forest.exe to see 
+    through them.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Heyse</dc:creator><pubDate>Sat, 14 Sep 2013 17:43:51 -0000</pubDate><guid>https://sourceforge.net78653657f866e00612072177a097f39a48e3793d</guid></item><item><title>Usage modified by Matt Heyse</title><link>https://sourceforge.net/p/forestinthetrees/wiki/Usage/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Usage:&lt;/p&gt;
&lt;p&gt;forest {command} &lt;span&gt;[options|filenames]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;forest &lt;span&gt;[1x filename | 4+x filenames]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Commands are&lt;/p&gt;
&lt;p&gt;S   Seed (synonyms s and a)&lt;br /&gt;
       Seeds a grove of trees from a file. Only uses the first&lt;br /&gt;
       filename given as the input file.&lt;/p&gt;
&lt;p&gt;V   View (synonyms v and x)&lt;br /&gt;
       aligns a grove of trees and builds an output file from the&lt;br /&gt;
       line of sight. filenames are the trees&lt;/p&gt;
&lt;p&gt;Options: All options that don't apply to the current command are&lt;br /&gt;
      simply ignored. All options must start with '-' or '/' &lt;br /&gt;
      characters. Any that don't are considered to be filenames and&lt;br /&gt;
      are added to the list of trees (v) or is the input file (s).&lt;br /&gt;
      The special filename '-' indicates that this is a file pipe&lt;br /&gt;
      from or to an external program./&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;  &lt;span class="s1"&gt;'o'&lt;/span&gt;   &lt;span class="nb"&gt;output&lt;/span&gt; &lt;span class="nb"&gt;filename&lt;/span&gt;
        &lt;span class="nx"&gt;defines&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nb"&gt;name&lt;/span&gt; &lt;span class="nx"&gt;given&lt;/span&gt; &lt;span class="k"&gt;to&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nb"&gt;output&lt;/span&gt; &lt;span class="nx"&gt;of&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;view&lt;/span&gt; &lt;span class="nx"&gt;command.&lt;/span&gt;
        &lt;span class="nx"&gt;this&lt;/span&gt; &lt;span class="nx"&gt;can&lt;/span&gt; &lt;span class="nx"&gt;be&lt;/span&gt; &lt;span class="nx"&gt;a&lt;/span&gt; &lt;span class="nx"&gt;pipe&lt;/span&gt; &lt;span class="s2"&gt;&amp;quot;-o-&amp;quot;&lt;/span&gt;&lt;span class="nx"&gt;.&lt;/span&gt;

  &lt;span class="s1"&gt;'s'&lt;/span&gt;   &lt;span class="nx"&gt;stimulate&lt;/span&gt; &lt;span class="nx"&gt;overgrowth&lt;/span&gt;
        &lt;span class="nx"&gt;defines&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;amount&lt;/span&gt; &lt;span class="nx"&gt;of&lt;/span&gt; &lt;span class="nx"&gt;overgrowth&lt;/span&gt; &lt;span class="nx"&gt;allowed&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="nx"&gt;x&lt;/span&gt; &lt;span class="nx"&gt;this&lt;/span&gt; &lt;span class="nb"&gt;value&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="nx"&gt;.&lt;/span&gt;
        &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;number&lt;/span&gt; &lt;span class="nx"&gt;can&lt;/span&gt; &lt;span class="nx"&gt;have&lt;/span&gt; &lt;span class="s1"&gt;'k'&lt;/span&gt; &lt;span class="nb"&gt;for&lt;/span&gt; &lt;span class="nx"&gt;KB&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;'m'&lt;/span&gt; &lt;span class="nb"&gt;for&lt;/span&gt; &lt;span class="nx"&gt;MB&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;g&lt;/span&gt; &lt;span class="nb"&gt;for&lt;/span&gt; &lt;span class="nx"&gt;GB&lt;/span&gt; &lt;span class="ow"&gt;and&lt;/span&gt;
        &lt;span class="s1"&gt;'%'&lt;/span&gt; &lt;span class="nb"&gt;for&lt;/span&gt; &lt;span class="nx"&gt;a&lt;/span&gt; &lt;span class="nx"&gt;percentage&lt;/span&gt; &lt;span class="nx"&gt;of&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nb"&gt;input&lt;/span&gt; &lt;span class="nx"&gt;file.&lt;/span&gt; &lt;span class="s1"&gt;'%'&lt;/span&gt; &lt;span class="nx"&gt;is&lt;/span&gt; &lt;span class="nx"&gt;ignored&lt;/span&gt;
        &lt;span class="nb"&gt;for&lt;/span&gt; &lt;span class="nx"&gt;incoming&lt;/span&gt; &lt;span class="nb"&gt;file&lt;/span&gt; &lt;span class="nx"&gt;pipes.&lt;/span&gt; &lt;span class="nb"&gt;values&lt;/span&gt; &lt;span class="nx"&gt;can&lt;/span&gt; &lt;span class="nx"&gt;be&lt;/span&gt; &lt;span class="nx"&gt;combined&lt;/span&gt; &lt;span class="s2"&gt;&amp;quot;4m6k&amp;quot;&lt;/span&gt;

  &lt;span class="s1"&gt;'g'&lt;/span&gt;   &lt;span class="nx"&gt;grove&lt;/span&gt; &lt;span class="nx"&gt;tree&lt;/span&gt; &lt;span class="nx"&gt;names&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="nb"&gt;prefix&lt;/span&gt;&lt;span class="p"&gt;}{&lt;/span&gt;&lt;span class="nx"&gt;delimiter&lt;/span&gt;&lt;span class="p"&gt;}{&lt;/span&gt;&lt;span class="nx"&gt;extension&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;
        &lt;span class="nx"&gt;Options&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="na"&gt;-gp&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;text&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="na"&gt;-gd&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;text&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="na"&gt;-ge&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;text&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;

        &lt;span class="s1"&gt;'p'&lt;/span&gt; &lt;span class="nx"&gt;Tree&lt;/span&gt; &lt;span class="nb"&gt;Name&lt;/span&gt; &lt;span class="nb"&gt;prefix&lt;/span&gt;
            &lt;span class="nx"&gt;Defines&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;static&lt;/span&gt; &lt;span class="nb"&gt;start&lt;/span&gt; &lt;span class="nx"&gt;of&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;treenames&lt;/span&gt;

        &lt;span class="s1"&gt;'d'&lt;/span&gt; &lt;span class="nx"&gt;Tree&lt;/span&gt; &lt;span class="nb"&gt;Name&lt;/span&gt; &lt;span class="nx"&gt;delimiter&lt;/span&gt;
            &lt;span class="nx"&gt;Defines&lt;/span&gt; &lt;span class="nx"&gt;how&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;trees&lt;/span&gt; &lt;span class="nx"&gt;are&lt;/span&gt; &lt;span class="nx"&gt;numbered&lt;/span&gt;&lt;span class="p"&gt;/&lt;/span&gt;&lt;span class="nx"&gt;lettered&lt;/span&gt;
              &lt;span class="nx"&gt;a&lt;/span&gt; &lt;span class="o"&gt;-&amp;gt;&lt;/span&gt; &lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nx"&gt;b&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nx"&gt;c..y&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nb"&gt;z&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nx"&gt;aa&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nx"&gt;ab&lt;/span&gt;
              &lt;span class="mi"&gt;1&lt;/span&gt; &lt;span class="o"&gt;-&amp;gt;&lt;/span&gt; &lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="nx"&gt;..8&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;9&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;10&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;11&lt;/span&gt;
             &lt;span class="mi"&gt;01&lt;/span&gt; &lt;span class="o"&gt;-&amp;gt;&lt;/span&gt; &lt;span class="mi"&gt;01&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;02&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;03&lt;/span&gt;&lt;span class="nx"&gt;..09&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;10&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;11&lt;/span&gt;
             &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="nx"&gt;x&lt;/span&gt; &lt;span class="o"&gt;-&amp;gt;&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="nx"&gt;x&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="nx"&gt;y&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="nb"&gt;z&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nx"&gt;aa&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nx"&gt;ab&lt;/span&gt;
             &lt;span class="nx"&gt;eX&lt;/span&gt; &lt;span class="o"&gt;-&amp;gt;&lt;/span&gt; &lt;span class="nx"&gt;eX&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nx"&gt;eY&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nx"&gt;eZ&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nx"&gt;AA&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nx"&gt;AB&lt;/span&gt;

        &lt;span class="s1"&gt;'e'&lt;/span&gt; &lt;span class="nx"&gt;Tree&lt;/span&gt; &lt;span class="nb"&gt;Name&lt;/span&gt; &lt;span class="nx"&gt;extension&lt;/span&gt;
            &lt;span class="nx"&gt;Defines&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;static&lt;/span&gt; &lt;span class="nb"&gt;end&lt;/span&gt; &lt;span class="nx"&gt;of&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;treenames&lt;/span&gt;

  &lt;span class="s1"&gt;'t'&lt;/span&gt;   &lt;span class="nx"&gt;trees&lt;/span&gt; &lt;span class="k"&gt;to&lt;/span&gt; &lt;span class="nx"&gt;grow&lt;/span&gt;
        &lt;span class="nx"&gt;defined&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;grove&lt;/span&gt; &lt;span class="nx"&gt;size.&lt;/span&gt; &lt;span class="nx"&gt;defaults&lt;/span&gt; &lt;span class="k"&gt;to&lt;/span&gt; &lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="nx"&gt;.&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;For MS Windows drag-n-drop compatibility, a special non-command mode is &lt;br /&gt;
   present. If the only argument is not a command, it is asumed to be a&lt;br /&gt;
   filename and the following equivelent command is run:&lt;br /&gt;
       forest.exe s (filename)&lt;br /&gt;
   If there is no command, and there are at lest 4 arguments, its asummed &lt;br /&gt;
   that they are tree names, and the following equivelent command is run:&lt;br /&gt;
       forest.exe v (tree name list)&lt;br /&gt;
   This allows the windows user to drag a file onto forest.exe to plant a &lt;br /&gt;
   grove based on it, or to drag a group of trees onto forest.exe to see &lt;br /&gt;
   through them.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Heyse</dc:creator><pubDate>Sat, 14 Sep 2013 17:42:04 -0000</pubDate><guid>https://sourceforge.net4d36de828a22dc4826d3616010cd37bccd20eeb0</guid></item></channel></rss>