summaryrefslogtreecommitdiffstats
path: root/gnome-users-guide/gnome-users-guide-1.4/es/applets/mini-commander-ug.sgml
blob: 65cdcffdd1681ff859a084483c4f7d2a90a5625a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
 <sect2 id="mini-commander">
  <title>Mini-Commander Applet</title>

  <para>
   <application>Mini-Commander</application> applet, shown in <xref
   linkend="mini-commander-applet-fig">, adds a command line to your
   <interface>Panel</interface>. It features command completion,
   command history, changeable macros and an optional built-in clock.
   Because of the changeable macros you can use it for many different
   tasks. You can simply start a program (or a short macro) or view a
   web page or search for a man/info page
   etc. <application>Mini-Commander</application> can be detached from
   your <interface>Panel</interface> using an optional handler on the
   side, which is especially usefull for people who use vertical
   panels.
  </para> 
  <para>
   To add this applet to a <interface>Panel</interface>, 
   right-click on the <interface>Panel</interface> and choose
   <menuchoice>
    <guimenu>Panel</guimenu>
    <guisubmenu>Add to panel</guisubmenu>
    <guisubmenu>Applet</guisubmenu>
    <guisubmenu>Utility</guisubmenu>
    <guimenuitem>Mini-Commander</guimenuitem>
   </menuchoice>.
  </para>

  <figure id="mini-commander-applet-fig">
   <title>Mini-Commander Applet</title>
   <screenshot>
    <screeninfo>Mini-Commander Applet</screeninfo>
    <graphic format="png" fileref="figures/mini-commander_applet" 
    srccredit="Martin Baulig">
    </graphic>
   </screenshot>
  </figure>

  <!-- ============= Usage  ================================ -->
  <sect3 id="APPLET-usage">
   <title>Usage</title>

   <para>
    To start a program or run a command, simply enter the program or
    command and press return. Or, to browse for an application or command
    in your filesystem, click on the small <guiicon>circle</guiicon>
    in the lower corner.
   </para>
   <para>
    <application>Mini-Commander</application> has command
    completion (similar to many other user shells).  Thus, you often
    have not to enter the full name but only the first few characters
    followed by the <keycap>tab</keycap>
    key. <application>Mini-Commander</application> will try to
    complete the program name in the same way most UNIX shells do. 
   </para>
   <para>
    <application>Mini-Commander</application> also has command
    history, which allows you to recall previous commands by pressing
    the <keycap>arrow-up</keycap> or <keycap>arrow-down</keycap>
    key. This works like the command history in most UNIX shells. Note
    that commands are not stored in the history if it is already
    present in the history in order to avoid duplication.  You may
    also access the history list by pressing the small <guibutton>down
    arrow icon</guibutton> in the applet and selecting a command from
    the history list.
   </para>
   <para>
    <application>Mini-Commander</application> has the ability to use
    macros. It has some predefined macros. For example if
    you enter
    <command>term:<replaceable>command</replaceable></command> then
    <command><replaceable>command</replaceable></command> is executed
    in a terminal window. Or if you enter an URL then your web browser is
    used to view it.  Additionally you can define your own macros or
    change the predefined ones.
   </para>

   <para>
    Right-clicking on the applet brings up a menu containing the
    following items:
    <itemizedlist>

     <listitem>
      <para>
       <guimenuitem>Properties&hellip;</guimenuitem> &mdash;
       opens the <link linkend="mini-commander-prefs">
       <guilabel>Properties</guilabel></link> dialog.
      </para>
     </listitem>

     <listitem>
      <para>
       <guimenuitem>Help</guimenuitem> &mdash;
       displays this document.
      </para>
     </listitem>

     <listitem>
      <para>
       <guimenuitem>About&hellip;</guimenuitem> &mdash;
       shows basic information about <application>Mini-commander
       Applet</application>, including the applet's version and the
       author's name.
      </para>
     </listitem>

    </itemizedlist>
   </para>
  </sect3>


  <!-- ============= Customization ============================= -->
  <sect3 id="mini-commander-prefs">
    <title>Customization</title>
    <para>
      You can customize <application>Mini-Commander</application>
      applet by right-clicking on it and choosing
      <guimenuitem>Properties&hellip;</guimenuitem>. This will open the
      <interface>Properties</interface> dialog(shown in <xref
      linkend="mini-commander-settings-fig-1">), which allows you to
      change various settings.
    </para>

    <figure id="mini-commander-settings-fig-1">
     <title>Properties dialog: General Tab</title>
     <screenshot>
      <screeninfo>Properties dialog: General Tab</screeninfo>
      <graphic format="png" fileref="figures/mini-commander_settings_general"
      srccredit="Martin Baulig">
      </graphic>
     </screenshot>
    </figure>

    <para>
     The properties in the <guilabel>General</guilabel> tab are:
     <itemizedlist>

      <listitem>
       <para>
        Show time &mdash; If this button is checked, the time will be
        shown in the lower corner of the applet.
       </para>
      </listitem>

      <listitem>
       <para>
        Show date &mdash; If this button is checked, the date will be
        shown in the lower corner of the applet.
       </para>
      </listitem>

      <listitem>
       <para>
        Show handle &mdash; If this button is checked, a handle will
        be attached to the edge of the applet, allowing you to detach
        the applet from the <interface>Panel</interface>.  You may
        re-attach the applet on the <interface>Panel</interface> by
        dragging it back into place.
       </para>
      </listitem>

      <listitem>
       <para>
        Show frame &mdash; If this button is checked, a thin black
        frame will be drawn around the applet.
       </para>
      </listitem>

      <listitem>
       <para>
        Enable history based auto completion &mdash; If this button is
        selected, <application>Mini-Commander</application> will
        automatically complete commands using the history list.
       </para>
      </listitem>

      <listitem>
       <para>
        Applet width &mdash; Enter the desired applet width here.
       </para>
      </listitem>

      <listitem>
       <para>
        Applet height &mdash; Enter the desired applet height here.
       </para>
      </listitem>

      <listitem>
       <para>
        Command line height &mdash; (This feature is disabled.)
       </para>
      </listitem>

      <listitem>
       <para>
        Command line foreground &mdash; Select the foreground color,
        used for the text you enter.
       </para>
      </listitem>

      <listitem>
       <para>
        Command line background &mdash; Selecting the background
        color, used for the background behind the text in the entry.
       </para>
      </listitem>

     </itemizedlist>
    </para>

<!--
    <figure id="mini-commander-settings-fig-2">
     <title>Properties dialog: Macros Tab</title>
     <screenshot>
      <screeninfo>Properties dialog: Macros Tab</screeninfo>
      <graphic format="png" fileref="figures/mini-commander_settings_macros"
      srccredit="Martin Baulig">
      </graphic>
     </screenshot>
    </figure>
-->

    <para>
     The <guilabel>Macros</guilabel> tab consists of a list of up to
     99 macros, each of which is a regular expression
     (<guilabel>Regex</guilabel>) and a macro
     (<guilabel>Macro</guilabel>).  Enter the regular expression for
     <application>Mini-Commander</application> to match in the left
     column, and the corresponding macro which should be executed in
     the right column.  The default setting has many useful macros
     already defined, which may be helpful in learning to write your
     own macros.
    </para>

    <para> 
      After you have made all the changes you want, click on
      <guibutton>OK</guibutton> to apply the changes and close the
      <interface>Properties</interface> dialog. To cancel the changes
      and return to previous values, click the
      <guibutton>Close</guibutton> button.
    </para>
  </sect3>


  <!-- ============= Freq. Asked Questions ==================== -->
  <sect3 id="faq">
   <title>Frequently Asked Questions</title>

   <para>
    Here are listed some frequently asked questions and the answers to
    them.
   </para>

   <qandaset>
    <qandaentry>
     <question>
      <para>
       Why am I not able to give
       <application>Mini-Commander</application> keyboard focus?
      </para>
     </question>
     <answer>
      <para>
       This is a confusing problem which seems to have several reasons
       and which occurs only under certain conditions.
      </para>

      <para>
       If you cannot give <application>Mini-Commander</application>
       applet keyboard focus at all then this could be a problem with
       you window manager.  If this is true for you it would helpful
       if you write me a short mail and tell me what window manager
       you are using (name and version).
      </para>

      <para>
       Sometimes it happens that you can give keyboard focus to
      <application>Mini-Commander</application> applet only for the
      first time.  After this it is impossible
      to focus it again.  Currently the reason for this bug is
      unknown.
      </para>

     </answer>
    </qandaentry>
   
   </qandaset>
  </sect3>


  <!-- ============= Bugs ================================== -->
  <!-- This section should describe known bugs and limitations of
       the program if there are any - please be frank and list all
       problems you know of -->
  <sect3 id="mini-commander-bugs">
   <title>Known Bugs and Limitations</title>
   <para>
    In some instances, it is impossible to give
    <application>Mini-Commander</application> focus after the first
    time.
   </para>
  </sect3>


  <!-- ============= Further Information ==================== -->
  <sect3 id="furtherinfo">
   <title>Further Information</title>
   <para>
    For more information on <application>Mini-Commander</application>
    applet, check out its web page at <ulink
    url="http://www.maruhn.com/mini-commander/">
    http://www.maruhn.com/mini-commander/</ulink>.
   </para>
  </sect3>

  <!-- ============= Authors ================================ -->

  <sect3 id="mini-commander-authors">
   <title>Authors</title>
   <para>
    <application>Mini-Commander</application> was written by Oliver Maruhn
    (<email>oliver@maruhn.com</email>).  Please send all comments,
    suggestions, and bug 
    reports to the <ulink url="http://bugs.gnome.org" type="http">GNOME
    bug tracking database</ulink>. (Instructions for submitting bug
    reports can be found <ulink
    url="http://bugs.gnome.org/Reporting.html" type="http">
    on-line</ulink>. If you are using
    GNOME 1.1 or later, you can also use <application>Bug Report
    Tool</application> (<command>bug-buddy</command>), available in the
    <guisubmenu>Utilities</guisubmenu> submenu of <guimenu>Main
    Menu</guimenu>, for submitting bug reports.
   </para>

   <para>
    This manual was written by Oliver Maruhn
    (<email>oliver@maruhn.com</email>). Minor modifications and
    updates were made by Dan Mueth
    (<email>d-mueth@uchicago.edu</email>). Please send all comments and
    suggestions regarding this manual to the <ulink type="http"
    url="http://www.gnome.org/gdp">GNOME Documentation Project</ulink> 
    by sending an email to <email>docs@gnome.org</email>. You can also
    submit comments online by using the <ulink type="http"
    url="http://www.gnome.org/gdp/doctable/">GNOME Documentation Status
    Table</ulink>.
   </para>

   <!-- For translations: uncomment this:

   <para>
    Latin translation was done by ME
    (<email>MYNAME@MYADDRESS</email>). Please send all  comments  and
    suggestions regarding this translation to SOMEWHERE.
   </para>

   -->

  </sect3>


  <!-- ============= Application License ============================= -->

  <!-- 
   <sect3 id="license">
   <title>License</title>
   <para>
    This program is free software; you can redistribute it and/or
    modify it under the terms of the <citetitle>GNU General Public
    License</citetitle> as published by the Free Software Foundation;
    either version 2 of the License, or (at your option) any later
    version.
   </para>
   <para>
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    <citetitle>GNU General Public License</citetitle> for more details.
   </para>
   <para>
    A copy of the <citetitle>GNU General Public License</citetitle> is
    included as an appendix to the <citetitle>GNOME Users
    Guide</citetitle>.  You may also obtain a copy of the
    <citetitle>GNU General Public License</citetitle> from the Free
    Software Foundation by visiting <ulink type="http"
    url="http://www.fsf.org">their Web site</ulink> or by writing to
    <address>
     Free Software Foundation, Inc.
     <street>59 Temple Place</street> - Suite 330
     <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>
     <country>USA</country>
    </address>
   </para>
  </sect3>

 --> 
 </sect2>