1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-04-07 09:41:50 +00:00

docs(i18n): Update translations (#857)

This commit is contained in:
Matan Kushner 2020-01-21 11:15:25 -05:00 committed by GitHub
parent b723a7d562
commit 062dacb2e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 305 additions and 284 deletions

View File

@ -21,7 +21,7 @@
src="https://img.shields.io/discord/567163873606500352?logo=discord" src="https://img.shields.io/discord/567163873606500352?logo=discord"
alt="Auf Discord chatten" /></a> alt="Auf Discord chatten" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-64-orange" alt="Alle Mitwirkenden"></a> <a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-65-orange" alt="Alle Mitwirkenden"></a>
<!-- ALL-CONTRIBUTORS-BADGE:END --> <!-- ALL-CONTRIBUTORS-BADGE:END -->
</p> </p>
@ -43,6 +43,9 @@
<a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md" <a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a>
&nbsp; &nbsp;
<a href="https://github.com/starship/starship/blob/master/docs/ru-RU/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/zh-CN" <a href="https://translate.starship.rs/project/starship-prompt/zh-CN"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a>
&nbsp; &nbsp;
@ -54,9 +57,6 @@
&nbsp; &nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/fr" <a href="https://translate.starship.rs/project/starship-prompt/fr"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/ru"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Russisch" /></a>
</p> </p>
<h1></h1> <h1></h1>
@ -74,13 +74,13 @@
- Anzeigetext wird rot wenn der letzte Befehl mit einem Exit-code größer null terminiert - Anzeigetext wird rot wenn der letzte Befehl mit einem Exit-code größer null terminiert
- Derzeitige Go-Version (`🐹`) - Derzeitige Go-Version (`🐹`)
- Current Java version (`☕`) - Derzeitige Java-Version (`☕`)
- Current Node.js version (`⬢`) - Derzeitige Node.js-Version (`⬢`)
- Current PHP version (`🐘`) - Derzeitige PHP-Version (`🐘`)
- Derzeitige Python-Version (`🐍`) - Derzeitige Python-Version (`🐍`)
- Derzeitige Ruby-Version (`💎`) - Derzeitige Ruby-Version (`💎`)
- Derzeitige Rust-Version (`🦀`) - Derzeitige Rust-Version (`🦀`)
- Current .NET version (`•NET`) - Derzeitige .NET-Version (`•NET`)
- Version des Paketmanagers im derzeitigen Pfad (`📦`) - Version des Paketmanagers im derzeitigen Pfad (`📦`)
- npm (Node.js) - npm (Node.js)
- cargo (Rust) - cargo (Rust)
@ -97,21 +97,21 @@
- `+` — hinzugefügte Dateien - `+` — hinzugefügte Dateien
- `»` — umbenannte Dateien - `»` — umbenannte Dateien
- `✘` — gelöschte Dateien - `✘` — gelöschte Dateien
- Current Mercurial branch - Aktueller Mercurial Branch
- Batteriestand und -status - Batteriestand und -status
- `⇡` charging - `⇡` ladend
- `⇣` discharging - `⇣` entladend
- `•` fully charged - `•` voll geladen
- Anzeige für Hintergrundsprozesse (`✦`) - Anzeige für Hintergrundsprozesse (`✦`)
- Aktueller Kubernetes Cluster und Namespace (`☸`) - Aktueller Kubernetes Cluster und Namespace (`☸`)
- Current Amazon Web Services (AWS) profile (`☁️`) - Aktuelles Amazon Web Services (AWS) Profil (`☁️`)
- Execution time of the last command - Anzeige der Laufzeit des letzten Befehls
- Custom environment variable value - Wert einer beliebigen Umgebungsvariable
- Erkennung von Nix-Shell-Umgebungen - Erkennung von Nix-Shell-Umgebungen
- Benutzername, wenn dieser nicht dem angemeldeten Benutzer entspricht - Benutzername, wenn dieser nicht dem angemeldeten Benutzer entspricht
- Optional current time in 12/24hr format - Optionale Uhrzeit im 12/24 Stunden Format
- Current Terraform Workspace and version (`💠`) - Aktueller "Terraform Workspace" Name und Version (`💠`)
- Current Conda environment (`C`) - Aktuelle Conda-Umgebung (`C`)
## 🚀 Installation ## 🚀 Installation
@ -124,34 +124,34 @@
1. Installiere die Binärversion von **starship**: 1. Installiere die Binärversion von **starship**:
#### Install Latest Version #### Neueste Version installieren
##### From prebuilt binary, with Shell: ##### Neuster GitHub Release mit Shell:
```sh ```sh
curl -fsSL https://starship.rs/install.sh | bash curl -fsSL https://starship.rs/install.sh | bash
``` ```
##### From source on [crates.io](https://crates.io/): ##### Von Quellcode auf [crates.io](https://crates.io/):
```sh ```sh
cargo install starship cargo install starship
``` ```
#### Install via Package Manager #### Installation mithilfe eines Paket-Managers
##### With [Homebrew](https://brew.sh/): ##### Mit [Homebrew](https://brew.sh/):
```sh ```sh
brew install starship brew install starship
``` ```
##### With [Scoop](https://scoop.sh): ##### Mit [scoop](https://scoop.sh):
```powershell ```powershell
scoop install starship scoop install starship
@ -208,7 +208,7 @@
#### Ion #### Ion
Add the following to the end of `~/.config/ion/initrc`: Trage folgendes am Ende der `~/.config/ion/initrc` ein:
```sh ```sh
# ~/.config/ion/initrc # ~/.config/ion/initrc
@ -326,6 +326,9 @@ Danke an diese wunderbaren Leute ([emoji-Schlüssel](https://allcontributors.org
</tr> </tr>
<tr> <tr>
<td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td> <td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/gkeep"><img src="https://avatars3.githubusercontent.com/u/20600053?v=4" width="100px;" alt="" /><br /><sub><b>Gennady Koshkin</b></sub></a><br /><a href="#translation-gkeep" title="Translation">🌍</a></td>
<td align="center"><a href="https://blog.brightone.space"><img src="https://avatars1.githubusercontent.com/u/12615679?v=4" width="100px;" alt="" /><br /><sub><b>Oleksii Filonenko</b></sub></a><br /><a href="#translation-filalex77" title="Translation">🌍</a></td>
<td align="center"><a href="https://github.com/ivanovart"><img src="https://avatars2.githubusercontent.com/u/5867379?v=4" width="100px;" alt="" /><br /><sub><b>Artem Ivanov</b></sub></a><br /><a href="#translation-ivanovart" title="Translation">🌍</a></td>
</tr> </tr>
</table> </table>
@ -337,7 +340,7 @@ Dieses Projekt folgt der [all-contributors](https://github.com/all-contributors/
## 💭 Inspiriert durch ## 💭 Inspiriert durch
Checkt bitte diese älteren Projekte, die das Entstehen von Starhip inspiriert haben. 🙏 Schaut euch bitte auch die Projekte an, die die Entstehung von Starship inspiriert haben. 🙏
- **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** - Ein ZSH-Prompt für Astronauten. - **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** - Ein ZSH-Prompt für Astronauten.

View File

@ -21,7 +21,7 @@
src="https://img.shields.io/discord/567163873606500352?logo=discord" src="https://img.shields.io/discord/567163873606500352?logo=discord"
alt="Chat en Discord" /></a> alt="Chat en Discord" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-64-orange" alt="Todos los colaboradores"></a> <a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-65-orange" alt="Todos los colaboradores"></a>
<!-- ALL-CONTRIBUTORS-BADGE:END --> <!-- ALL-CONTRIBUTORS-BADGE:END -->
</p> </p>
@ -43,6 +43,9 @@
<a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md" <a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a>
&nbsp; &nbsp;
<a href="https://github.com/starship/starship/blob/master/docs/ru-RU/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/zh-CN" <a href="https://translate.starship.rs/project/starship-prompt/zh-CN"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a>
&nbsp; &nbsp;
@ -53,10 +56,7 @@
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-es.png" alt="Español" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-es.png" alt="Español" /></a>
&nbsp; &nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/fr" <a href="https://translate.starship.rs/project/starship-prompt/fr"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Francés" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/ru"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Ruso" /></a>
</p> </p>
<h1></h1> <h1></h1>
@ -324,6 +324,9 @@ Los agradecimientos van a estas maravillosas personas ([clave emoji](https://all
</tr> </tr>
<tr> <tr>
<td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td> <td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/gkeep"><img src="https://avatars3.githubusercontent.com/u/20600053?v=4" width="100px;" alt="" /><br /><sub><b>Gennady Koshkin</b></sub></a><br /><a href="#translation-gkeep" title="Translation">🌍</a></td>
<td align="center"><a href="https://blog.brightone.space"><img src="https://avatars1.githubusercontent.com/u/12615679?v=4" width="100px;" alt="" /><br /><sub><b>Oleksii Filonenko</b></sub></a><br /><a href="#translation-filalex77" title="Translation">🌍</a></td>
<td align="center"><a href="https://github.com/ivanovart"><img src="https://avatars2.githubusercontent.com/u/5867379?v=4" width="100px;" alt="" /><br /><sub><b>Artem Ivanov</b></sub></a><br /><a href="#translation-ivanovart" title="Translation">🌍</a></td>
</tr> </tr>
</table> </table>

View File

@ -21,7 +21,7 @@
src="https://img.shields.io/discord/567163873606500352?logo=discord" src="https://img.shields.io/discord/567163873606500352?logo=discord"
alt="Discuter sur Discord" /></a> alt="Discuter sur Discord" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-64-orange" alt="Tous les contributeurs"></a> <a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-65-orange" alt="Tous les contributeurs"></a>
<!-- ALL-CONTRIBUTORS-BADGE:END --> <!-- ALL-CONTRIBUTORS-BADGE:END -->
</p> </p>
@ -43,6 +43,9 @@
<a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md" <a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a>
&nbsp; &nbsp;
<a href="https://github.com/starship/starship/blob/master/docs/ru-RU/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/zh-CN" <a href="https://translate.starship.rs/project/starship-prompt/zh-CN"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a>
&nbsp; &nbsp;
@ -54,9 +57,6 @@
&nbsp; &nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/fr" <a href="https://translate.starship.rs/project/starship-prompt/fr"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/ru"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский" /></a>
</p> </p>
<h1></h1> <h1></h1>
@ -324,6 +324,9 @@ Merci à ces personnes merveilleuses ([clé emojis](https://allcontributors.org/
</tr> </tr>
<tr> <tr>
<td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td> <td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/gkeep"><img src="https://avatars3.githubusercontent.com/u/20600053?v=4" width="100px;" alt="" /><br /><sub><b>Gennady Koshkin</b></sub></a><br /><a href="#translation-gkeep" title="Translation">🌍</a></td>
<td align="center"><a href="https://blog.brightone.space"><img src="https://avatars1.githubusercontent.com/u/12615679?v=4" width="100px;" alt="" /><br /><sub><b>Oleksii Filonenko</b></sub></a><br /><a href="#translation-filalex77" title="Translation">🌍</a></td>
<td align="center"><a href="https://github.com/ivanovart"><img src="https://avatars2.githubusercontent.com/u/5867379?v=4" width="100px;" alt="" /><br /><sub><b>Artem Ivanov</b></sub></a><br /><a href="#translation-ivanovart" title="Translation">🌍</a></td>
</tr> </tr>
</table> </table>

View File

@ -21,7 +21,7 @@
src="https://img.shields.io/discord/567163873606500352?logo=discord" src="https://img.shields.io/discord/567163873606500352?logo=discord"
alt="Chat on Discord" /></a> alt="Chat on Discord" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-64-orange" alt="All Contributors"></a> <a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-65-orange" alt="All Contributors"></a>
<!-- ALL-CONTRIBUTORS-BADGE:END --> <!-- ALL-CONTRIBUTORS-BADGE:END -->
</p> </p>
@ -43,6 +43,9 @@
<a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md" <a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a>
&nbsp; &nbsp;
<a href="https://github.com/starship/starship/blob/master/docs/ru-RU/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/zh-CN" <a href="https://translate.starship.rs/project/starship-prompt/zh-CN"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a>
&nbsp; &nbsp;
@ -54,9 +57,6 @@
&nbsp; &nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/fr" <a href="https://translate.starship.rs/project/starship-prompt/fr"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/ru"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский" /></a>
</p> </p>
<h1></h1> <h1></h1>
@ -110,8 +110,8 @@
<li>Nix-shell の環境検出</li> <li>Nix-shell の環境検出</li>
<li>ログインユーザーと異なる場合にユーザー名を表示する</li> <li>ログインユーザーと異なる場合にユーザー名を表示する</li>
<li>12/24時間形式のオプションの現在時刻</li> <li>12/24時間形式のオプションの現在時刻</li>
<li>Current Terraform Workspace and version (<code>💠`) <li>現在の Terraform のワークスペースとバージョン (<code>💠`)
- Current Conda environment (`C`) - 現在の Conda の環境 (`C`)
## 🚀 インストール ## 🚀 インストール
@ -324,6 +324,9 @@ Starship の設定方法の詳細に関しては、[ドキュメント](https://
</tr> </tr>
<tr> <tr>
<td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td> <td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/gkeep"><img src="https://avatars3.githubusercontent.com/u/20600053?v=4" width="100px;" alt="" /><br /><sub><b>Gennady Koshkin</b></sub></a><br /><a href="#translation-gkeep" title="Translation">🌍</a></td>
<td align="center"><a href="https://blog.brightone.space"><img src="https://avatars1.githubusercontent.com/u/12615679?v=4" width="100px;" alt="" /><br /><sub><b>Oleksii Filonenko</b></sub></a><br /><a href="#translation-filalex77" title="Translation">🌍</a></td>
<td align="center"><a href="https://github.com/ivanovart"><img src="https://avatars2.githubusercontent.com/u/5867379?v=4" width="100px;" alt="" /><br /><sub><b>Artem Ivanov</b></sub></a><br /><a href="#translation-ivanovart" title="Translation">🌍</a></td>
</tr> </tr>
</table> </table>

View File

@ -64,11 +64,11 @@ export STARSHIP_CONFIG=~/.starship
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| -------------- | ----------------------------- | -------------------------------------------------------- | | -------------- | ------------------------------- | -------------------------------------------------------- |
| `add_newline` | `true` | Добавление пустой строки перед началом командной строки. | | `add_newline` | `true` | Добавление пустой строки перед началом командной строки. |
| `prompt_order` | [link](#default-prompt-order) | Настройка порядка появления модулей командной строки. | | `prompt_order` | [ссылка](#default-prompt-order) | Настройка порядка появления модулей командной строки. |
| `scan_timeout` | `30` | Тайм-аут запуска сканирования файлов (в миллисекундах). | | `scan_timeout` | `30` | Тайм-аут запуска сканирования файлов (в миллисекундах). |
### Пример ### Пример
@ -167,12 +167,12 @@ us-east-1 = "va"
<details> <details>
<summary>Также, есть опции для некоторых нетипичных состояний батареи.</summary> <summary>Также, есть опции для некоторых нетипичных состояний батареи.</summary>
| Переменная | Описание | | Переменная | Описание |
| ---------------- | --------------------------------------------------- | | ---------------- | ------------------------------------------------------- |
| `unknown_symbol` | The symbol shown when the battery state is unknown. | | `unknown_symbol` | Символ, отображаемый при неизвестном состоянии батареи. |
| `empty_symbol` | The symbol shown when the battery state is empty. | | `empty_symbol` | Символ, отображаемый при пустом состоянии батареи. |
Note: Battery indicator will be hidden if the status is `unknown` or `empty` unless you specify the option in the config. Примечание: Индикатор батареи будет скрыт при состоянии `unknown` или `empty`, если вы не указали параметр в настройках.
</details> </details>
@ -254,7 +254,7 @@ use_symbol_for_status = true
Модуль `cmd_duration` показывает время исполнения последней команды. Модуль будет показан только, если команда заняла более двух секунд, или если задан параметр `min_time`. Модуль `cmd_duration` показывает время исполнения последней команды. Модуль будет показан только, если команда заняла более двух секунд, или если задан параметр `min_time`.
::: предупреждение Не подключайте ловушку DEBUG к Bash ::: warning Не подключайте ловушку DEBUG к Bash
Если вы испоьзуете Starship в `bash`, не подключайте ловушку `DEBUG` после запуска `eval $(starship init $0)`, иначе этот модуль сломается. Если вы испоьзуете Starship в `bash`, не подключайте ловушку `DEBUG` после запуска `eval $(starship init $0)`, иначе этот модуль сломается.
@ -331,10 +331,10 @@ style = "dimmed green"
<details> <details>
<summary>Этот модуль имеет несколько расширенных опций конфигурации, которые контролируют отображение каталога.</summary> <summary>Этот модуль имеет несколько расширенных опций конфигурации, которые контролируют отображение каталога.</summary>
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| --------------------------- | ------------ | ---------------------------------------------------------------------------------------- | | --------------------------- | ------------ | --------------------------------------------------------------------------------- |
| `fish_style_pwd_dir_length` | `0` | The number of characters to use when applying fish shell pwd path logic. | | `fish_style_pwd_dir_length` | `0` | Количество символов, используемых при использовании логики создания пути из fish. |
| `use_logical_path` | `true` | Displays the logical path provided by the shell (`PWD`) instead of the path from the OS. | | `use_logical_path` | `true` | Отображает логический путь от оболочки (`PWD`) вместо пути от ОС. |
</details> </details>
@ -494,37 +494,37 @@ cherry_pick = "🍒 PICKING"
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ------------------ | ---------------------------- | ------------------------------------------------------ | | ------------------ | ---------------------------- | ---------------------------------------------------------------- |
| `conflicted` | `"="` | Эта ветка имеет конфликты слияния. | | `conflicted` | `"="` | Эта ветка имеет конфликты слияния. |
| `conflicted_count` | [ссылка](#git-status-counts) | Показывать в стиле количество конфликтов. | | `conflicted_count` | [ссылка](#git-status-counts) | Оформленно показывать количество конфликтов. |
| `ahead` | `"⇡"` | Эта ветка впереди отслеживаемой ветви. | | `ahead` | `"⇡"` | Эта ветка впереди отслеживаемой ветви. |
| `behind` | `"⇣"` | Эта ветка позади отслеживаемой ветви. | | `behind` | `"⇣"` | Эта ветка позади отслеживаемой ветви. |
| `diverged` | `"⇕"` | Эта ветка расходится от отслеживаемой ветки. | | `diverged` | `"⇕"` | Эта ветка расходится от отслеживаемой ветки. |
| `untracked` | `"?"` | В рабочей директории есть неотслеженные файлы. | | `untracked` | `"?"` | В рабочей директории есть неотслеженные файлы. |
| `untracked_count` | [ссылка](#git-status-counts) | Показывать в стиле количество неотслеженных файлов. | | `untracked_count` | [ссылка](#git-status-counts) | Показывать в стиле количество неотслеженных файлов. |
| `stashed` | `"$"` | A stash exists for the local repository. | | `stashed` | `"$"` | Для локального репозитория существует тайник. |
| `stashed_count` | [ссылка](#git-status-counts) | Show and style the number of stashes. | | `stashed_count` | [ссылка](#git-status-counts) | Оформленно показывать количество тайников. |
| `modified` | `"!"` | There are file modifications in the working directory. | | `modified` | `"!"` | В рабочем директории есть изменения файлов. |
| `modified_count` | [ссылка](#git-status-counts) | Show and style the number of modified files. | | `modified_count` | [ссылка](#git-status-counts) | Оформленно показывать количество измененных файлов. |
| `staged` | `"+"` | A new file has been added to the staging area. | | `staged` | `"+"` | В промежуточную область добавлен новый файл. |
| `staged_count` | [ссылка](#git-status-counts) | Show and style the number of files staged files. | | `staged_count` | [ссылка](#git-status-counts) | Оформленно показывать количество файлов в промежуточной области. |
| `renamed` | `"»"` | A renamed file has been added to the staging area. | | `renamed` | `"»"` | В промежуточную область добавлен переименованный файл. |
| `renamed_count` | [ссылка](#git-status-counts) | Show and style the number of renamed files. | | `renamed_count` | [ссылка](#git-status-counts) | Оформленно показывать количество переименованных файлов. |
| `deleted` | `"✘"` | A file's deletion has been added to the staging area. | | `deleted` | `"✘"` | Удаление файла было добавлено в промежуточную область. |
| `deleted_count` | [ссылка](#git-status-counts) | Show and style the number of deleted files. | | `deleted_count` | [ссылка](#git-status-counts) | Оформленно показывать количество удаленных файлов. |
| `show_sync_count` | `false` | Show ahead/behind count of the branch being tracked. | | `show_sync_count` | `false` | Показывать счетчик впереди/позади для отслеживаемой ветки. |
| `prefix` | `[` | Prefix to display immediately before git status. | | `prefix` | `[` | Префикс для отображения сразу перед статусом git. |
| `suffix` | `]` | Suffix to display immediately after git status. | | `suffix` | `]` | Суффикс, отображаемый сразу после статуса git. |
| `style` | `"bold red"` | Стиль модуля. | | `style` | `"bold red"` | Стиль модуля. |
| `disabled` | `false` | Disables the `git_status` module. | | `disabled` | `false` | Отключает модуль `git_status`. |
#### Git Status Counts #### Счетчик статуса Git
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ---------- | ------------ | ------------------------------------------------------ | | ---------- | ------------ | ------------------------------------------------------- |
| `enabled` | `false` | Show the number of files | | `enabled` | `false` | Показать количество файлов |
| `style` | | Optionally style the count differently than the module | | `style` | | При желании, можно оформлять счетчик не так, как модуль |
### Пример ### Пример
@ -549,23 +549,23 @@ deleted = "🗑"
## Golang ## Golang
The `golang` module shows the currently installed version of Golang. The module will be shown if any of the following conditions are met: Модуль `golang` показывает установленную версию Golang. Модуль будет показан, если любое из следующих условий соблюдено:
- The current directory contains a `go.mod` file - Текущий каталог содержит файл `go.mod`
- The current directory contains a `go.sum` file - Текущий каталог содержит файл `go.sum`
- The current directory contains a `glide.yaml` file - Текущий каталог содержит файл `glide.yaml`
- The current directory contains a `Gopkg.yml` file - Текущий каталог содержит файл `Gopkg.yml`
- The current directory contains a `Gopkg.lock` file - Текущий каталог содержит файл `Gopkg.lock`
- The current directory contains a `Godeps` directory - Текущий каталог содержит папку `Godeps`
- The current directory contains a file with the `.go` extension - Текущий каталог содержит файл с расширением `.go`
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ---------- | ------------- | -------------------------------------------------------- | | ---------- | ------------- | ------------------------------------------------------ |
| `symbol` | `"🐹 "` | The symbol used before displaying the version of Golang. | | `symbol` | `"🐹 "` | Символ, используемый перед отображением версии Golang. |
| `style` | `"bold cyan"` | Стиль модуля. | | `style` | `"bold cyan"` | Стиль модуля. |
| `disabled` | `false` | Disables the `golang` module. | | `disabled` | `false` | Отключает модуль `golang`. |
### Пример ### Пример
@ -576,19 +576,19 @@ The `golang` module shows the currently installed version of Golang. The module
symbol = "🏎💨 " symbol = "🏎💨 "
``` ```
## Mercurial Branch ## Ветка Mercurial
The `hg_branch` module shows the active branch of the repo in your current directory. Модуль `hg_branch` показывает активную ветку репозитория в вашем текущем каталоге.
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ------------------- | --------------- | -------------------------------------------------------------------------------------------- | | ------------------- | --------------- | ---------------------------------------------------------------------------------------- |
| `symbol` | `" "` | The symbol used before the hg bookmark or branch name of the repo in your current directory. | | `symbol` | `" "` | Символ, используемый перед закладкой hg или именем ветки репозитория в текущем каталоге. |
| `truncation_length` | `2^63 - 1` | Truncates the hg branch name to X graphemes | | `truncation_length` | `2^63 - 1` | Обрезает имя ветки hg до X графемов |
| `truncation_symbol` | `"…"` | Символ, используемый для обозначения усечения названия ветки. | | `truncation_symbol` | `"…"` | Символ, используемый для обозначения усечения названия ветки. |
| `style` | `"bold purple"` | Стиль модуля. | | `style` | `"bold purple"` | Стиль модуля. |
| `disabled` | `true` | Disables the `hg_branch` module. | | `disabled` | `true` | Отключает модуль `hg_branch`. |
### Пример ### Пример
@ -601,20 +601,20 @@ truncation_length = 4
truncation_symbol = "" truncation_symbol = ""
``` ```
## Hostname ## Имя хоста
The `hostname` module shows the system hostname. Модуль `hostname` отображает имя системного хоста.
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ---------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | | ---------- | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| `ssh_only` | `true` | Only show hostname when connected to an SSH session. | | `ssh_only` | `true` | Показывать имя хоста только при подключении к SSH-сессии. |
| `prefix` | `""` | Prefix to display immediately before the hostname. | | `prefix` | `""` | Префикс, отображаемый непосредственно перед именем хоста. |
| `suffix` | `""` | Suffix to display immediately after the hostname. | | `suffix` | `""` | Суффикс, отображаемый непосредственно перед именем хоста. |
| `trim_at` | `"."` | String that the hostname is cut off at, after the first match. `"."` will stop after the first dot. `""` will disable any truncation | | `trim_at` | `"."` | Строка, по которую имя хоста будет сокращено после первого совпадения. `"."` остановится после первой точки. `"` отключит любое усечение |
| `style` | `"bold dimmed green"` | Стиль модуля. | | `style` | `"bold dimmed green"` | Стиль модуля. |
| `disabled` | `false` | Disables the `hostname` module. | | `disabled` | `false` | Отключает модуль `hostname`. |
### Пример ### Пример
@ -629,18 +629,18 @@ trim_at = ".companyname.com"
disabled = false disabled = false
``` ```
## Jobs ## Задачи
The `jobs` module shows the current number of jobs running. The module will be shown only if there are background jobs running. The module will show the number of jobs running if there is more than 1 job, or more than the `threshold` config value, if it exists. Модуль `jobs` отображает текущее количество запущенных задач. Модуль будет показан только если выполняются фоновые задачи. Модуль покажет количество запущенных задач при наличии более чем 1 задачи, или больше, чем значение конфигурации `threshold`, если оно существует.
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ----------- | ------------- | ----------------------------------------------------- | | ----------- | ------------- | --------------------------------------------------------- |
| `symbol` | `"✦"` | The symbol used before displaying the number of jobs. | | `symbol` | `"✦"` | Символ, используемый перед отображением количества задач. |
| `threshold` | `1` | Show number of jobs if exceeded. | | `threshold` | `1` | Показывать количество задач, если превышено. |
| `style` | `"bold blue"` | Стиль модуля. | | `style` | `"bold blue"` | Стиль модуля. |
| `disabled` | `false` | Disables the `jobs` module. | | `disabled` | `false` | Отключает модуль `jobs`. |
### Пример ### Пример
@ -654,7 +654,7 @@ threshold = 4
## Kubernetes ## Kubernetes
Displays the current Kubernetes context name and, if set, the namespace from the kubeconfig file. The namespace needs to be set in the kubeconfig file, this can be done via `kubectl config set-context starship-cluster --namespace astronaut`. If the `$KUBECONFIG` env var is set the module will use that if not it will use the `~/.kube/config`. Отображает текущее контекстное имя Kubernetes и, если применено, пространство имён из файла kubeconfig. Пространство имен дожно быть задано в файле kubeconfig, это делается через `kubectl config set-context starship-cluster --namespace astronaut`. Если переменная окружения `$KUBECONFIG` установлена, модуль будет использовать это, в противном случае будет использовать `~/.kube/config`.
::: tip ::: tip
@ -664,11 +664,11 @@ Displays the current Kubernetes context name and, if set, the namespace from the
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ---------- | ------------- | --------------------------------------------------- | | ---------- | ------------- | -------------------------------------------------------------- |
| `symbol` | `"☸ "` | The symbol used before displaying the Cluster info. | | `symbol` | `"☸ "` | Символ, используемый перед отображением информации о Кластере. |
| `style` | `"bold blue"` | Стиль модуля. | | `style` | `"bold blue"` | Стиль модуля. |
| `disabled` | `true` | Disables the `kubernetes` module | | `disabled` | `true` | Отключает модуль `kubernetes` |
### Пример ### Пример
@ -681,15 +681,15 @@ style = "dim green"
disabled = false disabled = false
``` ```
## Line Break ## Перевод Строки
The `line_break` module separates the prompt into two lines. Модуль `line_break` разделяет командную строку на две строки.
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ---------- | ------------ | ------------------------------------------------------------------ | | ---------- | ------------ | ------------------------------------------------------------------------ |
| `disabled` | `false` | Disables the `line_break` module, making the prompt a single line. | | `disabled` | `false` | Отключает модуль `line_break`, отображая командную строку в одну строку. |
### Пример ### Пример
@ -702,17 +702,17 @@ disabled = true
## Nix-shell ## Nix-shell
The `nix_shell` module shows the nix-shell environment. The module will be shown when inside a nix-shell environment. Модуль `nix_shell` показывает окружение nix-shell. Модуль будет показываться внутри среды nix-shell.
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ------------ | ------------ | ---------------------------------- | | ------------ | ------------ | ----------------------------- |
| `use_name` | `false` | Display the name of the nix-shell. | | `use_name` | `false` | Отображать имя nix-shell. |
| `impure_msg` | `"impure"` | Customize the "impure" msg. | | `impure_msg` | `"impure"` | Настройте сообщение "impure". |
| `pure_msg` | `"pure"` | Customize the "pure" msg. | | `pure_msg` | `"pure"` | Настройте сообщение "pure". |
| `style` | `"bold red"` | Стиль модуля. | | `style` | `"bold red"` | Стиль модуля. |
| `disabled` | `false` | Disables the `nix_shell` module. | | `disabled` | `false` | Отключает модуль `nix_shell`. |
### Пример ### Пример
@ -728,18 +728,18 @@ pure_msg = "pure shell"
## Java ## Java
The `java` module shows the currently installed version of Java. The module will be shown if any of the following conditions are met: Модуль `java` показывает установленную версию Java. Модуль будет показан, если любое из следующих условий соблюдено:
- The current directory contains a `pom.xml`, `build.gradle`, `build.gradle.kts` or `build.sbt` file - Текущий каталог содержит файл `pom.xml`, `build.gradle`, `build.gradle.kts` или `build.sbt`
- The current directory contains a file with the `.java`, `.class` or `.jar` extension - Текущий каталог содержит файл с расширением `.java`, `.class` или `.jar`
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ---------- | -------------- | ------------------------------------------------------ | | ---------- | -------------- | ---------------------------------------------------- |
| `symbol` | `"☕ "` | The symbol used before displaying the version of Java. | | `symbol` | `"☕ "` | Символ, используемый перед отображением версии Java. |
| `style` | `"dimmed red"` | Стиль модуля. | | `style` | `"dimmed red"` | Стиль модуля. |
| `disabled` | `false` | Disables the `java` module. | | `disabled` | `false` | Отключает модуль `java`. |
### Пример ### Пример
@ -750,11 +750,11 @@ The `java` module shows the currently installed version of Java. The module will
symbol = "🌟 " symbol = "🌟 "
``` ```
## Memory Usage ## Использование памяти
The `memory_usage` module shows current system memory and swap usage. Модуль `memory_usage` отображает текущую системную память и использование подкачки.
By default the swap usage is displayed if the total system swap is non-zero. По умолчанию использование подкачки отображается, если общая сумма подкачки системы не равна нулю.
::: tip ::: tip
@ -764,15 +764,15 @@ By default the swap usage is displayed if the total system swap is non-zero.
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ----------------- | --------------------- | ------------------------------------------------------------- | | ----------------- | --------------------- | --------------------------------------------------------------------------- |
| `show_percentage` | `false` | Display memory usage as a percentage of the available memory. | | `show_percentage` | `false` | Отображать использование памяти в процентах от доступной памяти. |
| `show_swap` | `true` | Display swap usage if total swap is non-zero. | | `show_swap` | `true` | Отображать использование подкачки, если общая сумма подкачки не равна нулю. |
| `threshold` | `75` | Hide the memory usage unless it exceeds this percentage. | | `threshold` | `75` | Скрывать использование памяти, если она не превышает этот процент. |
| `symbol` | `"🐏 "` | The symbol used before displaying the memory usage. | | `symbol` | `"🐏 "` | Символ, используемый перед отображением использования памяти. |
| `separator` | `" | "` | The symbol or text that will seperate the ram and swap usage. | | `separator` | `" | "` | Символ или текст, который отделит использование памяти и подкачки. |
| `style` | `"bold dimmed white"` | Стиль модуля. | | `style` | `"bold dimmed white"` | Стиль модуля. |
| `disabled` | `true` | Disables the `memory_usage` module. | | `disabled` | `true` | Отключает модуль `memory_usage`. |
### Пример ### Пример
@ -790,19 +790,19 @@ style = "bold dimmed green"
## NodeJS ## NodeJS
The `nodejs` module shows the currently installed version of NodeJS. The module will be shown if any of the following conditions are met: Модуль `nodejs` показывает установленную версию NodeJS. Модуль будет показан, если любое из следующих условий соблюдено:
- The current directory contains a `package.json` file - Текущий каталог содержит файл `package.json`
- The current directory contains a `node_modules` directory - Текущий каталог содержит каталог `node_modules`
- The current directory contains a file with the `.js` extension - Текущий каталог содержит файл с расширением `.js`
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ---------- | -------------- | -------------------------------------------------------- | | ---------- | -------------- | ------------------------------------------------------ |
| `symbol` | `"⬢ "` | The symbol used before displaying the version of NodeJS. | | `symbol` | `"⬢ "` | Символ, используемый перед отображением версии NodeJS. |
| `style` | `"bold green"` | Стиль модуля. | | `style` | `"bold green"` | Стиль модуля. |
| `disabled` | `false` | Disables the `nodejs` module. | | `disabled` | `false` | Отключает модуль `nodejs`. |
### Пример ### Пример
@ -813,24 +813,24 @@ The `nodejs` module shows the currently installed version of NodeJS. The module
symbol = "🤖 " symbol = "🤖 "
``` ```
## Package Version ## Версия пакета
The `package` module is shown when the current directory is the repository for a package, and shows its current version. The module currently supports `npm`, `cargo`, and `poetry` packages. Модуль `package` отображается, когда текущий каталог является репозиторием для пакета и показывает его текущую версию. Модуль в настоящее время поддерживает пакеты `npm`, `cargo` и `poetry`.
- **npm** The `npm` package version is extracted from the `package.json` present in the current directory - **npm** Версия пакета `npm` из файла `package.json` в текущем каталоге
- **cargo** The `cargo` package version is extracted from the `Cargo.toml` present in the current directory - **cargo** Версия пакета `cargo` из файла `Cargo.toml` в текущем каталоге
- **poetry** The `poetry` package version is extracted from the `pyproject.toml` present in the current directory - **poetry** Версия пакета `poetry` из файла `pyproject.toml` в текущем каталоге
- **composer** The `composer` package version is extracted from the `composer.json` present in the current directory - **composer** Версия пакета `composer` из `composer.json` в текущем каталоге
> ⚠ The version being shown is that of the package whose source code is in your current directory, not your package manager. > ⚠ Показана версия пакета, исходный код которого находится в текущем каталоге, а не в менеджере пакетов.
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ---------- | ------------ | ---------------------------------------------------------- | | ---------- | ------------ | ------------------------------------------------------ |
| `symbol` | `"📦 "` | The symbol used before displaying the version the package. | | `symbol` | `"📦 "` | Символ, используемый перед отображением версии пакета. |
| `style` | `"bold red"` | Стиль модуля. | | `style` | `"bold red"` | Стиль модуля. |
| `disabled` | `false` | Disables the `package` module. | | `disabled` | `false` | Отключает модуль `package`. |
### Пример ### Пример
@ -843,18 +843,18 @@ symbol = "🎁 "
## PHP ## PHP
The `php` module shows the currently installed version of PHP. The module will be shown if any of the following conditions are met: Модуль `php` показывает установленную версию PHP. Модуль будет показан, если любое из следующих условий соблюдено:
- The current directory contains a `composer.json` file - Текущий каталог содержит файл `composer.json`
- The current directory contains a `.php` file - Текущий каталог содержит файл `.php`
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ---------- | ------------ | ----------------------------------------------------- | | ---------- | ------------ | --------------------------------------------------- |
| `symbol` | `"🐘 "` | The symbol used before displaying the version of PHP. | | `symbol` | `"🐘 "` | Символ, используемый перед отображением версии PHP. |
| `style` | `"bold red"` | Стиль модуля. | | `style` | `"bold red"` | Стиль модуля. |
| `disabled` | `false` | Disables the `php` module. | | `disabled` | `false` | Отключает модуль `php`. |
### Пример ### Пример
@ -867,31 +867,31 @@ symbol = "🔹 "
## Python ## Python
The `python` module shows the currently installed version of Python. Модуль `python` показывает установленную версию Python.
If `pyenv_version_name` is set to `true`, it will display the pyenv version name. Если `pyenv_version_name` установлено значение `true`, на экране появится имя версии pyenv.
Otherwise, it will display the version number from `python --version` and show the current Python virtual environment if one is activated. Иначе на экране будет показан номер версии из `python --version` и будет отображено текущее виртуального окружения Python, если активировано.
The module will be shown if any of the following conditions are met: Модуль будет показан, если любое из следующих условий соблюдено:
- The current directory contains a `.python-version` file - Текущий каталог содержит файл `.python-version`
- The current directory contains a `requirements.txt` file - Текущий каталог содержит файл `requirements.txt`
- The current directory contains a `pyproject.toml` file - Текущий каталог содержит файл `pyproject.toml`
- The current directory contains a file with the `.py` extension - Текущий каталог содержит файл с расширением `.py`
- The current directory contains a `Pipfile` file - Текущий каталог содержит файл `Pipfile`
- The current directory contains a `tox.ini` file - Текущий каталог содержит файл `tox.ini`
- A virtual environment is currently activated - Виртуальная среда в данный момент активирована
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| -------------------- | --------------- | --------------------------------------------------------------------------- | | -------------------- | --------------- | ------------------------------------------------------------------------------------- |
| `symbol` | `"🐍 "` | The symbol used before displaying the version of Python. | | `symbol` | `"🐍 "` | Символ перед отображением текущей версии Python. |
| `pyenv_version_name` | `false` | Use pyenv to get Python version | | `pyenv_version_name` | `false` | Использовать pyenv для получения версии Python |
| `pyenv_prefix` | `"pyenv "` | Prefix before pyenv version display (default display is `pyenv MY_VERSION`) | | `pyenv_prefix` | `"pyenv "` | Префикс перед отображением версии pyenv (отображение по умолчанию `pyenv MY_VERSION`) |
| `style` | `"bold yellow"` | Стиль модуля. | | `style` | `"bold yellow"` | Стиль модуля. |
| `disabled` | `false` | Disables the `python` module. | | `disabled` | `false` | Disables the `python` module. |
### Пример ### Пример
@ -906,18 +906,18 @@ pyenv_prefix = "foo "
## Ruby ## Ruby
The `ruby` module shows the currently installed version of Ruby. The module will be shown if any of the following conditions are met: Модуль `ruby` показывает установленную версию Ruby. Модуль будет показан, если любое из следующих условий соблюдено:
- The current directory contains a `Gemfile` file - Текущий каталог содержит файл `Gemfile`
- The current directory contains a `.rb` file - Текущий каталог содержит файл `.rb`
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ---------- | ------------ | ------------------------------------------------------ | | ---------- | ------------ | ---------------------------------------------------- |
| `symbol` | `"💎 "` | The symbol used before displaying the version of Ruby. | | `symbol` | `"💎 "` | Символ, используемый перед отображением версии Ruby. |
| `style` | `"bold red"` | Стиль модуля. | | `style` | `"bold red"` | Стиль модуля. |
| `disabled` | `false` | Disables the `ruby` module. | | `disabled` | `false` | Отключает модуль `ruby`. |
### Пример ### Пример
@ -930,18 +930,18 @@ symbol = "🔺 "
## Rust ## Rust
The `rust` module shows the currently installed version of Rust. The module will be shown if any of the following conditions are met: Модуль `rust` показывает установленную версию Rust. Модуль будет показан, если любое из следующих условий соблюдено:
- The current directory contains a `Cargo.toml` file - Текущий каталог содержит файл `Cargo.toml`
- The current directory contains a file with the `.rs` extension - Текущий каталог содержит файл с расширением `.rs`
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ---------- | ------------ | ------------------------------------------------------ | | ---------- | ------------ | ---------------------------------------------------- |
| `symbol` | `"🦀 "` | The symbol used before displaying the version of Rust. | | `symbol` | `"🦀 "` | Символ, используемый перед отображением версии Rust. |
| `style` | `"bold red"` | Стиль модуля. | | `style` | `"bold red"` | Стиль модуля. |
| `disabled` | `false` | Disables the `rust` module. | | `disabled` | `false` | Отключает модуль `rust`. |
### Пример ### Пример
@ -954,19 +954,19 @@ symbol = "⚙️ "
## Terraform ## Terraform
The `terraform` module shows the currently selected terraform workspace and version. By default the terraform version is not shown, since this is slow on current versions of terraform when a lot of plugins are in use. The module will be shown if any of the following conditions are met: Модуль `terraform` показывает выбранную рабочую область и версию terraform. По умолчанию, версия terraform не показана, так как это медленно на текущих версиях terraform, при использовании большого количества плагинов. Модуль будет показан, если любое из следующих условий соблюдено:
- The current directory contains a `.terraform` folder - Текущий каталог содержит папку `.terraform`
- Current directory contains a file with the `.tf` extension - Текущий каталог содержит файл с расширением `.tf`
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| -------------- | ------------ | ----------------------------------------------------------- | | -------------- | ------------ | --------------------------------------------------------------------------- |
| `symbol` | `"💠 "` | The symbol used before displaying the terraform workspace. | | `symbol` | `"💠 "` | Символ, используемый перед отображением рабочего пространства terraform. |
| `show_version` | `false` | Shows the terraform version. Very slow on large workspaces. | | `show_version` | `false` | Показать версию terraform. Очень медленно на больших рабочих пространствах. |
| `style` | `"bold 105"` | Стиль модуля. | | `style` | `"bold 105"` | Стиль модуля. |
| `disabled` | `false` | Disables the `terraform` module. | | `disabled` | `false` | Отключает модуль `terraform`. |
### Пример ### Пример
@ -977,9 +977,9 @@ The `terraform` module shows the currently selected terraform workspace and vers
symbol = "🏎💨 " symbol = "🏎💨 "
``` ```
## Time ## Время
The `time` module shows the current **local** time. The `format` configuration value is used by the [`chrono`](https://crates.io/crates/chrono) crate to control how the time is displayed. Take a look [at the chrono strftime docs](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html) to see what options are available. Модуль `time` показывает текущее **локальное** время. Значение конфигурации `format` используется пакетом [`chrono`](https://crates.io/crates/chrono) для контроля того, как отображается время. Ознакомьтесь с [документацией chrono strftime](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html), чтобы увидеть доступные параметры.
::: tip ::: tip
@ -989,15 +989,15 @@ The `time` module shows the current **local** time. The `format` configuration v
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ----------------- | ------------- | ------------------------------------------------------------------------------------------------------------------- | | ----------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `use_12hr` | `false` | Enables 12 hour formatting | | `use_12hr` | `false` | Включить 12-часовое форматирование |
| `format` | see below | The [chrono format string](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html) used to format the time. | | `format` | см. ниже | [Строка формата chrono](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html), используемая для форматирования времени. |
| `style` | `bold yellow` | The style for the module time | | `style` | `bold yellow` | Стиль модуля времени |
| `utc_time_offset` | `local` | Sets the UTC offset to use. Range from -24 < x < 24. Allows floats to accommodate 30/45 minute timezone offsets. | | `utc_time_offset` | `local` | Устанавливает смещение UTC. Диапазон -24 < x < 24. Разрешает числам с плавающей точкой встраивать 30/45-минутное смещение временной зоны. |
| `disabled` | `true` | Disables the `time` module. | | `disabled` | `true` | Отключает модуль `time`. |
If `use_12hr` is `true`, then `format` defaults to `"%r"`. Otherwise, it defaults to `"%T"`. Manually setting `format` will override the `use_12hr` setting. Если `use_12hr` равно `true`, то `format` по умолчанию равно `"%r"`. Иначе по умолчанию используется `"%T"`. Установка `format` вручную переопределит параметр `use_12hr`.
### Пример ### Пример
@ -1010,23 +1010,23 @@ format = "🕙[ %T ]"
utc_time_offset = -5 utc_time_offset = -5
``` ```
## Username ## Имя пользователя
The `username` module shows active user's username. The module will be shown if any of the following conditions are met: Модуль `username` показывает имя активного пользователя. Модуль будет показан, если любое из следующих условий соблюдено:
- The current user is root - Текущий пользователь - root
- The current user isn't the same as the one that is logged in - Текущий пользователь отличается от залогиненного
- The user is currently connected as an SSH session - Пользователь подключен к SSH-сессии
- The variable `show_always` is set to true - Переменная `show_always` равна true
### Опции ### Опции
| Переменная | По умолчанию | Описание | | Переменная | По умолчанию | Описание |
| ------------- | --------------- | ------------------------------------- | | ------------- | --------------- | ------------------------------------------------------- |
| `style_root` | `"bold red"` | The style used when the user is root. | | `style_root` | `"bold red"` | Стиль, используемый для пользователя root. |
| `style_user` | `"bold yellow"` | The style used for non-root users. | | `style_user` | `"bold yellow"` | Стиль, используемый для всех пользователей, кроме root. |
| `show_always` | `false` | Always shows the `username` module. | | `show_always` | `false` | Всегда показывать модуль `username`. |
| `disabled` | `false` | Disables the `username` module. | | `disabled` | `false` | Отключает модуль `username`. |
### Пример ### Пример

View File

@ -10,7 +10,7 @@
src="https://github.com/starship/starship/workflows/Main%20workflow/badge.svg?branch=master&event=push" src="https://github.com/starship/starship/workflows/Main%20workflow/badge.svg?branch=master&event=push"
alt="GitHub Actions workflow status" /></a> alt="GitHub Actions workflow status" /></a>
<a href="https://crates.io/crates/starship" <a href="https://crates.io/crates/starship"
><img src="https://img.shields.io/crates/v/starship" alt="Crates.io version" /></a> ><img src="https://img.shields.io/crates/v/starship" alt="Версия Crates.io" /></a>
<a href="https://repology.org/project/starship/versions" <a href="https://repology.org/project/starship/versions"
><img ><img
src="https://repology.org/badge/tiny-repos/starship.svg" src="https://repology.org/badge/tiny-repos/starship.svg"
@ -19,9 +19,9 @@
<a href="https://discord.gg/8Jzqu3T" <a href="https://discord.gg/8Jzqu3T"
><img ><img
src="https://img.shields.io/discord/567163873606500352?logo=discord" src="https://img.shields.io/discord/567163873606500352?logo=discord"
alt="Chat on Discord" /></a> alt="Чат в Discord" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-64-orange" alt="All Contributors"></a> <a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-65-orange" alt="Все Участники"></a>
<!-- ALL-CONTRIBUTORS-BADGE:END --> <!-- ALL-CONTRIBUTORS-BADGE:END -->
</p> </p>
@ -43,6 +43,9 @@
<a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md" <a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a>
&nbsp; &nbsp;
<a href="https://github.com/starship/starship/blob/master/docs/ru-RU/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/zh-CN" <a href="https://translate.starship.rs/project/starship-prompt/zh-CN"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a>
&nbsp; &nbsp;
@ -54,9 +57,6 @@
&nbsp; &nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/fr" <a href="https://translate.starship.rs/project/starship-prompt/fr"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/ru"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский" /></a>
</p> </p>
<h1></h1> <h1></h1>
@ -65,7 +65,7 @@
<p align="center"> <p align="center">
<br> <br>
<img alt="Starship with iTerm2 and the Snazzy theme" src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif" width="80%"> <img alt="Starship в iTerm2 с темой Snazzy" src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif" width="80%">
<br> <br>
<br> <br>
</p> </p>
@ -110,8 +110,8 @@
- Обнаружение среды Nix-shell - Обнаружение среды Nix-shell
- Текущее имя пользователя, если оно не совпадает с именем залогиненного пользователя - Текущее имя пользователя, если оно не совпадает с именем залогиненного пользователя
- Необязательное текущее время в 12- или 24-часовом формате - Необязательное текущее время в 12- или 24-часовом формате
- Current Terraform Workspace and version (`💠`) - Текущее рабочее пространство Terraform и версия (`💠`)
- Current Conda environment (`C`) - Текущая среда Conda (`C`)
## 🚀 Установка ## 🚀 Установка
@ -127,14 +127,14 @@
#### Установить последнюю версию #### Установить последнюю версию
##### From prebuilt binary, with Shell: ##### Из прекомпилированного двоичного файла, с Shell:
```sh ```sh
curl -fsSL https://starship.rs/install.sh | bash curl -fsSL https://starship.rs/install.sh | bash
``` ```
##### From source on [crates.io](https://crates.io/): ##### Из источника на [crates.io](https://crates.io/):
```sh ```sh
cargo install starship cargo install starship
@ -324,6 +324,9 @@
</tr> </tr>
<tr> <tr>
<td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td> <td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/gkeep"><img src="https://avatars3.githubusercontent.com/u/20600053?v=4" width="100px;" alt="" /><br /><sub><b>Gennady Koshkin</b></sub></a><br /><a href="#translation-gkeep" title="Translation">🌍</a></td>
<td align="center"><a href="https://blog.brightone.space"><img src="https://avatars1.githubusercontent.com/u/12615679?v=4" width="100px;" alt="" /><br /><sub><b>Oleksii Filonenko</b></sub></a><br /><a href="#translation-filalex77" title="Translation">🌍</a></td>
<td align="center"><a href="https://github.com/ivanovart"><img src="https://avatars2.githubusercontent.com/u/5867379?v=4" width="100px;" alt="" /><br /><sub><b>Artem Ivanov</b></sub></a><br /><a href="#translation-ivanovart" title="Translation">🌍</a></td>
</tr> </tr>
</table> </table>
@ -345,7 +348,7 @@
<p align="center"> <p align="center">
<br> <br>
<img width="100" src="https://raw.githubusercontent.com/starship/starship/master/media/icon.png" alt="Starship rocket icon"> <img width="100" src="https://raw.githubusercontent.com/starship/starship/master/media/icon.png" alt="Иконка ракеты Starship">
</p> </p>
## 📝 Лицензия ## 📝 Лицензия

View File

@ -1,16 +1,16 @@
# Presets # Предустановки
Here is a collection of community-submitted configuration presets for Starship. If you have a preset to share, please [submit a PR](https://github.com/starship/starship/edit/master/docs/presets/README.md) updating this file! 😊 Ниже приведена коллекция предустановок конфигураций сообщества для Starship. Если вы хотите поделиться своей предустановкой, пожалуйста, [создайте PR](https://github.com/starship/starship/edit/master/docs/presets/README.md), обновляя этот файл! 😊
## Nerd Font Symbols ## Символы Шрифта Nerd Font
This preset doesn't change anything except for the symbols used for each module. If emojis aren't your thing, this might catch your eye! Эта предустановка не меняет ничего кроме символов, используемых для каждого модуля. Если эмодзи вам не по душе, это может порадовать ваш глаз!
![Screenshot of Nerd Font Symbols preset](/presets/nerd-font-symbols.png) ![Скриншот предустановки Nerd Font Symbols](/presets/nerd-font-symbols.png)
### Требования ### Требования
- A [Nerd Font](https://www.nerdfonts.com/) installed and enabled in your terminal (the example uses Fira Code Nerd Font) - Установленный и включенный шрифт [Nerd Font](https://www.nerdfonts.com/) вашем терминале (пример использует Fira Code Nerd Font)
### Конфигурация ### Конфигурация

View File

@ -21,7 +21,7 @@
src="https://img.shields.io/discord/567163873606500352?logo=discord" src="https://img.shields.io/discord/567163873606500352?logo=discord"
alt="加入 Discord" /></a> alt="加入 Discord" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-64-orange" alt="所有贡献者"></a> <a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-65-orange" alt="所有贡献者"></a>
<!-- ALL-CONTRIBUTORS-BADGE:END --> <!-- ALL-CONTRIBUTORS-BADGE:END -->
</p> </p>
@ -43,6 +43,9 @@
<a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md" <a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a>
&nbsp; &nbsp;
<a href="https://github.com/starship/starship/blob/master/docs/ru-RU/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/zh-CN" <a href="https://translate.starship.rs/project/starship-prompt/zh-CN"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a>
&nbsp; &nbsp;
@ -54,9 +57,6 @@
&nbsp; &nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/fr" <a href="https://translate.starship.rs/project/starship-prompt/fr"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/ru"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский" /></a>
</p> </p>
<h1></h1> <h1></h1>
@ -324,6 +324,9 @@
</tr> </tr>
<tr> <tr>
<td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td> <td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/gkeep"><img src="https://avatars3.githubusercontent.com/u/20600053?v=4" width="100px;" alt="" /><br /><sub><b>Gennady Koshkin</b></sub></a><br /><a href="#translation-gkeep" title="Translation">🌍</a></td>
<td align="center"><a href="https://blog.brightone.space"><img src="https://avatars1.githubusercontent.com/u/12615679?v=4" width="100px;" alt="" /><br /><sub><b>Oleksii Filonenko</b></sub></a><br /><a href="#translation-filalex77" title="Translation">🌍</a></td>
<td align="center"><a href="https://github.com/ivanovart"><img src="https://avatars2.githubusercontent.com/u/5867379?v=4" width="100px;" alt="" /><br /><sub><b>Artem Ivanov</b></sub></a><br /><a href="#translation-ivanovart" title="Translation">🌍</a></td>
</tr> </tr>
</table> </table>

View File

@ -21,7 +21,7 @@
src="https://img.shields.io/discord/567163873606500352?logo=discord" src="https://img.shields.io/discord/567163873606500352?logo=discord"
alt="在 Discord 上聊天" /></a> alt="在 Discord 上聊天" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-64-orange" alt="All Contributors"></a> <a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-65-orange" alt="All Contributors"></a>
<!-- ALL-CONTRIBUTORS-BADGE:END --> <!-- ALL-CONTRIBUTORS-BADGE:END -->
</p> </p>
@ -43,6 +43,9 @@
<a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md" <a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png" alt="繁體中文" /></a>
&nbsp; &nbsp;
<a href="https://github.com/starship/starship/blob/master/docs/ru-RU/guide/README.md"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/zh-CN" <a href="https://translate.starship.rs/project/starship-prompt/zh-CN"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png" alt="简体中文" /></a>
&nbsp; &nbsp;
@ -54,9 +57,6 @@
&nbsp; &nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/fr" <a href="https://translate.starship.rs/project/starship-prompt/fr"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a> ><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png" alt="Français" /></a>
&nbsp;
<a href="https://translate.starship.rs/project/starship-prompt/ru"
><img height="20" src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png" alt="Русский" /></a>
</p> </p>
<h1></h1> <h1></h1>
@ -324,6 +324,9 @@
</tr> </tr>
<tr> <tr>
<td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td> <td align="center"><a href="https://github.com/dten"><img src="https://avatars0.githubusercontent.com/u/1019038?v=4" width="100px;" alt="" /><br /><sub><b>David Hewson</b></sub></a><br /><a href="https://github.com/starship/starship/commits?author=dten" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/gkeep"><img src="https://avatars3.githubusercontent.com/u/20600053?v=4" width="100px;" alt="" /><br /><sub><b>Gennady Koshkin</b></sub></a><br /><a href="#translation-gkeep" title="Translation">🌍</a></td>
<td align="center"><a href="https://blog.brightone.space"><img src="https://avatars1.githubusercontent.com/u/12615679?v=4" width="100px;" alt="" /><br /><sub><b>Oleksii Filonenko</b></sub></a><br /><a href="#translation-filalex77" title="Translation">🌍</a></td>
<td align="center"><a href="https://github.com/ivanovart"><img src="https://avatars2.githubusercontent.com/u/5867379?v=4" width="100px;" alt="" /><br /><sub><b>Artem Ivanov</b></sub></a><br /><a href="#translation-ivanovart" title="Translation">🌍</a></td>
</tr> </tr>
</table> </table>