terminal-icon_64.pngTerminal

Deskbar :Applications
Localisation :/boot/system/apps/Terminal
Réglages :~/config/settings/Terminal
~/.profile - ajoute/remplace les paramètres /boot/system/etc/profile par défaut.
~/.inputrc - ajoute/remplace les paramètres /boot/system/etc/inputrc par défaut.


Le Terminal est l'interface de Haiku à bash, le Bourne Again Shell.

Please refer to the topic on Scripting for a few links to online tutorials on working in the shell. Here, we'll concentrate on the Terminal application itself.

index Apparence

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.

Une fenêtre du Terminal peut être redimensionnée comme toute autre fenêtre ou en utilisant le menu Settings | Window Size. ALT ENTRÉE permet de basculer en mode plein écran.

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 Personnalisation du Bash

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 Raccourcis claviers

Vous trouverez une liste des raccourcis utiles dans Raccourcis clavier.

index Conseils pour travailler dans le Terminal