La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.

terminal-icon_64.pngTerminal

Deskbar:Applications
Posizione:/boot/system/apps/Terminal
Impostazioni:~/config/settings/Terminal
~/.profile - adds/overrides defaults in /boot/system/etc/profile
~/.inputrc - adds/overrides defaults in /boot/system/etc/inputrc


The Terminal is Haiku's interface to bash, the Bourne Again Shell.

Please refer to the topic on Scripting for a few links to online tutorials on working in the shell and also have a look at Haiku's commandline applications. Here, we'll concentrate on the Terminal application itself.

index Appearance

You can open as many Terminals as needed, either each in it's own window by simply launching more Terminals or with ALT N from an already running Terminal. Or you use Terminal's tabbed view and open another tab with ALT T.

A Terminal window can be resized like any other window or you use the presets from the Settings | Window Size menu. ALT ENTER toggles fullscreen mode.

Changed window size and text encoding are only kept choosing Settings | Save as default.

terminal.png

Settings | Preferences opens a panel where you can set font type, font size and the different text and background colors. You can save different settings as separate profiles, which on double-click open an accordingly configured Terminal.
Pressing OK will save the current settings as default.

index Bash customization

Coming from Unix, there are countless possibilities to customize the bash itself. There are two files that are especially important to the user: .profile and .inputrc
Both files can be created in the home/ folder and add or override the system defaults that are defined in /boot/system/etc/.

.profile

The .profile is loaded every time you open a new Terminal. It sets all kinds of aliases and variables that will affect bash's behavior and appearance. You'll find many online resources that will detail all possibilities.

The Haiku/BeOS Tip Server has quite a few tips to get you started, for example:

There are more, have a look.

.inputrc

The .inputrc deals with keybindings. Since Haiku provides useful defaults, you probably don't have to mess with these more involved settings. If you do have special needs here, consult one of the many online resources, e.g. The GNU Readline Library.

index Keyboard shortcuts

You'll find a list of useful shortcuts in Shortcuts and key combinations.

index Hints for working with the Terminal