All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en){| style="width: 85%;"
| style="vertical-align: text-top;" | '''Text editors''' are perhaps the single most important piece of software to software developers. On Funtoo they should all be found in the {{c|app-editors}} category of the Funtoo tree. So, running ||
|-
|{{console|body=
$ ##i##ls -d /var/git/meta-repo/kits/*/app-editors/*
}}
|-
|should show all text editors available from the Funtoo tree. To list all available applications in this category, including those in enabled third-party repositories (e.g., overlays added using Layman) run:
|-
|{{console|body=
$ ##i##emerge --search "%@^app-editors"
}}
|-
|By default Funtoo comes with just two text editors pre-installed: nano and vi. Both are command-line text editors.
|}
 h Spanish (es){| style="width: 85%;"
| style="vertical-align: text-top;" | Los '''Editores de texto''' son, quizá la pieza más importante de software para los desarrolladores. En Funtoo todos ellos deberían de encontrarse bajo la categoría de {{c|app-editors}} así que ejcuta el comando: ||
|-
|{{console|body=
$ ##i##ls -d /var/git/meta-repo/kits/*/app-editors/*
}}
|-
|debería mostrar todos los editores de texto disponibles en Funtoo. Para enumerar todas las aplicaciones disponibles en esta categoría, incluidas aquellas en repositorios de terceros habilitados (por ejemplo, overlays agregadas usando Layman) ejecute:
|-
|{{console|body=
$ ##i##emerge --search "%@^app-editors"
}}
|-
|Funtoo viene con dos editores de texto instalados por defect: nano y vi. Ambos editores de texto basados en consola.
|}