其他
36.6K Stars 一款轻量,迅速,可无限定制的高颜值命令行工具,让终端工作更高效!
Starship 可以在各种常见的操作系统和常见的 shell 上运行。 你可以尝试着在各种地方使用它!使用 Rust 语言编写,具有 Rust 独树一帜的速度与安全性,使你的提示符尽可能的快速可靠。每个小细节都可以按您喜欢的自定义,不论是最小化以求速度,还是最大化以获得最完善的功能。
💯功能特点:
快: 很快 —— 真的真的非常快 通用: 适用于任何 Shell、任何操作系统 快速响应:在终端中快速显示提示信息,不影响用户的工作效率 内置模块:包括 Git 状态、所在目录、命令计时器等 易扩展:用户可以编写自己的模块或使用社区提供的扩展插件 定制化:允许用户根据自己的需求配置命令行提示符的外观和功能 多语言支持:包括 Rust、Python、Ruby、Node.js 智能: 一目了然地显示相关信息 功能丰富: 支持所有你喜欢的工具 易用: 安装快速 —— 几分钟就可上手
快速安装
字体下载:
2、安装 Starship
Android
# Termux
pkg install starship
BSD
cargo install starship --locked
pkg install starship
pkgin install starship
curl -sS https://starship.rs/install.sh | sh
# 或任意包管理器
curl -sS https://starship.rs/install.sh | sh
#或者,使用以下任一软件包管理器安装Starship
# homebrew
brew install starship
# MacPorts
port install starship
# cargo
cargo install starship --locked
Windows
在发布页下载 MSI 包来安装最新版,使用下列软件包管理器安装Starship:
(地址:
https://github.com/starship/starship/releases)
# cargo
cargo install starship --locked
# Chocolatey
choco install starship
# conda-forge
conda install -c conda-forge starship
# scoop
scoop install starship
# winget
winget install --id Starship.Starship
3. 配置 Starship
load(io.popen('starship init cmd'):read("*a"))()
PowerShell
Invoke-Expression (&starship init powershell)
eval "$(starship init bash)"
eval "$(starship init zsh)"
在 ~/.config/fish/config.fish
的最后,添加以下内容:
starship init fish | source
总结
Starship 整体比 oh-my-posh 稍快一些,配置写起来还是比 oh-my-posh 简单不少,在相应的配置文件进行简单的配置,剩下的工作交就可由它来完成,另外它的中文文档让操作更加友好简单化!
END
每天给大家带来网站工具、安卓软件、iOS软件、开源社区项目等黑科技!
如果你们有什么好的建议,也可以在后台留言。
创作不易,希望大家给一点鼓励,关注下公众号,把公众号设置为"星标",点下文章"在看",谢谢大家!目前佛系更新,望多多支持~
往期推荐: