<p>Please refer to the topic on <ahref="../bash-scripting.html">Scripting</a> for a few links to online tutorials on working in the shell and also have a look at <ahref="cli-apps.html">Haiku's commandline applications</a>. Here, we'll concentrate on the Terminal application itself.</p>
<p>Puede abrir tantas Terminales como se necesite, cada una de ellas en su propia ventana simplemente abriendo más Terminales o con <spanclass="key">ALT</span><spanclass="key">N</span> desde una Terminal que ya esté corriendo. O puede usar la vista por pestañas de Terminal y abrir otra pestaña con <spanclass="key">ALT</span><spanclass="key">T</span>.</p>
<p>Double-clicking into the emtpy part of the tab bar opens a new tab; onto a tab opens a dialog to rename its title. There are several %-designated variables that are explained with a tooltip when you hover the mouse over the text field.<br/>
By default, <tt>%1d: %p</tt>, a tab shows the current directory and, separated by a <tt>:</tt>, the name of the currently running process (or <tt>--</tt> if it's just bash running, probably idling). The screenshot above shows the first tab with a FTP session in the <spanclass="path">Desktop</span> folder and a second tab idling at <spanclass="path">home</span>.<br/>
<p>Right-clicking a tab shows a context menu to <spanclass="menu">Close tab</span>, <spanclass="menu">Close other tabs</span> or, like double-clicking, <spanclass="menu">Edit tab title...</span>.</p>
<p>Una ventana de Terminal se puede retamañar como cualquier o puede usar los ajustes preestablecidos desde el menú <spanclass="menu">Settings | Window Size</span> (Selecciones | Ventana). <spanclass="key">ALT</span><spanclass="key">ENTER</span> habilita o deshabilita el modo a pantalla completa.</p>
<p>All the settings you change directly through the <spanclass="menu">Settings</span> menu, like <spanclass="menu">Window title</span>, <spanclass="menu">Window size</span>, <spanclass="menu">Text encoding</span> or <spanclass="menu">Font size</span> are only kept for the current session. If you want to make permanent changes, you have to apply them in the <spanclass="menu">Settings...</span> panel.</p>
<p>Most of the offered settings speak for themselves.<br/>
Hover your mouse over the "formulas" for naming tab and window titles to get tooltips for the available variables. <br/>
You can choose pre-defined color schema like <spanclass="menu">Midnight</span> or <spanclass="menu">Retro</span> or create a <spanclass="menu">Custom</span> one by selecting which color you want to change (<spanclass="menu">Text</span>, <spanclass="menu">Background</span>, <spanclass="menu">Cursor</span> etc.) and then use the color picker below.</p>
<p>A few more options follow: you can have a <spanclass="menu">Blinking cursor</span> and choose to <spanclass="menu">Use bright instead of bold text</span>. The latter setting avoids the sometimes rather unsightly rendering of bold fonts in the Terminal.<br/>
Activate the checkbox to <spanclass="menu">Confirm exit if active programs exist</span> and you'll be warned when trying to close a Terminal window while an app is still being executed.</p>
<tr><tdclass="onelinetop"><spanclass="button">Save to file...</span></td><tdwidth="10"></td><td>let's you save different settings as separate profiles, which on double-click open an accordingly configured Terminal.</td></tr>
<tr><td><spanclass="button">Revert</span></td><td></td><td>brings back the settings that were active when you opened the settings panel.</td></tr>
<tr><td><spanclass="button">Defaults</span></td><td></td><td>resets everything to default values.</td></tr>
<p>Another nice feature that is more a key & mouse combination: When holding <spanclass="key">ALT</span> a path or URL under the mouse pointer gets highlighted. A left-click opens the file/folder or website. A right-click opens a context menu to either <spanclass="menu">Copy path</span> or <spanclass="menu">Copy absolute path</span>. Imagine you're in <spanclass="path">/MyData/source/haiku/</span> and have the path <spanclass="path">generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit</span> under the mouse pointer, the latter menu item will result in the combined, absolute path <<i>deep breath</i>>:<br/><spanclass="path">/MyData/source/haiku/generated/objects/haiku/x86_gcc2/release/apps/stylededit/StyledEdit</span>.</p>
<p>If you hold down <spanclass="key">ALT</span><spanclass="key">SHIFT</span>, only the path from beginning to where your mouse pointer sits will be highlighted.</p>
<p>By the way, right-clicking into the Terminal window will insert the clipboard. In combination with copying parts of highlighted paths, this can be used for speedy navigation of deep folder hierarchies.</p>
<p>Coming from Unix, there are countless possibilities to customize the bash itself. There are two files that are especially important to the user: <spanclass="cli">.profile</span> and <spanclass="cli">.inputrc</span><br/>
Both files can be created in the <spanclass="path">home/</span> folder and add or override the system defaults that are defined in <spanclass="path">/boot/system/settings/etc/</span>.</p>
<p>El archivo <spanclass="cli">.profile</span> se caraga cada vez que se abre una Terminal nueva. Selecciona toda clase de "aliases" y variables que afectarán el comportamiento y apariencia de Bash. Encontrará muchos recursos en línea que detallen todas las posibilidades.</p>
<p>El "Haiku/BeOS Tip Server" (Servidor de consejos de Haiku/BeOS, en inglés) tiene bastantes consejos para iniciar, por ejemplo:</p>
<p>El archivo <spanclass="cli">.inputrc</span> trata con teclas de acceso rápido. Ya que Haiku proporciona predeterminados útiles, probablemente no tenga que lidiar con estas selecciones más envueltas. Si tiene necesidades especiales aquí, consulte alguno de los vastos recursos en línea, p. ej., <ahref="http://tiswww.case.edu/php/chet/readline/rluserman.html">The GNU Readline Library</a> (La biblioteca de lectura en línea de GNU, en inglés).</p>
<ul><li><p>Al arrastrar un archivo o carpeta desde una ventana de Tracker a la Terminal insertará su ruta en la posición del cursor. Arrastrar con el botón derecho del ratón ofrece acciones adicionales en un menú contextual:</p>
<tr><td><spanclass="menu">Insert Path</span> (insertar ruta)</td><td></td><td>Inserta la ubicación del archivo, igual que arrastrar y soltar con el botón izquierdo del ratón.</td></tr>
<tr><td><spanclass="menu">Change Directory</span> (cambiar carpeta)</td><td></td><td>Cambia a la carpeta del archivo arrastrado.</td></tr>
<tr><td><spanclass="menu">Create Link Here</span> (crear enlace aquí)</td><td></td><td>Crea un enlace al archivo arrastrado en la carpeta de trabajo actual de la Terminal.</td></tr>
<tr><td><spanclass="menu">Move Here</span> (mover aquí)</td><td></td><td>Mueve el archivo arrastrado dentro de la carpeta de trabajo actual de la Terminal.</td></tr>
<tr><td><spanclass="menu">Copy Here</span> (copiar aquí)</td><td></td><td>Copia el archivo arrastrado dentro de la carpeta de trabajo actual de la Terminal.</td></tr>
<li><p>Puede abrir cualquier archivo con su aplicación preferida con el comando <spanclass="cli">open <i>[nombredearchivo]</i></span>. Esto también funciona con la representación de la carpeta actual ("<spanclass="cli">.</span>") y su carpeta padre ("<spanclass="cli">..</span>") que lo abren en una ventana de Tracker. Así que, para abrir la carpeta de trabajo actual, se escribe:</p>