TsubasaKawajiri / starship

โ˜„๐ŸŒŒ๏ธ The cross-shell prompt for astronauts.

Home Page:https://starship.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Starship โ€“ Cross-shell prompt

Packaging status Crates.io version Azure Pipelines Build Status All Contributors Chat on Discord

๐Ÿ“„Changes from base Starship

  • Add datetime module.

    • display local datetime.
    • configurable display format.
  • modify battery module.

    • configurable display threshold.
    • display battery cycles.

๐Ÿ“šAdditional Configures

[battery]
threshold = 10.0    // 0.0 ~ 100.0
show_cylce = false  // true or false

[datetime]
disable = false     // true or false
format = "%Y/%m/%d" // year:%Y, month:%m, day:%d, hour:%H, minute:%M, second:%S, timezone:%Z

๐Ÿš€

thank you starship. I've fun starship!


Starship rocket icon

๐Ÿ“ License

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

About

โ˜„๐ŸŒŒ๏ธ The cross-shell prompt for astronauts.

https://starship.rs

License:ISC License


Languages

Language:Rust 98.2%Language:Dockerfile 1.4%Language:Shell 0.3%