docs(i18n): new Crowdin updates (#4956)

This commit is contained in:
Matan Kushner 2023-04-11 13:05:27 +09:00 committed by GitHub
parent b475b5809f
commit 7a8c103749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
230 changed files with 2018 additions and 1958 deletions

View File

@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml
[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```
## CMake
@ -2871,10 +2871,12 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
```toml
# This is the default symbols table.
[os.symbols]
Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
@ -4157,8 +4160,9 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `command` | `''` | The command whose output should be printed. The command will be passed on stdin to the shell. |
| `when` | `false` | Either a boolean value (`true` or `false`, without quotes) or a string shell command used as a condition to show the module. In case of a string, the module will be shown if the command returns a `0` status code. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [See below](#custom-command-shell) |
| `الوصف` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `description` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |
| `detect_folders` | `[]` | The directories that will be searched in the working directory for a match. |
| `detect_extensions` | `[]` | The extensions that will be searched in the working directory for a match. |

View File

@ -422,7 +422,6 @@ Support this project by [becoming a sponsor](https://github.com/sponsors/starshi
**Supporter Tier**
- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)
<p align="center">

View File

@ -9,7 +9,7 @@ This preset changes the format of all the built-in modules to show their segment
### Configuration
```sh
starship preset bracketed-segments > ~/.config/starship.toml
starship preset bracketed-segments -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/bracketed-segments.toml)

View File

@ -13,7 +13,7 @@ This preset changes the symbols for each module to use Nerd Font symbols.
### Configuration
```sh
starship preset nerd-font-symbols > ~/.config/starship.toml
starship preset nerd-font-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/nerd-font-symbols.toml)

View File

@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### Configuration
```sh
starship preset no-empty-icons > ~/.config/starship.toml
starship preset no-empty-icons -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-empty-icons.toml)

View File

@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### Configuration
```sh
starship preset no-nerd-font > ~/.config/starship.toml
starship preset no-nerd-font -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-nerd-font.toml)

View File

@ -9,7 +9,7 @@ This preset hides the version of language runtimes. If you work in containers or
### Configuration
```sh
starship preset no-runtime-versions > ~/.config/starship.toml
starship preset no-runtime-versions -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-runtime-versions.toml)

View File

@ -13,7 +13,7 @@ This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-m
### Configuration
```sh
starship preset pastel-powerline > ~/.config/starship.toml
starship preset pastel-powerline -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pastel-powerline.toml)

View File

@ -9,7 +9,7 @@ This preset changes the symbols for each module into plain text. Great if you do
### Configuration
```sh
starship preset plain-text-symbols > ~/.config/starship.toml
starship preset plain-text-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/plain-text-symbols.toml)

View File

@ -9,7 +9,7 @@ This preset emulates the look and behavior of [Pure](https://github.com/sindreso
### Configuration
```sh
starship preset pure-preset > ~/.config/starship.toml
starship preset pure-preset -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pure-preset.toml)

View File

@ -13,7 +13,7 @@ This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/t
### Configuration
```sh
starship preset tokyo-night > ~/.config/starship.toml
starship preset tokyo-night -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/tokyo-night.toml)

View File

@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml
[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```
## CMake
@ -2871,10 +2871,12 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
```toml
# This is the default symbols table.
[os.symbols]
Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
@ -4157,6 +4160,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `command` | `''` | The command whose output should be printed. The command will be passed on stdin to the shell. |
| `when` | `false` | Either a boolean value (`true` or `false`, without quotes) or a string shell command used as a condition to show the module. In case of a string, the module will be shown if the command returns a `0` status code. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [See below](#custom-command-shell) |
| `description` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |

View File

@ -418,7 +418,6 @@ Support this project by [becoming a sponsor](https://github.com/sponsors/starshi
**Supporter Tier**
- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)
<p align="center">

View File

@ -9,7 +9,7 @@ This preset changes the format of all the built-in modules to show their segment
### ڕێکخستن
```sh
starship preset bracketed-segments > ~/.config/starship.toml
starship preset bracketed-segments -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/bracketed-segments.toml)

View File

@ -13,7 +13,7 @@ This preset changes the symbols for each module to use Nerd Font symbols.
### ڕێکخستن
```sh
starship preset nerd-font-symbols > ~/.config/starship.toml
starship preset nerd-font-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/nerd-font-symbols.toml)

View File

@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### ڕێکخستن
```sh
starship preset no-empty-icons > ~/.config/starship.toml
starship preset no-empty-icons -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-empty-icons.toml)

View File

@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### ڕێکخستن
```sh
starship preset no-nerd-font > ~/.config/starship.toml
starship preset no-nerd-font -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-nerd-font.toml)

View File

@ -9,7 +9,7 @@
### ڕێکخستن
```sh
starship preset no-runtime-versions > ~/.config/starship.toml
starship preset no-runtime-versions -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-runtime-versions.toml)

View File

@ -13,7 +13,7 @@ This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-m
### ڕێکخستن
```sh
starship preset pastel-powerline > ~/.config/starship.toml
starship preset pastel-powerline -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pastel-powerline.toml)

View File

@ -9,7 +9,7 @@ This preset changes the symbols for each module into plain text. Great if you do
### ڕێکخستن
```sh
starship preset plain-text-symbols > ~/.config/starship.toml
starship preset plain-text-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/plain-text-symbols.toml)

View File

@ -9,7 +9,7 @@
### ڕێکخستن
```sh
starship preset pure-preset > ~/.config/starship.toml
starship preset pure-preset -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pure-preset.toml)

View File

@ -13,7 +13,7 @@ This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/t
### ڕێکخستن
```sh
starship preset tokyo-night > ~/.config/starship.toml
starship preset tokyo-night -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/tokyo-night.toml)

View File

@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml
[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```
## CMake
@ -2871,10 +2871,12 @@ Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `dis
```toml
# This is the default symbols table.
[os.symbols]
Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
@ -4157,8 +4160,9 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `command` | `''` | The command whose output should be printed. The command will be passed on stdin to the shell. |
| `when` | `false` | Either a boolean value (`true` or `false`, without quotes) or a string shell command used as a condition to show the module. In case of a string, the module will be shown if the command returns a `0` status code. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [See below](#custom-command-shell) |
| `beschreibung` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `description` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |
| `detect_folders` | `[]` | The directories that will be searched in the working directory for a match. |
| `detect_extensions` | `[]` | The extensions that will be searched in the working directory for a match. |

View File

@ -422,7 +422,6 @@ Support this project by [becoming a sponsor](https://github.com/sponsors/starshi
**Supporter Tier**
- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)
<p align="center">

View File

@ -85,7 +85,7 @@ format = "took [$duration]($style) "
| `style_success` | `success_symbol` |
| `style_failure` | `error_symbol` |
**Changes to the Default Configuration**
**Änderungen an der Standardkonfiguration**
```diff
[character]
@ -117,7 +117,7 @@ _Note:_ The `character` element automatically adds a space after, so unlike the
| ---------------- | ----------- |
| `prefix` | `format` |
**Changes to the Default Configuration**
**Änderungen an der Standardkonfiguration**
```diff
[cmd_duration]
@ -131,7 +131,7 @@ _Note:_ The `character` element automatically adds a space after, so unlike the
| ---------------- | ----------- |
| `prefix` | `format` |
**Changes to the Default Configuration**
**Änderungen an der Standardkonfiguration**
```diff
[directory]
@ -146,7 +146,7 @@ _Note:_ The `character` element automatically adds a space after, so unlike the
| `prefix` | `format` |
| `suffix` | `format` |
**Changes to the Default Configuration**
**Änderungen an der Standardkonfiguration**
```diff
[env_var]
@ -162,7 +162,7 @@ _Note:_ The `character` element automatically adds a space after, so unlike the
| `prefix` | `format` |
| `suffix` | `format` |
**Changes to the Default Configuration**
**Änderungen an der Standardkonfiguration**
```diff
[git_commit]
@ -179,7 +179,7 @@ _Note:_ The `character` element automatically adds a space after, so unlike the
| `suffix` | `format` |
| `show_sync_count` | `format` |
**Changes to the Default Configuration**
**Änderungen an der Standardkonfiguration**
```diff
[git_status]
@ -209,7 +209,7 @@ behind = "⇣${count}"
| `prefix` | `format` |
| `suffix` | `format` |
**Changes to the Default Configuration**
**Änderungen an der Standardkonfiguration**
```diff
[hostname]
@ -226,7 +226,7 @@ behind = "⇣${count}"
| `prefix` | `format` |
| `suffix` | `format` |
**Changes to the Default Configuration**
**Änderungen an der Standardkonfiguration**
```diff
[singularity]
@ -241,7 +241,7 @@ behind = "⇣${count}"
| ---------------- | ------------- |
| `format` | `time_format` |
**Changes to the Default Configuration**
**Änderungen an der Standardkonfiguration**
```diff
[time]
@ -257,7 +257,7 @@ behind = "⇣${count}"
| `prefix` | `format` |
| `suffix` | `format` |
**Changes to the Default Configuration**
**Änderungen an der Standardkonfiguration**
```diff
[custom.example]

View File

@ -9,7 +9,7 @@ This preset changes the format of all the built-in modules to show their segment
### Konfiguration
```sh
starship preset bracketed-segments > ~/.config/starship.toml
starship preset bracketed-segments -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/bracketed-segments.toml)

View File

@ -13,7 +13,7 @@ This preset changes the symbols for each module to use Nerd Font symbols.
### Konfiguration
```sh
starship preset nerd-font-symbols > ~/.config/starship.toml
starship preset nerd-font-symbols -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/nerd-font-symbols.toml)

View File

@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### Konfiguration
```sh
starship preset no-empty-icons > ~/.config/starship.toml
starship preset no-empty-icons -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/no-empty-icons.toml)

View File

@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### Konfiguration
```sh
starship preset no-nerd-font > ~/.config/starship.toml
starship preset no-nerd-font -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/no-nerd-font.toml)

View File

@ -9,7 +9,7 @@ This preset hides the version of language runtimes. If you work in containers or
### Konfiguration
```sh
starship preset no-runtime-versions > ~/.config/starship.toml
starship preset no-runtime-versions -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/no-runtime-versions.toml)

View File

@ -13,7 +13,7 @@ This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-m
### Konfiguration
```sh
starship preset pastel-powerline > ~/.config/starship.toml
starship preset pastel-powerline -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/pastel-powerline.toml)

View File

@ -9,7 +9,7 @@ This preset changes the symbols for each module into plain text. Great if you do
### Konfiguration
```sh
starship preset plain-text-symbols > ~/.config/starship.toml
starship preset plain-text-symbols -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/plain-text-symbols.toml)

View File

@ -9,7 +9,7 @@ Diese Voreinstellung emuliert das Aussehen und das Verhalten von [Pure](https://
### Konfiguration
```sh
starship preset pure-preset > ~/.config/starship.toml
starship preset pure-preset -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/pure-preset.toml)

View File

@ -13,7 +13,7 @@ This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/t
### Konfiguration
```sh
starship preset tokyo-night > ~/.config/starship.toml
starship preset tokyo-night -o ~/.config/starship.toml
```
[Zum Herunterladen der TOML Datei klicken](/presets/toml/tokyo-night.toml)

View File

@ -26,15 +26,15 @@ Enable-TransientPrompt
## TransientPrompt y TransientRight Prompt en Cmd
Clink allows you to replace the previous-printed prompt with custom strings. Esto es útil en los casos que toda la información de la entrada no es siempre necesaria. To enable this, run `clink set prompt.transient <value>` where \<value\> can be one of:
Clink re permite reemplazar el prompt impreso anteriormente con cadenas personalizadas. Esto es útil en los casos que toda la información de la entrada no es siempre necesaria. Para habilitar esto, ejecuta `Clink set prompt.transitent <value>` donde \<value\> puede ser uno de:
- `always`: always replace the previous prompt
- `same_dir`: replace the previous prompt only if the working directory is same
- `off`: do not replace the prompt (i.e. turn off transience)
- `always`: reemplazar siempre el prompt anterior
- `same_dir`: reemplazar el prompt anterior sólo si el directorio de trabajo es el mismo
- `off`: no reemplazar el prompt (es decir, desactivar la transitoriedad)
You need to do this only once. Make the following changes to your `starship.lua` to customize what gets displayed on the left and on the right:
Necesitas hacer esto sólo una vez. Haz los siguientes cambios en tu `starship.lua` para personalizar lo que se muestra a la izquierda y a la derecha:
- Por defecto, el lado izquierdo de la entrada es reemplazado por `>`. To customize this, define a new function called `starship_transient_prompt_func`. This function receives the current prompt as a string that you can utilize. Por ejemplo, para mostrar el módulo `character` de Starship aquí, harías
- Por defecto, el lado izquierdo de la entrada es reemplazado por `>`. Para personalizar esto, define una nueva función llamada `starship_transient_prompt_func`. Esta función recibe el prompt actual como una cadena que tú puedes utilizar. Por ejemplo, para mostrar el módulo `character` de Starship aquí, harías
```lua
function starship_transient_prompt_func(prompt)
@ -45,7 +45,7 @@ end
load(io.popen('starship init cmd'):read("*a"))()
```
- Por defecto, el lado derecho de la entrada está vacío. Para personalizar esto, defina una nueva función llamada `starship_transient_rprompt_func`. This function receives the current prompt as a string that you can utilize. For example, to display the time at which the last command was started here, you would do
- Por defecto, el lado derecho de la entrada está vacío. Para personalizar esto, defina una nueva función llamada `starship_transient_rprompt_func`. Esta función recibe el prompt actual como una cadena que tú puedes utilizar. Por ejemplo, para mostrar la hora en la que se inició el último comando aquí, lo harías
```lua
function starship_transient_rprompt_func(prompt)
@ -54,13 +54,13 @@ end
load(io.popen('starship init cmd'):read("*a"))()
```
## TransientPrompt and TransientRightPrompt in Fish
## TransientPrompt y TransientRightPrompt en Fish
Es posible reemplazar la entrada impresa anteriormente con una cadena personalizada. Esto es útil en los casos que toda la información de la entrada no es siempre necesaria. To enable this, run `enable_transience` in the shell session. To make it permanent, put this statement in your `~/.config/fish/config.fish`. Transience can be disabled on-the-fly with `disable_transience`.
Es posible reemplazar la entrada impresa anteriormente con una cadena personalizada. Esto es útil en los casos que toda la información de la entrada no es siempre necesaria. Para habilitar esto, ejecute `enable_transience` en la sesión del interprete de comandos. Para hacerlo permanente, pon esta proposición en tu `~/.config/fish/config.fish`. La transitoriedad puede ser desactivada al momento con `disable-transience`.
Note that in case of Fish, the transient prompt is only printed if the commandline is non-empty, and syntactically correct.
Ten en cuenta que en el caso de Fish, el prompt transitorio sólo se imprime si el intérprete de comandos no está vacío, y sintácticamente correcta.
- By default, the left side of input gets replaced with a bold-green ``. To customize this, define a new function called `starship_transient_prompt_func`. Por ejemplo, para mostrar el módulo `character` de Starship aquí, harías
- Por defecto, el lado izquierdo de la entrada es reemplazado por una ``. Para personalizar esto, define una nueva función llamada `starship_transient_prompt_func`. Por ejemplo, para mostrar el módulo `character` de Starship aquí, harías
```fish
function starship_transient_prompt_func
@ -70,7 +70,7 @@ starship init fish | source
enable_transience
```
- Por defecto, el lado derecho de la entrada está vacío. Para personalizar esto, defina una nueva función llamada `starship_transient_rprompt_func`. For example, to display the time at which the last command was started here, you would do
- Por defecto, el lado derecho de la entrada está vacío. Para personalizar esto, defina una nueva función llamada `starship_transient_rprompt_func`. Por ejemplo, para mostrar la hora en la que se inició el último comando aquí, lo harías
```fish
function starship_transient_rprompt_func
@ -205,7 +205,7 @@ Algunos intérpretes de comandos soportan un prompt derecho que se renderiza en
Nota: El prompt derecho es una sola línea siguiendo la ubicación de entrada. Para alinear los módulos arriba de la línea de entrada en un prompt multi-línea, vea el [módulo `fill`](/config/#fill).
`right_format` is currently supported for the following shells: elvish, fish, zsh, xonsh, cmd, nushell.
`right_format` está actualmente soportado para los siguientes intérpretes de comandos: elvish, fish, zsh, xonsh, cmd, nushell.
### Ejemplo
@ -279,6 +279,6 @@ Si se especifican varios colores para el primer plano/fondo, el último en la ca
No todas las cadenas de estilo se mostrarán correctamente en cada terminal. En particular, existen las siguientes rarezas conocidas:
- Many terminals disable support for `blink` by default
- `hidden` is [not supported on iTerm](https://gitlab.com/gnachman/iterm2/-/issues/4564).
- `strikethrough` is not supported by the default macOS Terminal.app
- Muchos terminales deshabilitan el soporte para `parpadear` por defecto
- `hiden` no es [compatible con iTerm](https://gitlab.com/gnachman/iterm2/-/issues/4564).
- `strikethrough` no está soportado por macOS Terminal.app por defecto

View File

@ -9,22 +9,22 @@ mkdir -p ~/.config && touch ~/.config/starship.toml
Toda la configuración de starship se incluye en este fichero [TOML](https://github.com/toml-lang/toml):
```toml
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
# Obtener terminaciones del editor basado en el esquema de configuración
"$schema" = 'https://starship.rs/config-schema. son'
# Inserts a blank line between shell prompts
# Inserta una línea en blanco entre las instrucciones del intérprete de comandos
add_newline = true
# Replace the '' symbol in the prompt with '➜'
[character] # The name of the module we are configuring is 'character'
success_symbol = '[➜](bold green)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
# Reemplaza el símbolo '' en el prompt con ''➜'
[character] # El nombre del módulo que estamos configurando es 'character'
success_symbol = '[➜](bold green)' # El segmento 'success_symbol' se está configurando en '➜' con el color 'bold green'
# Disable the package module, hiding it from the prompt completely
# Desactiva el módulo del paquete, ocultándolo del prompt completamente
[package]
disabled = true
```
### Config File Location
### Configurar ubicación del archivo
Puedes cambiar la ubicación por defecto del archivo de configuración con la variable de entorno `STARSHIP_CONFIG`:
@ -72,7 +72,7 @@ os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp')
Por convención, la mayoría de los módulos tienen un prefijo del color por defecto de la terminal (por ejemplo, `vía` en "nodejs") y un espacio vacío como sufijo.
### Strings
### Cadenas de Texto
In TOML syntax, [text values](https://toml.io/en/v1.0.0#string) are declared with `'`, `"`, `'''`, or `"""`.
@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml
[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```
## CMake
@ -1336,7 +1336,7 @@ default = 'unknown user'
| `variable` | | La variable de entorno a mostrar. |
| `default` | | El valor por defecto que se mostrará cuando la variable seleccionada no está definida. |
| `format` | `"con [$env_value]($style) "` | El formato del módulo. |
| `description` | `"<env_var module>"` | La descripción del módulo que se muestra al ejecutar `starship explain`. |
| `descripción` | `"<env_var module>"` | La descripción del módulo que se muestra al ejecutar `starship explain`. |
| `disabled` | `false` | Deshabilita el módulo `env_var`. |
### Variables
@ -2871,10 +2871,12 @@ Este módulo está deshabilitado por defecto. Para activarlo, establece `disable
```toml
# This is the default symbols table.
[os.symbols]
Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
@ -4153,22 +4156,23 @@ Las cadenas de formato también pueden contener secuencias específicas del int
### Opciones
| Opción | Predeterminado | Descripción |
| ------------------- | -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `comando` | `''` | El comando cuya salida debe ser impresa. El comando se pasará en stdin al intérprete de comandos. |
| `cuando` | `false` | Valor booleano (`true` o `false`, sin comillas) o un comando de shell usado como una condición para mostrar el módulo. En caso de una cadena, el módulo se mostrará si el comando devuelve un código de estado `0`. |
| `shell` | | [Ver a continuación](#custom-command-shell) |
| `description` | `'<módulo personalizado>'` | La descripción del módulo que se muestra al ejecutar `starship explain`. |
| `detect_files` | `[]` | Los archivos que se buscarán en el directorio de trabajo para obtener una coincidencia. |
| `detect_folders` | `[]` | Los directorios que se buscarán en el directorio de trabajo para una coincidencia. |
| `detect_extensions` | `[]` | Las extensiones que se buscarán en el directorio de trabajo para obtener una coincidencia. |
| `symbol` | `''` | El símbolo usado antes de mostrar la salida del comando. |
| `style` | `'bold green'` | El estilo del módulo. |
| `format` | `'[$symbol($output )]($style)'` | El formato del módulo. |
| `disabled` | `false` | Deshabilita este módulo `custom`. |
| `os` | | Nombre del sistema operativo en el que se mostrará el módulo (unix, linux, macos, windows, ... ) [Ver valores posibles](https://doc.rust-lang.org/std/env/consts/constant.OS.html). |
| `use_stdin` | | Un valor booleano opcional que anula si los comandos deben ser reenviados al shell a través de la entrada estándar o como argumento. Si la entrada estándar unset es usada de manera predeterminada, a menos que el shell no lo soporte (cmd, nushell). Configurar esto desactiva el manejo de argumentos específicos del shell. |
| `ignore_timeout` | `false` | Ignorar la configuración global de `command_timeout` y seguir ejecutando comandos externos, sin importar el tiempo que tarden. |
| Opción | Predeterminado | Descripción |
| ------------------- | ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `comando` | `''` | El comando cuya salida debe ser impresa. El comando se pasará en stdin al intérprete de comandos. |
| `cuando` | `false` | Valor booleano (`true` o `false`, sin comillas) o un comando de shell usado como una condición para mostrar el módulo. En caso de una cadena, el módulo se mostrará si el comando devuelve un código de estado `0`. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [Ver a continuación](#custom-command-shell) |
| `descripción` | `'<custom module>'` | La descripción del módulo que se muestra al ejecutar `starship explain`. |
| `detect_files` | `[]` | Los archivos que se buscarán en el directorio de trabajo para obtener una coincidencia. |
| `detect_folders` | `[]` | Los directorios que se buscarán en el directorio de trabajo para una coincidencia. |
| `detect_extensions` | `[]` | Las extensiones que se buscarán en el directorio de trabajo para obtener una coincidencia. |
| `symbol` | `''` | El símbolo usado antes de mostrar la salida del comando. |
| `style` | `'bold green'` | El estilo del módulo. |
| `format` | `'[$symbol($output )]($style)'` | El formato del módulo. |
| `disabled` | `false` | Deshabilita este módulo `custom`. |
| `os` | | Nombre del sistema operativo en el que se mostrará el módulo (unix, linux, macos, windows, ... ) [Ver valores posibles](https://doc.rust-lang.org/std/env/consts/constant.OS.html). |
| `use_stdin` | | Un valor booleano opcional que anula si los comandos deben ser reenviados al shell a través de la entrada estándar o como argumento. Si la entrada estándar unset es usada de manera predeterminada, a menos que el shell no lo soporte (cmd, nushell). Configurar esto desactiva el manejo de argumentos específicos del shell. |
| `ignore_timeout` | `false` | Ignorar la configuración global de `command_timeout` y seguir ejecutando comandos externos, sin importar el tiempo que tarden. |
### Variables

View File

@ -169,7 +169,7 @@
### Prerequisitos
- A [Nerd Font](https://www.nerdfonts.com/) installed and enabled in your terminal (for example, try the [FiraCode Nerd Font](https://www.nerdfonts.com/font-downloads)).
- Una [Nerd Font](https://www.nerdfonts.com/) instalada y habilitada en tu terminal (por ejemplo, prueba [Fira Code Nerd Font](https://www.nerdfonts.com/font-downloads)).
### Paso 1. Instalar Starship
@ -422,7 +422,6 @@ Apoya este proyecto [convirtiéndote en patrocinador](https://github.com/sponsor
**Patrocinadores**
- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)
<p align="center">

View File

@ -9,7 +9,7 @@ Este preajuste cambia el formato de todos los módulos incorporados para mostrar
### Configuración
```sh
starship preset bracketed-segments > ~/.config/starship.toml
starship preset bracketed-segments -o ~/.config/starship.toml
```
[Clic para descargar TOML](/presets/toml/bracketed-segments.toml)

View File

@ -13,7 +13,7 @@ Este preajuste cambia los símbolos de cada módulo para usar símbolos Nerd Fon
### Configuración
```sh
starship preset nerd-font-symbols > ~/.config/starship.toml
starship preset nerd-font-symbols -o ~/.config/starship.toml
```
[Clic para descargar TOML](/presets/toml/nerd-font-symbols.toml)

View File

@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### Configuración
```sh
starship preset no-empty-icons > ~/.config/starship.toml
starship preset no-empty-icons -o ~/.config/starship.toml
```
[Clic para descargar TOML](/presets/toml/no-empty-icons.toml)

View File

@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### Configuración
```sh
starship preset no-nerd-font > ~/.config/starship.toml
starship preset no-nerd-font -o ~/.config/starship.toml
```
[Clic para descargar TOML](/presets/toml/no-nerd-font.toml)

View File

@ -9,7 +9,7 @@ Este preajuste oculta la versión de los tiempos de ejecución del idioma. Si tr
### Configuración
```sh
starship preset no-runtime-versions > ~/.config/starship.toml
starship preset no-runtime-versions -o ~/.config/starship.toml
```
[Clic para descargar TOML](/presets/toml/no-runtime-versions.toml)

View File

@ -13,7 +13,7 @@ Este preajuste está inspirado en [M365Princess](https://github.com/JanDeDobbele
### Configuración
```sh
starship preset pastel-powerline > ~/.config/starship.toml
starship preset pastel-powerline -o ~/.config/starship.toml
```
[Clic para descargar TOML](/presets/toml/pastel-powerline.toml)

View File

@ -9,7 +9,7 @@ Este preajuste cambia los símbolos a texto sin formato. Bueno si usted no tiene
### Configuración
```sh
starship preset plain-text-symbols > ~/.config/starship.toml
starship preset plain-text-symbols -o ~/.config/starship.toml
```
[Clic para descargar TOML](/presets/toml/plain-text-symbols.toml)

View File

@ -9,7 +9,7 @@ Esta preajuste emula la apariencia y el comportamiento de [Pure](https://github.
### Configuración
```sh
starship preset pure-preset > ~/.config/starship.toml
starship preset pure-preset -o ~/.config/starship.toml
```
[Clic para descargar TOML](/presets/toml/pure-preset.toml)

View File

@ -13,7 +13,7 @@ This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/t
### Configuración
```sh
starship preset tokyo-night > ~/.config/starship.toml
starship preset tokyo-night -o ~/.config/starship.toml
```
[Clic para descargar TOML](/presets/toml/tokyo-night.toml)

View File

@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml
[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```
## CMake
@ -2871,10 +2871,12 @@ Ce module est désactivé par défaut. Pour l'activer, configurez `disabled` sur
```toml
# This is the default symbols table.
[os.symbols]
Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
@ -4158,6 +4161,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| ------------------------------------ | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `command` | `''` | La commande dont la sortie doit être affichée. La commande sera transmise au shell sur lentrée standard. |
| `when` | `false` | Soit une valeur booléenne (`true` ou `false`, sans guillemets) ou une commande shell utilisée comme condition pour afficher le module. Dans le cas dune chaine, le module sera affiché si la commande renvoie un code de statut `0`. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [Voir plus bas](#custom-command-shell) |
| `description` | `'<custom module>'` | La description du module qui est affichée lors de lexécution de `starship explain`. |
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |

View File

@ -416,13 +416,12 @@ Voyez ces travaux précédents qui ont contribué à inspirer la création de St
- **[reujab/silver](https://github.com/reujab/silver)** Prompt multi-shell personnalisable, dans le style de powerline avec des icones.
## ❤️ Sponsors
## ❤️ Collaborateurs
Support this project by [becoming a sponsor](https://github.com/sponsors/starship). Your name or logo will show up here with a link to your website.
Soutenez ce projet en [devenant un collaborateur](https://github.com/sponsors/starship). Votre nom ou logo apparaîtra ici avec un lien vers votre site Web.
**Supporter Tier**
**Palier Collaborateur**
- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)
<p align="center">

View File

@ -9,7 +9,7 @@ Ce préréglage modifie le format de tous les modules intégrés pour afficher l
### Configuration
```sh
starship preset bracketed-segments > ~/.config/starship.toml
starship preset bracketed-segments -o ~/.config/starship.toml
```
[Cliquez pour télécharger le TOML](/presets/toml/bracketed-segments.toml)

View File

@ -13,7 +13,7 @@ Ce préréglage change les symboles de chaque module pour utiliser les symboles
### Configuration
```sh
starship preset nerd-font-symbols > ~/.config/starship.toml
starship preset nerd-font-symbols -o ~/.config/starship.toml
```
[Cliquez pour télécharger le TOML](/presets/toml/nerd-font-symbols.toml)

View File

@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### Configuration
```sh
starship preset no-empty-icons > ~/.config/starship.toml
starship preset no-empty-icons -o ~/.config/starship.toml
```
[Cliquez pour télécharger le TOML](/presets/toml/no-empty-icons.toml)

View File

@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### Configuration
```sh
starship preset no-nerd-font > ~/.config/starship.toml
starship preset no-nerd-font -o ~/.config/starship.toml
```
[Cliquez pour télécharger le TOML](/presets/toml/no-nerd-font.toml)

View File

@ -9,7 +9,7 @@ Ce préréglage masque la version des environnements. Si vous travaillez dans de
### Configuration
```sh
starship preset no-runtime-versions > ~/.config/starship.toml
starship preset no-runtime-versions -o ~/.config/starship.toml
```
[Cliquez pour télécharger le TOML](/presets/toml/no-runtime-versions.toml)

View File

@ -13,7 +13,7 @@ Ce préréglage s'inspire de [M365Princess](https://github.com/JanDeDobbeleer/oh
### Configuration
```sh
starship preset pastel-powerline > ~/.config/starship.toml
starship preset pastel-powerline -o ~/.config/starship.toml
```
[Cliquez pour télécharger le TOML](/presets/toml/pastel-powerline.toml)

View File

@ -9,7 +9,7 @@ Ce préréglage change les symboles de chaque module en texte brut. Idéal si vo
### Configuration
```sh
starship preset plain-text-symbols > ~/.config/starship.toml
starship preset plain-text-symbols -o ~/.config/starship.toml
```
[Cliquez pour télécharger le TOML](/presets/toml/plain-text-symbols.toml)

View File

@ -9,7 +9,7 @@ Ce préréglage émule l'apparence et le comportement de [Pure](https://github.c
### Configuration
```sh
starship preset pure-preset > ~/.config/starship.toml
starship preset pure-preset -o ~/.config/starship.toml
```
[Cliquez pour télécharger le TOML](/presets/toml/pure-preset.toml)

View File

@ -13,7 +13,7 @@ This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/t
### Configuration
```sh
starship preset tokyo-night > ~/.config/starship.toml
starship preset tokyo-night -o ~/.config/starship.toml
```
[Cliquez pour télécharger le TOML](/presets/toml/tokyo-night.toml)

View File

@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml
[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```
## CMake
@ -2871,10 +2871,12 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
```toml
# This is the default symbols table.
[os.symbols]
Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
@ -4157,8 +4160,9 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `command` | `''` | The command whose output should be printed. The command will be passed on stdin to the shell. |
| `when` | `false` | Either a boolean value (`true` or `false`, without quotes) or a string shell command used as a condition to show the module. In case of a string, the module will be shown if the command returns a `0` status code. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [See below](#custom-command-shell) |
| `deskripsi` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `description` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |
| `detect_folders` | `[]` | The directories that will be searched in the working directory for a match. |
| `detect_extensions` | `[]` | The extensions that will be searched in the working directory for a match. |

View File

@ -422,7 +422,6 @@ Support this project by [becoming a sponsor](https://github.com/sponsors/starshi
**Supporter Tier**
- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)
<p align="center">

View File

@ -9,7 +9,7 @@ Konfigurasi prasetel berikut mengubah format dari seluruh modul bawaan untuk men
### Konfigurasi
```sh
starship preset bracketed-segments > ~/.config/starship.toml
starship preset bracketed-segments -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/bracketed-segments.toml)

View File

@ -13,7 +13,7 @@ This preset changes the symbols for each module to use Nerd Font symbols.
### Konfigurasi
```sh
starship preset nerd-font-symbols > ~/.config/starship.toml
starship preset nerd-font-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/nerd-font-symbols.toml)

View File

@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### Konfigurasi
```sh
starship preset no-empty-icons > ~/.config/starship.toml
starship preset no-empty-icons -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-empty-icons.toml)

View File

@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### Konfigurasi
```sh
starship preset no-nerd-font > ~/.config/starship.toml
starship preset no-nerd-font -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-nerd-font.toml)

View File

@ -9,7 +9,7 @@ Konfigurasi prasetel berikut menyembunyikan versi language runtimes. Jika kamu b
### Konfigurasi
```sh
starship preset no-runtime-versions > ~/.config/starship.toml
starship preset no-runtime-versions -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-runtime-versions.toml)

View File

@ -13,7 +13,7 @@ This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-m
### Konfigurasi
```sh
starship preset pastel-powerline > ~/.config/starship.toml
starship preset pastel-powerline -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pastel-powerline.toml)

View File

@ -9,7 +9,7 @@ This preset changes the symbols for each module into plain text. Great if you do
### Konfigurasi
```sh
starship preset plain-text-symbols > ~/.config/starship.toml
starship preset plain-text-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/plain-text-symbols.toml)

View File

@ -9,7 +9,7 @@ This preset emulates the look and behavior of [Pure](https://github.com/sindreso
### Konfigurasi
```sh
starship preset pure-preset > ~/.config/starship.toml
starship preset pure-preset -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pure-preset.toml)

View File

@ -13,7 +13,7 @@ This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/t
### Konfigurasi
```sh
starship preset tokyo-night > ~/.config/starship.toml
starship preset tokyo-night -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/tokyo-night.toml)

View File

@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml
[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```
## CMake
@ -2871,10 +2871,12 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
```toml
# This is the default symbols table.
[os.symbols]
Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
@ -4157,8 +4160,9 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `command` | `''` | The command whose output should be printed. The command will be passed on stdin to the shell. |
| `when` | `false` | Either a boolean value (`true` or `false`, without quotes) or a string shell command used as a condition to show the module. In case of a string, the module will be shown if the command returns a `0` status code. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [See below](#custom-command-shell) |
| `descrizione` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `description` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |
| `detect_folders` | `[]` | The directories that will be searched in the working directory for a match. |
| `detect_extensions` | `[]` | The extensions that will be searched in the working directory for a match. |

View File

@ -422,7 +422,6 @@ Support this project by [becoming a sponsor](https://github.com/sponsors/starshi
**Supporter Tier**
- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)
<p align="center">

View File

@ -9,7 +9,7 @@ This preset changes the format of all the built-in modules to show their segment
### Configurazione
```sh
starship preset bracketed-segments > ~/.config/starship.toml
starship preset bracketed-segments -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/bracketed-segments.toml)

View File

@ -13,7 +13,7 @@ This preset changes the symbols for each module to use Nerd Font symbols.
### Configurazione
```sh
starship preset nerd-font-symbols > ~/.config/starship.toml
starship preset nerd-font-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/nerd-font-symbols.toml)

View File

@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### Configurazione
```sh
starship preset no-empty-icons > ~/.config/starship.toml
starship preset no-empty-icons -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-empty-icons.toml)

View File

@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### Configurazione
```sh
starship preset no-nerd-font > ~/.config/starship.toml
starship preset no-nerd-font -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-nerd-font.toml)

View File

@ -9,7 +9,7 @@ This preset hides the version of language runtimes. If you work in containers or
### Configurazione
```sh
starship preset no-runtime-versions > ~/.config/starship.toml
starship preset no-runtime-versions -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-runtime-versions.toml)

View File

@ -13,7 +13,7 @@ This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-m
### Configurazione
```sh
starship preset pastel-powerline > ~/.config/starship.toml
starship preset pastel-powerline -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pastel-powerline.toml)

View File

@ -9,7 +9,7 @@ This preset changes the symbols for each module into plain text. Great if you do
### Configurazione
```sh
starship preset plain-text-symbols > ~/.config/starship.toml
starship preset plain-text-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/plain-text-symbols.toml)

View File

@ -9,7 +9,7 @@ This preset emulates the look and behavior of [Pure](https://github.com/sindreso
### Configurazione
```sh
starship preset pure-preset > ~/.config/starship.toml
starship preset pure-preset -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pure-preset.toml)

View File

@ -13,7 +13,7 @@ This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/t
### Configurazione
```sh
starship preset tokyo-night > ~/.config/starship.toml
starship preset tokyo-night -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/tokyo-night.toml)

View File

@ -24,7 +24,7 @@ success_symbol = '[➜](bold green)' # The 'success_symbol' segment is being set
disabled = true
```
### Config File Location
### 設定ファイルの場所
`STARSHIP_CONFIG` 環境変数を使用することによって、デフォルトの設定ファイルの場所を変更できます。
@ -72,11 +72,11 @@ os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp')
慣例により、ほとんどのモジュールにはデフォルトの端末色の接頭辞("nodejs" の `via` など)と接尾辞として空のスペースがあります。
### Strings
### 文字列
In TOML syntax, [text values](https://toml.io/en/v1.0.0#string) are declared with `'`, `"`, `'''`, or `"""`.
TOML記法では、[文字列](https://toml.io/en/v1.0.0#string)は`'`、`"`、`'''`、`"""`で宣言されます。
The following Starship syntax symbols have special usage in a format string and must be escaped to display as that character: `$ [ ] ( )`.
これらのStarship記法の記号は文字列のフォーマットにおいて特別な用途があり、文字として表示するためにはエスケープしなければなりません: `$ [ ] ( )`.
| Symbol | Type | Notes |
| ------ | ------------------------- | ------------------------------------------------------ |
@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml
[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```
## CMake
@ -2871,10 +2871,12 @@ The [os_info](https://lib.rs/crates/os_info) crate used by this module is known
```toml
# This is the default symbols table.
[os.symbols]
Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
@ -4157,8 +4160,9 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `command` | `''` | The command whose output should be printed. The command will be passed on stdin to the shell. |
| `when` | `false` | Either a boolean value (`true` or `false`, without quotes) or a string shell command used as a condition to show the module. In case of a string, the module will be shown if the command returns a `0` status code. |
| `shell` | | [この表の下を参照してください](#custom-command-shell) |
| `説明` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [See below](#custom-command-shell) |
| `description` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |
| `detect_folders` | `[]` | The directories that will be searched in the working directory for a match. |
| `detect_extensions` | `[]` | The extensions that will be searched in the working directory for a match. |

View File

@ -422,7 +422,6 @@ Starshipのさらなるカスタマイズを目指すなら以下を参考にし
**スポンサーティア**
- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)
<p align="center">

View File

@ -9,7 +9,7 @@
### 設定
```sh
starship preset bracketed-segments > ~/.config/starship.toml
starship preset bracketed-segments -o ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/bracketed-segments.toml)

View File

@ -13,7 +13,7 @@
### 設定
```sh
starship preset nerd-font-symbols > ~/.config/starship.toml
starship preset nerd-font-symbols -o ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/nerd-font-symbols.toml)

View File

@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### 設定
```sh
starship preset no-empty-icons > ~/.config/starship.toml
starship preset no-empty-icons -o ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/no-empty-icons.toml)

View File

@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### 設定
```sh
starship preset no-nerd-font > ~/.config/starship.toml
starship preset no-nerd-font -o ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/no-nerd-font.toml)

View File

@ -9,7 +9,7 @@
### 設定
```sh
starship preset no-runtime-versions > ~/.config/starship.toml
starship preset no-runtime-versions -o ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/no-runtime-versions.toml)

View File

@ -13,7 +13,7 @@
### 設定
```sh
starship preset pastel-powerline > ~/.config/starship.toml
starship preset pastel-powerline -o ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/pastel-powerline.toml)

View File

@ -9,7 +9,7 @@
### 設定
```sh
starship preset plain-text-symbols > ~/.config/starship.toml
starship preset plain-text-symbols -o ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/plain-text-symbols.toml)

View File

@ -9,7 +9,7 @@
### 設定
```sh
starship preset pure-preset > ~/.config/starship.toml
starship preset pure-preset -o ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/pure-preset.toml)

View File

@ -13,7 +13,7 @@
### 設定
```sh
starship preset tokyo-night > ~/.config/starship.toml
starship preset tokyo-night -o ~/.config/starship.toml
```
[クリックしてTOMLをダウンロード](/presets/toml/tokyo-night.toml)

View File

@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml
[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```
## CMake
@ -2871,10 +2871,12 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
```toml
# This is the default symbols table.
[os.symbols]
Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
@ -4157,6 +4160,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `command` | `''` | The command whose output should be printed. The command will be passed on stdin to the shell. |
| `when` | `false` | Either a boolean value (`true` or `false`, without quotes) or a string shell command used as a condition to show the module. In case of a string, the module will be shown if the command returns a `0` status code. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [See below](#custom-command-shell) |
| `description` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |

View File

@ -422,7 +422,6 @@ Support this project by [becoming a sponsor](https://github.com/sponsors/starshi
**Supporter Tier**
- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)
<p align="center">

View File

@ -9,7 +9,7 @@ This preset changes the format of all the built-in modules to show their segment
### Configuration
```sh
starship preset bracketed-segments > ~/.config/starship.toml
starship preset bracketed-segments -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/bracketed-segments.toml)

View File

@ -13,7 +13,7 @@ This preset changes the symbols for each module to use Nerd Font symbols.
### Configuration
```sh
starship preset nerd-font-symbols > ~/.config/starship.toml
starship preset nerd-font-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/nerd-font-symbols.toml)

View File

@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### Configuration
```sh
starship preset no-empty-icons > ~/.config/starship.toml
starship preset no-empty-icons -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-empty-icons.toml)

View File

@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### Configuration
```sh
starship preset no-nerd-font > ~/.config/starship.toml
starship preset no-nerd-font -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-nerd-font.toml)

View File

@ -9,7 +9,7 @@ This preset hides the version of language runtimes. If you work in containers or
### Configuration
```sh
starship preset no-runtime-versions > ~/.config/starship.toml
starship preset no-runtime-versions -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-runtime-versions.toml)

View File

@ -13,7 +13,7 @@ This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-m
### Configuration
```sh
starship preset pastel-powerline > ~/.config/starship.toml
starship preset pastel-powerline -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pastel-powerline.toml)

View File

@ -9,7 +9,7 @@ This preset changes the symbols for each module into plain text. Great if you do
### Configuration
```sh
starship preset plain-text-symbols > ~/.config/starship.toml
starship preset plain-text-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/plain-text-symbols.toml)

View File

@ -9,7 +9,7 @@ This preset emulates the look and behavior of [Pure](https://github.com/sindreso
### Configuration
```sh
starship preset pure-preset > ~/.config/starship.toml
starship preset pure-preset -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pure-preset.toml)

Some files were not shown because too many files have changed in this diff Show More