<p>Пожалуйста обратитесь к теме <ahref="../bash-scripting.html">Bash и скрипты</a> для просмотра ссылок на онлайн уроки по работе с командной оболочкой shell, а также обратитесь к теме <ahref="cli-apps.html">Haiku-приложения для командной строки</a>. Здесь же мы сконцентрируемся непосредственно на приложении Терминал (Terminal).</p>
<p>Вы можете открыть столько Терминалов, сколько вам необходимо, каждый в своем собственном окне, просто запуская новые Терминалы, либо нажимая <spanclass="key">ALT</span>+<spanclass="key">N</span> в уже работающем Терминале. Также можно использовать вкладки в Терминале, открывая их комбинацией <spanclass="key">ALT</span>+<spanclass="key">T</span>.</p>
<p>Двойной щелчок левой кнопкой мыши по пустом месту панели вкладок открывает новую вкладку. А если дважды щёлкнуть по самой вкладке, то откроется окно, в котором можно изменить заголовок вкладки. Существует несколько переменных, начинающихся с %, значения которых объясняется в всплывающей подсказке, когда вы наводите на курсором на текстовое поле.<br/>
По умолчанию установлены <tt>%1d: %p</tt>, тем самым в заголовок вкладки отображает - текущую папку и название запущенного процесса, которые разделены - <tt>:</tt> (если вместо названия процесса отображается <tt>--</tt>, то значит ничего не запущено и оболочка bash ожидает ввода команды). На снимке экрана выше, на первой вкладке отображена FTP-сессия из папки <spanclass="path">Desktop</span>, а на второй просто открыта папка <spanclass="path">home</span>.<br/>
Выбрав в меню <spanclass="menu">Изменить</span> пункт <spanclass="menu">Заголовок окна...</span> можно изменить заголовок окна Терминала.</p>
<p>Правый щелчок мыши по вкладке вызывает контекстное меню, которое содержит следующие пункты: <spanclass="menu">Закрыть вкладку</span>, <spanclass="menu">Закрыть остальные вкладки</span>, <spanclass="menu">Переименовать вкладку</span>.</p>
<p>У окна Терминала изменяется размер, как и у любого другого приложения, а также имеется возможность использовать предустановленные размеры окна, выберите в меню <spanclass="menu">Настройки</span> пункт <spanclass="menu">Размер окна</span>. Сочетание клавиш <spanclass="key">ALT</span>+<spanclass="key">ENTER</span> включает полноэкранный режим.</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><spanclass="cli">.profile</span> загружается каждый раз, когда вы открываете новый Терминал. Этот файл устанавливает все виды псевдонимов и переменных, которые затрагивают поведение командной оболочки и её внешнего вида. Существует множество онлайн ресурсов, на которых детально описаны все эти возможности.</p>
<p>На сервере Haiku/BeOS Tips имеется довольно много подсказок для начала изучения настроек Bash, например:</p>
<ul>
<li><ahref="http://betips.net/1997/09/09/customize-your-terminal-prompt/">Настройка подсказок в Терминале</a></li>
<p><spanclass="cli">.inputrc</span> работает с клавиатурными привязками (keybindings). Так как в Haiku эти настройки вполне пригодны и по умолчанию, то скорее всего менять их не потребуется, но если всё же возникла небходимость их подправить, то рекомендуется обратится к одному из многочисленных онлайн ресурсов, например, <ahref="http://tiswww.case.edu/php/chet/readline/rluserman.html">The GNU Readline Library</a>.</p>
<ul><li><p>Перетаскивание файла или папки из окна Tracker-а в Терминал подставит путь к нему у курсора. Перетаскивание правой кнопкой мыши вызовет меню для дополнительных действий:</p>
<li><p>Вы можете открыть любой файл, назначенной ему программой, используя команду <spanclass="cli">open <i>[имя_файла]</i></span>. Это также сработает для открытия текущей ("<spanclass="cli">.</span>") и родительской ("<spanclass="cli">..</span>") папки, которые откроются в окне Tracker-а. Так, чтобы открыть текущую директорию, следует набрать:</p>