Go to file
Matan Kushner 5b440c0bb0
docs: Simplify installation process and docs ()
2019-12-05 13:15:21 -05:00
.github feat: Add PHP version module () 2019-12-05 13:04:27 -05:00
docs docs: Simplify installation process and docs () 2019-12-05 13:15:21 -05:00
install docs: Simplify installation process and docs () 2019-12-05 13:15:21 -05:00
media docs(i18n): Update Crowdin translations () 2019-10-21 23:42:08 +09:00
src feat: Add PHP version module () 2019-12-05 13:04:27 -05:00
starship_module_config_derive chore: Add a license file for starship_module_config_derive 2019-11-27 11:58:57 -05:00
tests feat: Add PHP version module () 2019-12-05 13:04:27 -05:00
.all-contributorsrc docs: add REBELinBLUE as a contributor () 2019-12-05 13:05:53 -05:00
.dockerignore Add docker for integration tests () 2019-04-28 13:34:46 -04:00
.gitignore chore: Cleanup after the config refactor () 2019-09-30 23:56:05 +09:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md () 2019-04-30 23:30:42 -04:00
CONTRIBUTING.md docs: Add docs for running the starship website locally () 2019-10-18 23:00:38 +09:00
Cargo.lock build(deps): bump serde_json from 1.0.42 to 1.0.44 2019-12-05 09:26:02 -05:00
Cargo.toml build(deps): bump serde_json from 1.0.42 to 1.0.44 2019-12-05 09:26:02 -05:00
LICENSE docs: Attribute copyright to Starship Contributors () 2019-07-25 12:50:29 -04:00
README.md docs: Simplify installation process and docs () 2019-12-05 13:15:21 -05:00
acceptance_test chore: Rename integration_test to acceptance_test () 2019-09-12 18:01:13 -05:00
crowdin.yml docs: Fix link to Japanese README 2019-10-11 17:32:52 +09:00

README.md


Starship โ€“ Cross-shell prompt

GitHub Actions workflow status Crates.io version Packaging status
Chat on Discord All Contributors


Website ยท Installation ยท Configuration

English   ๆ—ฅๆœฌ่ชž   ็น้ซ”ไธญๆ–‡   ็ฎ€ไฝ“ไธญๆ–‡   Deutsch   Franรงais   ะ ัƒััะบะธะน

Starship is the minimal, blazing fast, and extremely customizable prompt for any shell!
The prompt shows information you need while you're working, while staying sleek and out of the way.


Starship with iTerm2 and the Snazzy theme

๐Ÿฌ Features

  • Prompt character turns red if the last command exits with non-zero code
  • Current Go version (๐Ÿน)
  • Current Java version(โ˜•)
  • Current Node.js version(โฌข)
  • Current PHP version (๐Ÿ˜)
  • Current Python version (๐Ÿ)
  • Current Ruby version (๐Ÿ’Ž)
  • Current Rust version (๐Ÿฆ€)
  • Current .NET version (โ€ขNET)
  • Current version of package in current directory (๐Ÿ“ฆ)
    • npm (Node.js)
    • cargo (Rust)
    • poetry (Python)
  • Current Git branch and rich repo status:
    • = โ€” conflicting changes
    • โ‡ก โ€” ahead of remote branch
    • โ‡ฃ โ€” behind of remote branch
    • โ‡• โ€” diverged changes
    • ? โ€” untracked changes
    • $ โ€” stashed changes
    • ! โ€” modified files
    • + โ€” added files
    • ยป โ€” renamed files
    • โœ˜ โ€” deleted files
  • Current Mercurial branch
  • Current battery level and status
  • โ‡ก โ€“ charging
  • โ‡ฃ โ€“ discharging
  • โ€ข โ€“ fully charged
  • Indicator for jobs in the background (โœฆ)
  • Current Kubernetes Cluster and Namespace (โ˜ธ)
  • Current Amazon Web Services (AWS) profile (โ˜๏ธ)
  • Execution time of the last command
  • Custom environment variable value
  • Nix-shell environment detection
  • Current username if not the same as the logged-in user
  • Optional current time in 12/24hr format

๐Ÿš€ Installation

Prerequisites

Getting Started

  1. Install the starship binary:

    Install Latest Version

    With Shell:
    curl -fsSL https://starship.rs/install.sh | sh
    

    Install via Package Manager

    With Homebrew:
    brew install starship
    
    With Scoop:
    scoop install starship
    
  2. Add the init script to your shell's config file:

    Bash

    Add the following to the end of ~/.bashrc:

    # ~/.bashrc
    
    eval "$(starship init bash)"
    

    Fish

    Add the following to the end of ~/.config/fish/config.fish:

    # ~/.config/fish/config.fish
    
    starship init fish | source
    

    Zsh

    Add the following to the end of ~/.zshrc:

    # ~/.zshrc
    
    eval "$(starship init zsh)"
    

    Powershell

    Add the following to the end of ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 (or ~/.config/powershell/Microsoft.PowerShell_profile.ps1 on -Nix):

    # ~\Documents\PowerShell\Profile.ps1
    Invoke-Expression (&starship init powershell)
    

๐Ÿ”ง Configuration

For details on how to configure Starship, check out our documentation.

๐Ÿค Contributing

We are always looking for contributors of all skill levels! If you're looking to ease your way into the project, try out a good first issue.

High Priority Needs

  • ๐Ÿ‘ฉโ€๐Ÿ’ผ Product Manager
    • We have a GitHub Project and many unorganized/unprioritized features, as well as ideas that haven't yet been made into issues. Starship needs someone to own the product direction!
  • ๐Ÿ‘ฉโ€๐ŸŽจ Designer
    • Like making eye-catching websites? Excellent! We are looking to create a beautiful landing page showing off Starship in all its glory. Helping design for Starship's brand is a great opportunity to try out new ideas!
  • ๐Ÿ‘ฉโ€๐Ÿ’ป Rust Developer
    • There is a lot of low-hanging fruit when it comes to writing idiomatic Rust, designing effective Rust architecture, performance optimizations, cross-platform build optimizations, and more! I (@matchai) am a beginner to Rust. Come point us in the right direction!

If you are interested in helping contribute to starship, please take a look at our Contributing Guide. Also, feel free to drop into our Discord server and say hi. ๐Ÿ‘‹

Contributors

Thanks goes to these wonderful people (emoji key):

Matan Kushner
Matan Kushner

๐Ÿ’ป ๐ŸŽจ ๐Ÿค” ๐Ÿš‡ ๐Ÿšง ๐Ÿ‘€ โš ๏ธ
John Letey
John Letey

๐Ÿ’ป ๐Ÿค” ๐Ÿ‘€ โš ๏ธ
Tim Mulqueen
Tim Mulqueen

๐Ÿ’ป ๐Ÿค” ๐Ÿ‘€ โš ๏ธ
Tiffany Le-Nguyen
Tiffany Le-Nguyen

๐Ÿค” ๐Ÿšง ๐Ÿ‘€ ๐Ÿ“–
โ€‹Snuggle
โ€‹Snuggle

๐ŸŽจ ๐Ÿค” ๐Ÿšง ๐Ÿ‘€
Ryan Leckey
Ryan Leckey

๐Ÿ‘€
Youssef Habri
Youssef Habri

๐Ÿ’ป
Kevin Song
Kevin Song

๐Ÿ› ๐Ÿ’ป ๐Ÿ“– โš ๏ธ
Andrew Dassonville
Andrew Dassonville

๐Ÿ› ๐Ÿ’ป
MaT1g3R
MaT1g3R

๐Ÿ’ป ๐Ÿ“– โš ๏ธ
Andrรฉ Zanellato
Andrรฉ Zanellato

๐Ÿ’ป ๐Ÿ“– โš ๏ธ
Saghm Rossi
Saghm Rossi

๐Ÿ’ป ๐Ÿ“– โš ๏ธ
Shu Kutsuzawa
Shu Kutsuzawa

๐Ÿ’ป ๐Ÿ“– โš ๏ธ ๐ŸŒ
Saurav Sharma
Saurav Sharma

๐Ÿ’ป ๐Ÿ“–
Thomas O'Donnell
Thomas O'Donnell

๐Ÿ’ป โš ๏ธ ๐Ÿ“– ๐Ÿ‘€
Bruno Bigras
Bruno Bigras

๐Ÿ’ป ๐Ÿ‘€
Neil Kistner
Neil Kistner

๐Ÿ’ป โš ๏ธ ๐Ÿ‘€
Quinn Strahl
Quinn Strahl

๐Ÿ’ป โš ๏ธ
Titouan Vervack
Titouan Vervack

๐Ÿ’ป โš ๏ธ
Francisco Lopes
Francisco Lopes

๐Ÿ’ป
Andrew Houts
Andrew Houts

๐Ÿ’ป ๐Ÿ“– โš ๏ธ
Nick Young
Nick Young

๐Ÿ’ป ๐Ÿ“– โš ๏ธ ๐Ÿ‘€
Gabriel de Perthuis
Gabriel de Perthuis

๐Ÿ’ป
Hofer-Julian
Hofer-Julian

๐Ÿ“–
Yuji Ueki
Yuji Ueki

๐Ÿ–‹ ๐ŸŒ
่ฐข็ฅฏๆ™–
่ฐข็ฅฏๆ™–

๐Ÿ’ป ๐Ÿ“– ๐ŸŒ ๐Ÿ‘€
Kutsuzawa Ryo
Kutsuzawa Ryo

๐Ÿ‘€ ๐Ÿ’ป โš ๏ธ ๐ŸŒ
hdevalke
hdevalke

๐Ÿค”
Kuba Clark
Kuba Clark

๐Ÿ’ป ๐Ÿ“– โš ๏ธ
Gimbar
Gimbar

๐Ÿ’ป โš ๏ธ ๐Ÿ“–
Tom Hotston
Tom Hotston

๐Ÿ’ป ๐Ÿ“–
Bijan Chokoufe Nejad
Bijan Chokoufe Nejad

๐Ÿ’ป โš ๏ธ ๐Ÿ‘€
yuri
yuri

๐Ÿ’ป ๐Ÿ“– โš ๏ธ
TsubasaKawajiri
TsubasaKawajiri

๐ŸŒ
Ryo Yamashita
Ryo Yamashita

๐Ÿ’ป
Thomas Lee
Thomas Lee

๐Ÿ’ป
(ยดโŒฃ`สƒฦช)
(ยดโŒฃ`สƒฦช)

๐Ÿ’ป
Barnaby Keene
Barnaby Keene

๐Ÿ’ป
Keith Wade
Keith Wade

๐Ÿ’ป โš ๏ธ
LukeAI
LukeAI

๐Ÿ“–
Zach Mertes
Zach Mertes

๐Ÿ’ป ๐Ÿ“– โš ๏ธ
David Knaack
David Knaack

๐Ÿ’ป ๐Ÿ“– โš ๏ธ
Carl Summers
Carl Summers

๐Ÿ“–
Yushan Lin
Yushan Lin

๐ŸŒ
Weihang Lo
Weihang Lo

๐ŸŒ
pinshan
pinshan

๐ŸŒ
Brian Low
Brian Low

๐Ÿ’ป ๐Ÿ“– โš ๏ธ
Matias Kotlik
Matias Kotlik

๐Ÿ’ป
marblenix
marblenix

๐Ÿš‡
Raidou
Raidou

๐Ÿ’ป โš ๏ธ
Luca Greco
Luca Greco

๐Ÿ’ป ๐Ÿ“– โš ๏ธ
Luca Rinaldi
Luca Rinaldi

๐Ÿ’ป
Stephen Ball
Stephen Ball

๐Ÿ’ป โš ๏ธ ๐Ÿ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

๐Ÿ’ญ Inspired By

Please check out these previous works that helped inspire the creation of starship. ๐Ÿ™


Starship rocket icon

๐Ÿ“ License

Copyright ยฉ 2019-present, Starship Contributors.
This project is ISC licensed.