DEV Community

Alex Spinov
Alex Spinov

Posted on

Starship Prompt Has a Free API That Most Developers Dont Know About

Starship is a minimal blazing-fast prompt for any shell written in Rust.

Install

curl -sS https://starship.rs/install.sh | sh
eval "$(starship init bash)"
Enter fullscreen mode Exit fullscreen mode

Config

add_newline = true
[character]
success_symbol = "[->](bold green)"
[directory]
truncation_length = 3
[git_branch]
format = "[$symbol$branch]($style) "
[nodejs]
format = "[$symbol($version)]($style) "
[time]
disabled = false
Enter fullscreen mode Exit fullscreen mode

Key Features

  • Blazing fast in Rust
  • Cross-shell support
  • Smart language detection
  • Custom commands and themes

Need to scrape or monitor web data at scale? Check out my web scraping actors on Apify or email spinov001@gmail.com for custom solutions.

Top comments (0)