2019-09-18 15:43:59 +00:00
< p align = "center" >
2019-10-11 08:31:19 +00:00
< br / > < img
2019-09-18 15:43:59 +00:00
width="400"
src="https://raw.githubusercontent.com/starship/starship/master/media/logo.png"
2019-09-28 11:31:56 +00:00
alt="Starship – Cross-shell prompt" />
2019-09-18 15:43:59 +00:00
< / p >
< p align = "center" >
2019-10-11 08:31:19 +00:00
< a href = "https://github.com/starship/starship/actions"
>< img
src="https://github.com/starship/starship/workflows/Main%20workflow/badge.svg"
alt="GitHub Actions workflow status" />< / a >
< a href = "https://crates.io/crates/starship"
>< img src = "https://badgen.net/crates/v/starship" alt = "Crates.io version" / > < / a >
< a href = "https://repology.org/project/starship/versions"
>< img
src="https://repology.org/badge/tiny-repos/starship.svg"
alt="Packaging status" />< /a
2019-10-21 14:42:08 +00:00
>< br / >
<!-- ALL - CONTRIBUTORS - BADGE:START - Do not remove or modify this section -->
< a href = "#contributors" >
< img
src="https://badgen.net/badge/all%20contributors/42/orange"
2019-10-11 08:31:19 +00:00
alt="All Contributors" />< / a >
2019-10-21 14:42:08 +00:00
<!-- ALL - CONTRIBUTORS - BADGE:END -->
2019-10-11 08:31:19 +00:00
< a href = "https://discord.gg/8Jzqu3T"
>< img
2019-09-18 15:43:59 +00:00
src="https://badgen.net/badge/chat/on%20discord/7289da"
2019-10-11 08:31:19 +00:00
alt="Chat on Discord" />< / a >
2019-09-18 15:43:59 +00:00
< / p >
2019-10-11 08:31:19 +00:00
2019-09-18 15:43:59 +00:00
< h4 align = "center" >
< br / >
2019-10-21 14:42:08 +00:00
< a href = "https://starship.rs/zh-TW/" > 網站< / a >
2019-09-18 15:43:59 +00:00
·
2019-10-21 14:42:08 +00:00
< a href = "#-安裝" > 安裝< / a >
2019-09-18 15:43:59 +00:00
·
2019-10-21 14:42:08 +00:00
< a href = "https://starship.rs/zh-TW/config/" > 設定< / a >
2019-09-18 15:43:59 +00:00
< / h4 >
2019-10-11 08:31:19 +00:00
< p align = "center" >
< a href = "https://github.com/starship/starship/blob/master/README.md"
>< img height = "20" src = "https://raw.githubusercontent.com/starship/starship/master/media/flag-us.png" alt = "English" / > < / a >

2019-10-21 14:42:08 +00:00
< a href = "https://github.com/starship/starship/blob/master/docs/ja-JP/guide/README.md"
2019-10-11 08:31:19 +00:00
>< img height = "20" src = "https://raw.githubusercontent.com/starship/starship/master/media/flag-jp.png" alt = "日本語" / > < / a >

2019-10-21 15:10:47 +00:00
< 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 >

2019-10-11 08:31:19 +00:00
< 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 >

< a href = "https://translate.starship.rs/project/starship-prompt/de"
>< img height = "20" src = "https://raw.githubusercontent.com/starship/starship/master/media/flag-de.png" alt = "Deutsch" / > < / a >

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

< 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 >
2019-09-18 15:43:59 +00:00
< h1 > < / h1 >
2019-10-21 14:42:08 +00:00
< p align = "center" > Starship 是一個可以用於任何 shell、極小、極快、可高度客製化的提示字元! < br / > 這個提示字元顯示你工作時需要的資訊,同時又順暢又不會打擾你。 < p >
2019-09-18 15:43:59 +00:00
< p align = "center" >
< br >
< img alt = "Starship with iTerm2 and the Snazzy theme" src = "https://raw.githubusercontent.com/starship/starship/master/media/demo.gif" width = "80%" >
< br >
< br >
< / p >
2019-10-21 14:42:08 +00:00
## 🍬 特色
- 如果最近一個指令結束時回傳非零的代碼,提示字元將轉成紅色
- 會在使用者與登入的使用者不同時顯示使用者名稱
- 現在的 Java 版本 (`☕`)
- 現在的 Node.js 版本 (`⬢`)
- 現在的 Rust 版本 (`🦀`)
- 現在的 Ruby 版本 (`💎`)
- 現在的 Python 版本 (`🐍`)
- 現在的 Go 版本 (`🐹`)
- 偵測 Nix-shell 的環境
- 印出環境變數
- 現在資料夾中的組件 (package) 版本 (`📦`)
2019-09-18 15:43:59 +00:00
- npm (Node.js)
- cargo (Rust)
- poetry (Python)
2019-10-21 14:42:08 +00:00
- 現在的電池電量與狀態
- 現在的 Git branch 與豐富的程式庫 (repository) 狀態:
- `=` — 修改衝突
- `⇡` — 超前遠端 (remote) branch
- `⇣` — 落後遠端 (remote) branch
- `⇕` — 修改發散 (diverge)
- `?` — 修改未追蹤
- `$` — 隱藏的 (stashed) 修改
- `!` — 修改過的檔案
- `+` — 新增的檔案
- `»` — 重新命名的檔案
- `✘` — 刪除的檔案
- 最近的指令花費的時間 (如果超過某個預先設定的門檻)
- 標註背景執行的工作 (`✦`)
- 現在的 Kubernetes 叢集以及名稱空間 (Namespace) (`☸`)
- 目前的 AWS 配置 (`☁️`)
2019-09-28 11:31:56 +00:00
2019-10-21 14:42:08 +00:00
## 🚀 安裝
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
### 先決要求
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
- 一個已經安裝並在你的終端機內啟動的 [Powerline 字型 ](https://github.com/powerline/fonts ) (例如,試試看 [Fira Code ](https://github.com/tonsky/FiraCode ))。
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
### 入門
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
1. 安裝 **starship** 執行檔:
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
如果你並非使用以下平台,請直接**[下載編譯好的執行檔的壓縮檔](https://github.com/starship/starship/releases)**。
2019-09-18 15:43:59 +00:00
#### Homebrew
```sh
$ brew install starship
```
2019-09-28 11:31:56 +00:00
2019-10-26 03:20:18 +00:00
#### Rust (v1.38 或更高版本)
2019-09-18 15:43:59 +00:00
```sh
$ cargo install starship
```
2019-09-28 11:31:56 +00:00
2019-09-18 15:43:59 +00:00
#### Arch Linux (AUR)
2019-10-21 14:42:08 +00:00
Starship 在 AUR 中已經以 `starship` 這個名字存在。 請使用 `yay` 或你喜歡的 AUR 幫手安裝。
2019-09-18 15:43:59 +00:00
```sh
$ yay -S starship
```
2019-09-28 11:31:56 +00:00
2019-10-21 14:42:08 +00:00
#### Nix (不穩定)
2019-09-18 15:43:59 +00:00
```sh
$ nix-env --install starship
```
2019-09-28 11:31:56 +00:00
2019-09-18 15:43:59 +00:00
#### Termux
```sh
$ pkg install starship
```
2019-10-21 14:42:08 +00:00
#### 其他 x86-64 Linux 平台
下載一個預先建立好的執行檔,並放在 /usr/local/bin/ 下:
```sh
$ wget -q --show-progress https://github.com/starship/starship/releases/latest/download/starship-x86_64-unknown-linux-gnu.tar.gz
$ tar xvf starship-x86_64-unknown-linux-gnu.tar.gz
$ sudo mv starship /usr/local/bin/
```
1. 將初始化腳本 (script) 加入你的 shell 的設定檔:
2019-09-28 11:31:56 +00:00
2019-09-18 15:43:59 +00:00
#### Bash
2019-10-21 14:42:08 +00:00
將以下內容放到 `~/.bashrc` 的結尾:
2019-09-18 15:43:59 +00:00
```sh
# ~/.bashrc
eval "$(starship init bash)"
```
2019-09-28 11:31:56 +00:00
2019-09-18 15:43:59 +00:00
#### Fish
2019-10-21 14:42:08 +00:00
將以下內容放到 `~/.config/fish/config.fish` 的結尾:
2019-09-18 15:43:59 +00:00
```sh
# ~/.config/fish/config.fish
eval (starship init fish)
```
2019-09-28 11:31:56 +00:00
2019-09-18 15:43:59 +00:00
#### Zsh
2019-10-21 14:42:08 +00:00
將以下內容放到 `~/.zshrc` 的結尾:
2019-09-18 15:43:59 +00:00
```sh
# ~/.zshrc
eval "$(starship init zsh)"
```
2019-10-21 14:42:08 +00:00
#### Powershell
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
將以下內容放到 `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` 的結尾 (或是在 -Nix 上的 `~/.config/powershell/Microsoft.PowerShell_profile.ps1` ):
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
```sh
# ~\Documents\PowerShell\Profile.ps1
Invoke-Expression (& starship init powershell)
```
## 🔧 設定
關於如何設定 Starship, 請看 [文件 ](https://starship.rs/zh-TW/config/ ) 。
## 🤝 貢獻
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
我們歡迎具有**各式各樣能力**的貢獻者! 如果你正在尋找容易加入的方法,試試看標註為「[good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue)」的 issue。
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
### 高優先需求
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
- 👩💼 **專案管理員**
- 我們有一個 GitHub 專案以及許多尚未整理/排序的功能,甚至還有點子尚未被製作成 issue。 Starship 需要有人掌管產品的方向!
- 👩🎨 **設計師**
- 喜歡製作吸睛的網站? 超讚! 我們正在想辦法建立一個漂亮的 landing page 來展示 Starship 的美妙。 幫助設計 Starship 的商標正好是一個試驗新點子的機會!
- 👩💻 **Rust 開發者**
- 當正在寫慣用的 Rust 程式碼、設計高效的 Rust 程式架構、效能優化、跨平台建置優化、以及其他很多東西時, 可以在這裡看到_許多_唾手可得的東西! 我 ([@matchai](https://github.com/matchai)) 是一個 Rust 新手。 來為我們指出正確的方向吧!
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
如果你對貢獻 Starship 有興趣,請看我們的 [貢獻指南 ](https://github.com/starship/starship/blob/master/CONTRIBUTING.md ) 。 另外,請不用客氣加入我們的 [Discord 伺服器 ](https://discord.gg/8Jzqu3T ) 並來問候一下。 👋
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
### 貢獻者們
感謝這些優秀的人們 ([表情符號索引](https://allcontributors.org/docs/en/emoji-key)):
2019-09-18 15:43:59 +00:00
<!-- ALL - CONTRIBUTORS - LIST:START - Do not remove or modify this section -->
<!-- prettier - ignore -->
2019-09-18 04:39:23 +00:00
< table >
< tr >
2019-09-28 11:31:56 +00:00
< td align = "center" > < a href = "https://twitter.com/matchai" > < img src = "https://avatars0.githubusercontent.com/u/4658208?v=4" width = "100px;" alt = "Matan Kushner" / > < br / > < sub > < b > Matan Kushner< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=matchai" title = "Code" > 💻< / a > < a href = "#design-matchai" title = "Design" > 🎨< / a > < a href = "#ideas-matchai" title = "Ideas, Planning, & Feedback" > 🤔< / a > < a href = "#infra-matchai" title = "Infrastructure (Hosting, Build-Tools, etc)" > 🚇< / a > < a href = "#maintenance-matchai" title = "Maintenance" > 🚧< / a > < a href = "#review-matchai" title = "Reviewed Pull Requests" > 👀< / a > < a href = "https://github.com/starship/starship/commits?author=matchai" title = "Tests" > ⚠️< / a > < / td >
< td align = "center" > < a href = "https://github.com/johnletey" > < img src = "https://avatars0.githubusercontent.com/u/30328854?v=4" width = "100px;" alt = "John Letey" / > < br / > < sub > < b > John Letey< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=johnletey" title = "Code" > 💻< / a > < a href = "#ideas-johnletey" title = "Ideas, Planning, & Feedback" > 🤔< / a > < a href = "#review-johnletey" title = "Reviewed Pull Requests" > 👀< / a > < a href = "https://github.com/starship/starship/commits?author=johnletey" title = "Tests" > ⚠️< / a > < / td >
< td align = "center" > < a href = "http://timmulqueen.com" > < img src = "https://avatars1.githubusercontent.com/u/6132021?v=4" width = "100px;" alt = "Tim Mulqueen" / > < br / > < sub > < b > Tim Mulqueen< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=Multimo" title = "Code" > 💻< / a > < a href = "#ideas-Multimo" title = "Ideas, Planning, & Feedback" > 🤔< / a > < a href = "#review-Multimo" title = "Reviewed Pull Requests" > 👀< / a > < a href = "https://github.com/starship/starship/commits?author=Multimo" title = "Tests" > ⚠️< / a > < / td >
< td align = "center" > < a href = "https://github.com/sirMerr" > < img src = "https://avatars2.githubusercontent.com/u/11183523?v=4" width = "100px;" alt = "Tiffany Le-Nguyen" / > < br / > < sub > < b > Tiffany Le-Nguyen< / b > < / sub > < / a > < br / > < a href = "#ideas-sirMerr" title = "Ideas, Planning, & Feedback" > 🤔< / a > < a href = "#maintenance-sirMerr" title = "Maintenance" > 🚧< / a > < a href = "#review-sirMerr" title = "Reviewed Pull Requests" > 👀< / a > < a href = "https://github.com/starship/starship/commits?author=sirMerr" title = "Documentation" > 📖< / a > < / td >
< td align = "center" > < a href = "https://about.snuggi.es" > < img src = "https://avatars0.githubusercontent.com/u/26250962?v=4" width = "100px;" alt = " Snuggle" / > < br / > < sub > < b > Snuggle< / b > < / sub > < / a > < br / > < a href = "#design-Snuggle" title = "Design" > 🎨< / a > < a href = "#ideas-Snuggle" title = "Ideas, Planning, & Feedback" > 🤔< / a > < a href = "#maintenance-Snuggle" title = "Maintenance" > 🚧< / a > < a href = "#review-Snuggle" title = "Reviewed Pull Requests" > 👀< / a > < / td >
< td align = "center" > < a href = "https://github.com/mehcode" > < img src = "https://avatars1.githubusercontent.com/u/753919?v=4" width = "100px;" alt = "Ryan Leckey" / > < br / > < sub > < b > Ryan Leckey< / b > < / sub > < / a > < br / > < a href = "#review-mehcode" title = "Reviewed Pull Requests" > 👀< / a > < / td >
< td align = "center" > < a href = "https://github.com/youssefhabri" > < img src = "https://avatars3.githubusercontent.com/u/1578005?v=4" width = "100px;" alt = "Youssef Habri" / > < br / > < sub > < b > Youssef Habri< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=youssefhabri" title = "Code" > 💻< / a > < / td >
< / tr >
< tr >
< td align = "center" > < a href = "https://github.com/chipbuster" > < img src = "https://avatars2.githubusercontent.com/u/4605384?v=4" width = "100px;" alt = "Kevin Song" / > < br / > < sub > < b > Kevin Song< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/issues?q=author%3Achipbuster" title = "Bug reports" > 🐛< / a > < a href = "https://github.com/starship/starship/commits?author=chipbuster" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=chipbuster" title = "Documentation" > 📖< / a > < a href = "https://github.com/starship/starship/commits?author=chipbuster" title = "Tests" > ⚠️< / a > < / td >
< td align = "center" > < a href = "https://andrewda.me" > < img src = "https://avatars1.githubusercontent.com/u/10191084?v=4" width = "100px;" alt = "Andrew Dassonville" / > < br / > < sub > < b > Andrew Dassonville< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/issues?q=author%3Aandrewda" title = "Bug reports" > 🐛< / a > < a href = "https://github.com/starship/starship/commits?author=andrewda" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/MaT1g3R" > < img src = "https://avatars1.githubusercontent.com/u/15258494?v=4" width = "100px;" alt = "MaT1g3R" / > < br / > < sub > < b > MaT1g3R< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=MaT1g3R" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=MaT1g3R" title = "Documentation" > 📖< / a > < a href = "https://github.com/starship/starship/commits?author=MaT1g3R" title = "Tests" > ⚠️< / a > < / td >
< td align = "center" > < a href = "https://github.com/AZanellato" > < img src = "https://avatars3.githubusercontent.com/u/30451287?v=4" width = "100px;" alt = "André Zanellato" / > < br / > < sub > < b > André Zanellato< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=AZanellato" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=AZanellato" title = "Documentation" > 📖< / a > < a href = "https://github.com/starship/starship/commits?author=AZanellato" title = "Tests" > ⚠️< / a > < / td >
< td align = "center" > < a href = "https://saghm.com" > < img src = "https://avatars2.githubusercontent.com/u/5875560?v=4" width = "100px;" alt = "Saghm Rossi" / > < br / > < sub > < b > Saghm Rossi< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=saghm" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=saghm" title = "Documentation" > 📖< / a > < a href = "https://github.com/starship/starship/commits?author=saghm" title = "Tests" > ⚠️< / a > < / td >
< td align = "center" > < a href = "https://medium.com/@cappyzawa" > < img src = "https://avatars3.githubusercontent.com/u/12455284?v=4" width = "100px;" alt = "Shu Kutsuzawa" / > < br / > < sub > < b > Shu Kutsuzawa< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=cappyzawa" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=cappyzawa" title = "Documentation" > 📖< / a > < a href = "https://github.com/starship/starship/commits?author=cappyzawa" title = "Tests" > ⚠️< / a > < a href = "#translation-cappyzawa" title = "Translation" > 🌍< / a > < / td >
< td align = "center" > < a href = "https://github.com/iamsauravsharma" > < img src = "https://avatars0.githubusercontent.com/u/38726015?v=4" width = "100px;" alt = "Saurav Sharma" / > < br / > < sub > < b > Saurav Sharma< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=iamsauravsharma" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=iamsauravsharma" title = "Documentation" > 📖< / a > < / td >
2019-09-18 04:39:23 +00:00
< / tr >
< tr >
2019-10-11 08:31:19 +00:00
< td align = "center" > < a href = "https://github.com/andytom" > < img src = "https://avatars1.githubusercontent.com/u/108836?v=4" width = "100px;" alt = "Thomas O'Donnell" / > < br / > < sub > < b > Thomas O'Donnell< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=andytom" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=andytom" title = "Tests" > ⚠️< / a > < a href = "https://github.com/starship/starship/commits?author=andytom" title = "Documentation" > 📖< / a > < a href = "#review-andytom" title = "Reviewed Pull Requests" > 👀< / a > < / td >
2019-09-28 11:31:56 +00:00
< td align = "center" > < a href = "https://github.com/bbigras" > < img src = "https://avatars1.githubusercontent.com/u/24027?v=4" width = "100px;" alt = "Bruno Bigras" / > < br / > < sub > < b > Bruno Bigras< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=bbigras" title = "Code" > 💻< / a > < a href = "#review-bbigras" title = "Reviewed Pull Requests" > 👀< / a > < / td >
< td align = "center" > < a href = "https://neilkistner.com/" > < img src = "https://avatars1.githubusercontent.com/u/186971?v=4" width = "100px;" alt = "Neil Kistner" / > < br / > < sub > < b > Neil Kistner< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=wyze" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=wyze" title = "Tests" > ⚠️< / a > < a href = "#review-wyze" title = "Reviewed Pull Requests" > 👀< / a > < / td >
< td align = "center" > < a href = "http://ca.linkedin.com/in/qstrahl" > < img src = "https://avatars3.githubusercontent.com/u/2235277?v=4" width = "100px;" alt = "Quinn Strahl" / > < br / > < sub > < b > Quinn Strahl< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=qstrahl" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=qstrahl" title = "Tests" > ⚠️< / a > < / td >
< td align = "center" > < a href = "https://github.com/tivervac" > < img src = "https://avatars2.githubusercontent.com/u/3389524?v=4" width = "100px;" alt = "Titouan Vervack" / > < br / > < sub > < b > Titouan Vervack< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=tivervac" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=tivervac" title = "Tests" > ⚠️< / a > < / td >
< td align = "center" > < a href = "http://nosubstance.me" > < img src = "https://avatars1.githubusercontent.com/u/1269815?v=4" width = "100px;" alt = "Francisco Lopes" / > < br / > < sub > < b > Francisco Lopes< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=oblitum" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/ahouts" > < img src = "https://avatars1.githubusercontent.com/u/16907671?v=4" width = "100px;" alt = "Andrew Houts" / > < br / > < sub > < b > Andrew Houts< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=ahouts" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=ahouts" title = "Documentation" > 📖< / a > < a href = "https://github.com/starship/starship/commits?author=ahouts" title = "Tests" > ⚠️< / a > < / td >
2019-09-18 04:39:23 +00:00
< / tr >
< tr >
2019-09-28 11:31:56 +00:00
< td align = "center" > < a href = "https://github.com/nickwb" > < img src = "https://avatars2.githubusercontent.com/u/594211?v=4" width = "100px;" alt = "Nick Young" / > < br / > < sub > < b > Nick Young< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=nickwb" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=nickwb" title = "Documentation" > 📖< / a > < a href = "https://github.com/starship/starship/commits?author=nickwb" title = "Tests" > ⚠️< / a > < a href = "#review-nickwb" title = "Reviewed Pull Requests" > 👀< / a > < / td >
< td align = "center" > < a href = "https://github.com/g2p" > < img src = "https://avatars1.githubusercontent.com/u/61678?v=4" width = "100px;" alt = "Gabriel de Perthuis" / > < br / > < sub > < b > Gabriel de Perthuis< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=g2p" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://github.com/Hofer-Julian" > < img src = "https://avatars1.githubusercontent.com/u/30049909?v=4" width = "100px;" alt = "Hofer-Julian" / > < br / > < sub > < b > Hofer-Julian< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=Hofer-Julian" title = "Documentation" > 📖< / a > < / td >
< td align = "center" > < a href = "http://blog.unhappychoice.com" > < img src = "https://avatars3.githubusercontent.com/u/5608948?v=4" width = "100px;" alt = "Yuji Ueki" / > < br / > < sub > < b > Yuji Ueki< / b > < / sub > < / a > < br / > < a href = "#content-unhappychoice" title = "Content" > 🖋< / a > < a href = "#translation-unhappychoice" title = "Translation" > 🌍< / a > < / td >
< td align = "center" > < a href = "https://github.com/heyrict" > < img src = "https://avatars3.githubusercontent.com/u/25698503?v=4" width = "100px;" alt = "谢祯晖" / > < br / > < sub > < b > 谢祯晖< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=heyrict" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=heyrict" title = "Documentation" > 📖< / a > < a href = "#translation-heyrict" title = "Translation" > 🌍< / a > < a href = "#review-heyrict" title = "Reviewed Pull Requests" > 👀< / a > < / td >
< td align = "center" > < a href = "https://twitter.com/bookun2851" > < img src = "https://avatars2.githubusercontent.com/u/10346162?v=4" width = "100px;" alt = "Kutsuzawa Ryo" / > < br / > < sub > < b > Kutsuzawa Ryo< / b > < / sub > < / a > < br / > < a href = "#review-bookun" title = "Reviewed Pull Requests" > 👀< / a > < a href = "https://github.com/starship/starship/commits?author=bookun" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=bookun" title = "Tests" > ⚠️< / a > < a href = "#translation-bookun" title = "Translation" > 🌍< / a > < / td >
< td align = "center" > < a href = "https://github.com/hdevalke" > < img src = "https://avatars1.githubusercontent.com/u/2261239?v=4" width = "100px;" alt = "hdevalke" / > < br / > < sub > < b > hdevalke< / b > < / sub > < / a > < br / > < a href = "#ideas-hdevalke" title = "Ideas, Planning, & Feedback" > 🤔< / a > < / td >
2019-09-18 04:39:23 +00:00
< / tr >
< tr >
2019-09-28 11:31:56 +00:00
< td align = "center" > < a href = "https://github.com/jakubclark" > < img src = "https://avatars0.githubusercontent.com/u/19486495?v=4" width = "100px;" alt = "Kuba Clark" / > < br / > < sub > < b > Kuba Clark< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=jakubclark" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=jakubclark" title = "Documentation" > 📖< / a > < a href = "https://github.com/starship/starship/commits?author=jakubclark" title = "Tests" > ⚠️< / a > < / td >
< td align = "center" > < a href = "http://breax.org" > < img src = "https://avatars2.githubusercontent.com/u/862483?v=4" width = "100px;" alt = "Gimbar" / > < br / > < sub > < b > Gimbar< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=gimbar" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=gimbar" title = "Tests" > ⚠️< / a > < a href = "https://github.com/starship/starship/commits?author=gimbar" title = "Documentation" > 📖< / a > < / td >
< td align = "center" > < a href = "http://tomhotston.net" > < img src = "https://avatars0.githubusercontent.com/u/22729355?v=4" width = "100px;" alt = "Tom Hotston" / > < br / > < sub > < b > Tom Hotston< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=TomHotston" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=TomHotston" title = "Documentation" > 📖< / a > < / td >
2019-10-04 08:57:43 +00:00
< td align = "center" > < a href = "https://github.com/bijancn" > < img src = "https://avatars3.githubusercontent.com/u/2117164?v=4" width = "100px;" alt = "Bijan Chokoufe Nejad" / > < br / > < sub > < b > Bijan Chokoufe Nejad< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=bijancn" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=bijancn" title = "Tests" > ⚠️< / a > < a href = "#review-bijancn" title = "Reviewed Pull Requests" > 👀< / a > < / td >
2019-09-28 11:31:56 +00:00
< td align = "center" > < a href = "https://github.com/yuri1969" > < img src = "https://avatars3.githubusercontent.com/u/13468636?v=4" width = "100px;" alt = "yuri" / > < br / > < sub > < b > yuri< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=yuri1969" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=yuri1969" title = "Documentation" > 📖< / a > < a href = "https://github.com/starship/starship/commits?author=yuri1969" title = "Tests" > ⚠️< / a > < / td >
2019-10-04 08:57:43 +00:00
< td align = "center" > < a href = "https://github.com/TsubasaKawajiri" > < img src = "https://avatars2.githubusercontent.com/u/39114857?v=4" width = "100px;" alt = "TsubasaKawajiri" / > < br / > < sub > < b > TsubasaKawajiri< / b > < / sub > < / a > < br / > < a href = "#translation-TsubasaKawajiri" title = "Translation" > 🌍< / a > < / td >
< td align = "center" > < a href = "https://github.com/qryxip" > < img src = "https://avatars2.githubusercontent.com/u/14125495?v=4" width = "100px;" alt = "Ryo Yamashita" / > < br / > < sub > < b > Ryo Yamashita< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=qryxip" title = "Code" > 💻< / a > < / td >
2019-09-18 04:39:23 +00:00
< / tr >
2019-10-11 08:31:19 +00:00
< tr >
< td align = "center" > < a href = "https://pbzweihander.github.io" > < img src = "https://avatars2.githubusercontent.com/u/15262528?v=4" width = "100px;" alt = "Thomas Lee" / > < br / > < sub > < b > Thomas Lee< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=pbzweihander" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://pt2121.github.io" > < img src = "https://avatars0.githubusercontent.com/u/616399?v=4" width = "100px;" alt = "(´⌣`ʃƪ)" / > < br / > < sub > < b > (´⌣`ʃƪ)< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=pt2121" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "https://southcla.ws" > < img src = "https://avatars1.githubusercontent.com/u/1636971?v=4" width = "100px;" alt = "Barnaby Keene" / > < br / > < sub > < b > Barnaby Keene< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=Southclaws" title = "Code" > 💻< / a > < / td >
< td align = "center" > < a href = "http://keawade.io/" > < img src = "https://avatars2.githubusercontent.com/u/7308850?v=4" width = "100px;" alt = "Keith Wade" / > < br / > < sub > < b > Keith Wade< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=keawade" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=keawade" title = "Tests" > ⚠️< / a > < / td >
2019-10-21 14:42:08 +00:00
< td align = "center" > < a href = "https://github.com/LukeAI" > < img src = "https://avatars3.githubusercontent.com/u/43993778?v=4" width = "100px;" alt = "LukeAI" / > < br / > < sub > < b > LukeAI< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=LukeAI" title = "Documentation" > 📖< / a > < / td >
< td align = "center" > < a href = "https://github.com/zekesonxx" > < img src = "https://avatars1.githubusercontent.com/u/965509?v=4" width = "100px;" alt = "Zach Mertes" / > < br / > < sub > < b > Zach Mertes< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=zekesonxx" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=zekesonxx" title = "Documentation" > 📖< / a > < a href = "https://github.com/starship/starship/commits?author=zekesonxx" title = "Tests" > ⚠️< / a > < / td >
< td align = "center" > < a href = "https://github.com/davidkna" > < img src = "https://avatars2.githubusercontent.com/u/835177?v=4" width = "100px;" alt = "David Knaack" / > < br / > < sub > < b > David Knaack< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=davidkna" title = "Code" > 💻< / a > < a href = "https://github.com/starship/starship/commits?author=davidkna" title = "Documentation" > 📖< / a > < a href = "https://github.com/starship/starship/commits?author=davidkna" title = "Tests" > ⚠️< / a > < / td >
< / tr >
< tr >
< td align = "center" > < a href = "https://github.com/CSumm" > < img src = "https://avatars1.githubusercontent.com/u/31711543?v=4" width = "100px;" alt = "Carl Summers" / > < br / > < sub > < b > Carl Summers< / b > < / sub > < / a > < br / > < a href = "https://github.com/starship/starship/commits?author=CSumm" title = "Documentation" > 📖< / a > < / td >
2019-10-11 08:31:19 +00:00
< / tr >
2019-09-18 04:39:23 +00:00
< / table >
2019-09-18 15:43:59 +00:00
<!-- ALL - CONTRIBUTORS - LIST:END -->
2019-10-21 14:42:08 +00:00
這個專案遵守 [all-contributors ](https://github.com/all-contributors/all-contributors ) 規範。 歡迎任何種類的貢獻者!
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
## 💭 發想來自
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
請看之前這些幫助我們創造 Starship 的前任作品。 🙏
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
- **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** - 給太空人的 ZSH 提示。
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
- **[denysdovhan/robbyrussell-node](https://github.com/denysdovhan/robbyrussell-node)** - 使用 Javascript 撰寫的跨 shell robbyrussell 主題。
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
- **[reujab/silver](https://github.com/reujab/silver)** - 一個跨 shell、可客製化、像 powerline 的圖案提示字元。
2019-09-18 15:43:59 +00:00
< p align = "center" >
< br >
2019-09-28 11:31:56 +00:00
< img width = "100" src = "https://raw.githubusercontent.com/starship/starship/master/media/icon.png" alt = "Starship rocket icon" >
2019-09-18 15:43:59 +00:00
< / p >
2019-10-21 14:42:08 +00:00
## 📝 許可
2019-09-18 15:43:59 +00:00
2019-10-21 14:42:08 +00:00
Copyright © 2019-present, [Starship Contributors ](https://github.com/starship/starship/graphs/contributors ).< br /> 這個專案使用 [ISC ](https://github.com/starship/starship/blob/master/LICENSE ) 許可。