]> git.sur5r.net Git - glabels/blob - help/C/multifile.page
Imported Upstream version 3.2.0
[glabels] / help / C / multifile.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       xmlns:e="http://projectmallard.org/experimental/"
3       type="guide"
4       id="multifile">
5
6   <info>
7     <link type="guide" xref="index#usage"/>
8     <revision pkgversion="3.0" version="0.1" date="2010-05-04" status="incomplete"/>
9     <desc>
10       How to open multiple files at once by using the command line.
11     </desc>
12     <credit type="author">
13       <name>Jim Evins</name>
14       <email>evins@snaught.com</email>
15     </credit>
16     <credit type="author">
17       <name>Mario Blättermann</name>
18       <email>mario.blaettermann@gmail.com</email>
19     </credit>
20     <license>
21       <p>Creative Commons Share Alike 3.0</p>
22     </license>    
23   </info>
24
25     <title>To open multiple files from the command line</title>
26
27       <p>You can run <app>gLabels</app> from a command line
28         and open a single file or multiple files. To open multiple files from
29         a command line, type the following command, then press
30         <key>Return</key>:</p>
31
32       <p><cmd>glabels
33       <var>file1.glabels file2.glabels file3.glabels</var>
34       </cmd></p>
35
36       <p>When the application starts, the files that you specify are
37         displayed in separate <app>gLabels</app> windows.</p>
38
39 </page>