.. | ||
README.md |
èšå®
Starshipã®èšå®ãéå§ããã«ã¯ã~/.config/starship.toml
ãã¡ã€ã«ãäœæããŸãã
mkdir -p ~/.config && touch ~/.config/starship.toml
Starshipã®ãã¹ãŠã®èšå®ã¯ããã®TOMLãã¡ã€ã«ã§è¡ãããŸãã
# Inserts a blank line between shell prompts
add_newline = true
# Replace the "â¯" symbol in the prompt with "â"
[character] # The name of the module we are configuring is "character"
success_symbol = "[â](bold green)" # The "success_symbol" segment is being set to "â" with the color "bold green"
# Disable the package module, hiding it from the prompt completely
[package]
disabled = true
STARSHIP_CONFIG
ç°å¢å€æ°ã䜿çšããããšã«ãã£ãŠãããã©ã«ãã®èšå®ãã¡ã€ã«ã®å Žæãå€æŽã§ããŸãã
export STARSHIP_CONFIG=~/example/non/default/path/starship.toml
PowerShell (Windows) ã§åæ§ã« $PROFILE
ã«ãã®è¡ãè¿œå ããŸãã
$ENV:STARSHIP_CONFIG = "$HOME\example\non\default\path\starship.toml"
Or for Cmd (Windows) would be adding this line to your starship.lua
:
os.setenv('STARSHIP_CONFIG', 'C:\\Users\\user\\example\\non\\default\\path\\starship.toml')
ãã®ã³ã°
ããã©ã«ãã§ã¯ãStarship ã¯èŠåããšã©ãŒãã°ã ~/.cache/starship/session_${STARSHIP_SESSION_KEY}.log
ãšããååã®ãã¡ã€ã«ã«åºåããŸãããã®ã»ãã·ã§ã³ããŒã¯ã¿ãŒããã«ã®ã€ã³ã¹ã¿ã³ã¹ã«çžåœããŸãã ãããããã㯠STARSHIP_CACHE
ãšããç°å¢å€æ°ã䜿ã£ãŠå€æŽã§ããŸãïŒ
export STARSHIP_CACHE=~/.starship/cache
PowerShell (Windows) ã§åæ§ã« $PROFILE
ã«ãã®è¡ãè¿œå ããŸãã
$ENV:STARSHIP_CACHE = "$HOME\AppData\Local\Temp"
Or for Cmd (Windows) would be adding this line to your starship.lua
:
os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp')
çšèª
ã¢ãžã¥ãŒã«: OSã®ã³ã³ããã¹ãæ å ±ã«åºã¥ããŠæ å ±ãæäŸããããã³ããå ã®ã³ã³ããŒãã³ãã§ãã äŸãã°ãçŸåšã®ãã£ã¬ã¯ããªã Node.js ã®ãããžã§ã¯ãã®å ŽåãçŸåšã³ã³ãã¥ãŒã¿ã«ã€ã³ã¹ããŒã«ãããŠãã Node.js ã®ããŒãžã§ã³ã衚瀺ãããŸãã
å€æ°: ã¢ãžã¥ãŒã«ãæäŸããæ å ±ãå«ããµãã³ã³ããŒãã³ããå°ããããã äŸãã°ã"nodejs" ã¢ãžã¥ãŒã«ã® "version" å€æ°ã«ã¯ãNode.js ã®çŸåšã®ããŒãžã§ã³ãå«ãŸããŠããŸãã
æ
£äŸã«ãããã»ãšãã©ã®ã¢ãžã¥ãŒã«ã«ã¯ããã©ã«ãã®ç«¯æ«è²ã®æ¥é èŸïŒãnodejsãã®via
ãªã©ïŒãšæ¥å°ŸèŸãšããŠç©ºã®ã¹ããŒã¹ããããŸãã
æååã®ãã©ãŒããã
æååã®æžåŒã¯ãã¢ãžã¥ãŒã«ããã¹ãŠã®å€æ°ãåºåããæžåŒã§ãã ã»ãšãã©ã®ã¢ãžã¥ãŒã«ã«ã¯ãã¢ãžã¥ãŒã«ã®è¡šç€ºåœ¢åŒãèšå®ãã format
ãšãããšã³ããªããããŸãã ããã¹ããå€æ°ãããã³ããã¹ãã°ã«ãŒãããã©ãŒãããæååã§äœ¿çšã§ããŸãã
å€æ°
å€æ°ã«ã¯ã $
èšå·ãšããã®å€æ°ã®ååãç¶ããŸãã The name of a variable can only contain letters, numbers and _
.
äŸïŒ
$version
ã¯ãversion
ãšããååã®å€æ°ãæã€ãã©ãŒãããæååã§ãã$git_branch$git_commit
ã¯git_branch
ãšgit_commit
ãšãã2ã€ã®å€æ°ãæã€ãã©ãŒãããæååã§ãã$git_branch $git_commit
ã«ã¯ç©ºçœã§åºåããã 2 ã€ã®å€æ°ããããŸãã
ããã¹ãã°ã«ãŒã
ããã¹ãã°ã«ãŒãã¯äºã€ã®ç°ãªãéšåã§æ§æãããŠããŸãã
[]
ã§å²ãŸããŠããæåã®éšåã¯ã ãã©ãŒãããæåå ã§ãã ããã¹ããå€æ°ããŸãã¯å
¥ãåã«ãªã£ãããã¹ãã°ã«ãŒããè¿œå ã§ããŸãã
2 çªç®ã®éšåã§ã¯ã ()
ã§å²ãŸããŠãã ã¹ã¿ã€ã«æåå ã§ãã This can be used to style the first part.
äŸïŒ
[on](red bold)
ã¯æååon
ã«å€ªåã®ããã¹ããèµ€è²ã§è¡šç€ºããŸãã[â $version](bold green)
ã¯â
èšå·ãšãã®åŸã«ç¶ãå€æ°version
ã®å€ãã倪åã®ç·è²ã§è¡šç€ºããŸãã[a [b](red) c](green)
ã¯a b c
ãb
ã ãèµ€è²ã«è¡šç€ºããa
ãšc
ãç·è²ã«è¡šç€ºããŸãã
ã¹ã¿ã€ã«ã®èšå®
Starshipã®ã»ãšãã©ã®ã¢ãžã¥ãŒã«ã§ã¯ã衚瀺ã¹ã¿ã€ã«ãèšå®ã§ããŸãã ããã¯ãèšå®ãæå®ããæååã§ãããšã³ããªïŒstyle
ïŒã§è¡ãããŸãã ã¹ã¿ã€ã«æååã®äŸãšãã®æ©èœã次ã«ç€ºããŸãã å®å
šãªæ§æã®è©³çŽ°ã«ã€ããŠã¯ã詳现㯠é«åºŠãªèšå®ãåç
§ããŠãã ãã ã
"fg:green bg:blue"
ã¯ãéè²ã®èæ¯ã«ç·è²ã®ããã¹ããèšå®ããŸã"bg:blue fg:bright-green"
ã¯ãéè²ã®èæ¯ã«æããç·è²ã®ããã¹ããèšå®ããŸã"bold fg:27"
ã¯ã ANSIã«ã©ãŒ 27ã®å€ªåããã¹ããèšå®ããŸã"underline bg:#bf5700"
ã¯ãçŠãããªã¬ã³ãžè²ã®èæ¯ã«äžç·ä»ãã®ããã¹ããèšå®ããŸã"bold italic fg:purple"
ã¯ã玫è²ã®å€ªåæäœã®ããã¹ããèšå®ããŸã""
ã¯ãã¹ãŠã®ã¹ã¿ã€ã«ãæ瀺çã«ç¡å¹ã«ããŸã
ã¹ã¿ã€ãªã³ã°ãã©ã®ããã«èŠãããã¯ã端æ«ãšãã¥ã¬ãŒã¿ã«ãã£ãŠå¶åŸ¡ãããããšã«æ³šæããŠãã ããã ããšãã°ãäžéšã®ç«¯æ«ãšãã¥ã¬ãŒã¿ã¯ããã¹ãã倪åã«ãã代ããã«è²ãæããããŸãããŸããäžéšã®ã«ã©ãŒããŒãã¯éåžžã®è²ãšæããè²ãšåãå€ã䜿çšããŸãããŸããæäœã®ããã¹ããååŸããã«ã¯ã端æ«ã§æäœããµããŒãããå¿ èŠããããŸããã¹ã¿ã€ãªã³ã°ãã©ã®ããã«èŠãããã¯ã端æ«ãšãã¥ã¬ãŒã¿ã«ãã£ãŠå¶åŸ¡ãããããšã«æ³šæããŠãã ãããããšãã°ãäžéšã®ç«¯æ«ãšãã¥ã¬ãŒã¿ã¯ããã¹ãã倪åã«ãã代ããã«è²ãæããããŸãããŸããäžéšã®ã«ã©ãŒããŒãã¯éåžžã®è²ãšæããè²ãšåãå€ã䜿çšããŸãã ãŸããæäœã®ããã¹ããååŸããã«ã¯ã端æ«ã§æäœããµããŒãããå¿ èŠããããŸãã
æ¡ä»¶ä»ããã©ãŒãããèšå®
(
ãš )
å
ã®ãã¹ãŠã®å€æ°ã空ã®å Žåãæ¡ä»¶ä»ãæžåŒæååã¯ã¬ã³ããªã³ã°ãããŸããã
äŸïŒ
(@$region)
ã¯region
ãNone
ãŸãã¯ç©ºã ã£ãå Žå衚瀺ãããŸããããå€ãããå Žåã¯@
ã«ç¶ããŠregionã®å€ã衚瀺ãããŸãã(some text)
ã¯æ¬åŒ§ã®äžã«å€æ°ããªãã®ã§ãåžžã«äœã衚瀺ããŸããã$all
ã\[$a$b\]
ã®ã·ã§ãŒãã«ããã§ããæã$a
ãš$b
ãäž¡æ¹ãšãNone
ã§ããå Žåã«éãã($all)
ã¯äœã衚瀺ããŸããã ããã¯(\[$a$b\] )
ãšåãåäœãããŸãã
Special characters
The following symbols have special usage in a format string and must be escaped: $ \ [ ] ( )
.
Note that TOML has both basic strings and literal strings. It is recommended to use a literal string (surrounded by single quotes) in your config. If you want to use a basic string (surrounded by double quotes), you must escape the backslash itself (i.e. use \\
).
äŸãã°ãæ°ããè¡ã« $
èšå·ã衚瀺ãããå Žåã以äžã® format
ã®èšå®ãç䟡ã§ãã
# åºæ¬æååãš
format = "\n\\$"
# è€æ°è¡ã®åºæ¬æååãš
format = """
\\$"""
# ãªãã©ã«æååãš
format = '''
\$'''
ããã³ãã
ããã¯ãããã³ããå šäœã®ãªãã·ã§ã³ã®ãªã¹ãã§ãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
link | ããã³ããã®åœ¢åŒãèšå®ããŸãã |
right_format |
"" |
See Enable Right Prompt |
scan_timeout |
30 |
ãã¡ã€ã«ãã¹ãã£ã³ããéã®ã¿ã€ã ã¢ãŠãæé (milliseconds) ã§ãã |
command_timeout |
500 |
Starshipã«ãã£ãŠå®è¡ãããã³ãã³ãã®ã¿ã€ã ã¢ãŠãæé (milliseconds) ã§ãã |
add_newline |
true |
ã·ã§ã«ããã³ããã®éã«ç©ºè¡ãæ¿å ¥ããŸãã |
èšå®äŸ
# ~/.config/starship.toml
# ã«ã¹ã¿ã ãã©ãŒããããå©çšããŸã
format = """
[ââââââââââââââââââââ>](bold green)
[â](bold green)$directory$rust$package
[ââ>](bold green) """
# starshipãçŸåšã®ãã£ã¬ã¯ããªäžã®ãã¡ã€ã«ããã§ãã¯ãããŸã§10ããªç§åŸ
ã¡ãŸã
scan_timeout = 10
# ããã³ããã®å
é ã®ç©ºè¡ãç¡å¹ã«ããŸã
add_newline = false
ããã©ã«ãã®ããã³ãããã©ãŒããã
ããã©ã«ãã® format
ã¯ã空ãŸã㯠format
ãæå®ãããŠããªãå Žåãããã³ããã®ãã©ãŒããããå®çŸ©ããããã«äœ¿çšãããŸãã ããã©ã«ãã¯æ¬¡ã®ãšããã§ãã
format = "$all"
# Which is equivalent to
format = """
$username\
$hostname\
$localip\
$shlvl\
$singularity\
$kubernetes\
$directory\
$vcsh\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status\
$hg_branch\
$docker_context\
$package\
$cmake\
$cobol\
$container\
$dart\
$deno\
$dotnet\
$elixir\
$elm\
$erlang\
$golang\
$helm\
$java\
$julia\
$kotlin\
$lua\
$nim\
$nodejs\
$ocaml\
$perl\
$php\
$pulumi\
$purescript\
$python\
$rlang\
$red\
$ruby\
$rust\
$scala\
$swift\
$terraform\
$vlang\
$vagrant\
$zig\
$nix_shell\
$conda\
$memory_usage\
$aws\
$gcloud\
$openstack\
$azure\
$env_var\
$crystal\
$custom\
$sudo\
$cmd_duration\
$line_break\
$jobs\
$battery\
$time\
$status\
$shell\
$character"""
If you just want to extend the default format, you can use $all
; modules you explicitly add to the format will not be duplicated. Eg.
# Move the directory to the second line
format = "$all$directory$character"
AWS
The aws
module shows the current AWS region and profile when credentials or a credential_process
have been setup. ãã㯠~/.aws/config
ã«èšè¿°ãããŠãã AWS_REGION
, AWS_DEFAULT_REGION
, and AWS_PROFILE
ç°å¢å€æ°ã«åºã¥ããŠããŸãã This module also shows an expiration timer when using temporary credentials.
The module will display a profile only if its credentials are present in ~/.aws/credentials
or a credential_process
is defined in ~/.aws/config
. Alternatively, having any of the AWS_ACCESS_KEY_ID
, AWS_SECRET_ACCESS_KEY
, or AWS_SESSION_TOKEN
env vars defined will also suffice.
When using aws-vault the profile is read from the AWS_VAULT
env var and the credentials expiration date is read from the AWS_SESSION_EXPIRATION
env var.
awsu ã䜿ãå Žåããã®ãããã¡ã€ã«ã¯ç°å¢å€æ° AWSU_PROFILE
ããèªãŸããŸãã
When using AWSume the profile is read from the AWSUME_PROFILE
env var and the credentials expiration date is read from the AWSUME_EXPIRATION
env var.
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
'on [$symbol($profile )(\($region\) )(\[$duration\])]($style)' |
moduleã®ãã©ãŒãããã§ãã |
symbol |
"âïž " |
çŸåšã®AWSãããã¡ã€ã«ã衚瀺ããåã«è¡šç€ºãããèšå·ã§ãã |
region_aliases |
AWSåã«å ããŠè¡šç€ºãããªãŒãžã§ã³ã®ãšã€ãªã¢ã¹ã§ãã | |
style |
"bold yellow" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
expiration_symbol |
X |
The symbol displayed when the temporary credentials have expired. |
disabled |
false |
aws ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
region | ap-northeast-1 |
çŸåšã®AWSãªãŒãžã§ã³ |
profile | astronauts |
çŸåšã®AWSãããã¡ã€ã« |
duration | 2h27m20s |
The temporary credentials validity duration |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
ãã¹ãŠã衚瀺
# ~/.config/starship.toml
[aws]
format = 'on [$symbol($profile )(\($region\) )]($style)'
style = "bold blue"
symbol = "ð
° "
[aws.region_aliases]
ap-southeast-2 = "au"
us-east-1 = "va"
ãªãŒãžã§ã³ã衚瀺
# ~/.config/starship.toml
[aws]
format = "on [$symbol$region]($style) "
style = "bold blue"
symbol = "ð
° "
[aws.region_aliases]
ap-southeast-2 = "au"
us-east-1 = "va"
ãããã¡ã€ã«ã衚瀺
# ~/.config/starship.toml
[aws]
format = "on [$symbol$profile]($style) "
style = "bold blue"
symbol = "ð
° "
Azure
The azure
module shows the current Azure Subscription. This is based on showing the name of the default subscription, as defined in the ~/.azure/azureProfile.json
file.
ãªãã·ã§ã³
å€æ° | ããã©ã«ã | 説æ |
---|---|---|
format |
"on [$symbol($subscription)]($style) " |
The format for the Azure module to render. |
symbol |
"ïŽ " |
The symbol used in the format. |
style |
"blue bold" |
The style used in the format. |
disabled |
true |
Disables the azure module. |
èšå®äŸ
# ~/.config/starship.toml
[azure]
disabled = false
format = "on [$symbol($subscription)]($style) "
symbol = "ïŽ "
style = "blue bold"
ããããªãŒ
battery
ã¢ãžã¥ãŒã«ã¯ãããã€ã¹ã®ããããªãŒæ®éãšçŸåšã®å
é»ç¶æ
ã瀺ããŸãã ã¢ãžã¥ãŒã«ã¯ãããã€ã¹ã®ããããªãŒæ®éã10ïŒ
æªæºã®å Žåã«ã®ã¿è¡šç€ºãããŸãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
full_symbol |
"ïž " |
ããããªãŒãæºã¿ã³ã®ãšãã«è¡šç€ºãããèšå·ã§ãã |
charging_symbol |
"ï " |
ããããªãŒã®å é»äžã«è¡šç€ºãããèšå·ã§ãã |
discharging_symbol |
"ï " |
ããããªãŒãæŸé»ããŠãããšãã«è¡šç€ºãããèšå·ã§ãã |
unknown_symbol |
"ïŒ " |
ããããªãŒç¶æ ãäžæãªãšãã«è¡šç€ºãããèšå·ã§ãã |
empty_symbol |
"ï " |
ããããªãŒã空ã®ãšãã«è¡šç€ºãããèšå·ã§ãã |
format |
"[$symbol$percentage]($style) " |
moduleã®ãã©ãŒãããã§ãã |
display |
link | ã¢ãžã¥ãŒã«ã®éŸå€ãšã¹ã¿ã€ã«ã衚瀺ããŸãã |
disabled |
false |
battery ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
èšå®äŸ
# ~/.config/starship.toml
[battery]
full_symbol = "ð "
charging_symbol = "â¡ïž "
discharging_symbol = "ð "
ããããªãŒã®è¡šç€º
display
ãªãã·ã§ã³ã䜿çšããŠãããããªãŒã€ã³ãžã±ãŒã¿ãŒã衚瀺ããã¿ã€ãã³ã°ïŒthresholdïŒãã©ã®ã·ã³ãã«ã䜿ãããã(symbol) ãšå€èŠ³ïŒstyleïŒãå®çŸ©ããŸãã display
ãæäŸãããªãå Žåã ããã©ã«ãã¯æ¬¡ã®ãšããã§ãã
[[battery.display]]
threshold = 10
style = "bold red"
charging_symbol
ãšdischarging_symbol
ãªãã·ã§ã³ã®ããã©ã«ãå€ã¯ããããbattery
ã® charging_symbol
ãšdischarging_symbol
ã«ãªããŸãã
ãªãã·ã§ã³
display
ãªãã·ã§ã³ã¯ã次ã®è¡šã®éãã§ãã
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
threshold |
10 |
ããããªãŒã衚瀺ãããäžéã§ãã |
style |
bold red |
displayãªãã·ã§ã³ã䜿çšãããŠããå Žåã®ã¹ã¿ã€ã«ã§ãã |
charging_symbol |
- |
displayãªãã·ã§ã³ã䜿çšãããŠããå Žåã¯ãã®ã®ã·ã³ãã«ã衚瀺ãããŸããããã©ã«ãã¯ããããªãŒã® charging_symbol ãªãã·ã§ã³ãšåãã«ãªããŸãã |
discharging_symbol |
- |
displayãªãã·ã§ã³ã䜿çšãããŠããå Žåã¯ãã®ã®ã·ã³ãã«ã衚瀺ãããŸããããã©ã«ãã¯ããããªãŒã® discharging_symbol ãªãã·ã§ã³ãšåãã«ãªããŸãã |
èšå®äŸ
[[battery.display]] # "bold red" style and discharging_symbol when capacity is between 0% and 10%
threshold = 10
style = "bold red"
[[battery.display]] # "bold yellow" style and ðŠ symbol when capacity is between 10% and 30%
threshold = 30
style = "bold yellow"
discharging_symbol = "ðŠ"
# when capacity is over 30%, the battery indicator will not be displayed
Character
character
ã¢ãžã¥ãŒã«ã¯ã端æ«ã§ããã¹ããå
¥åãããå Žæã®æšªã«æåïŒéåžžã¯ç¢å°ïŒã衚瀺ããŸãã
æåã¯ãæåŸã®ã³ãã³ããæåãããã©ããã瀺ããŸãã è¡šãæ¹ã¯äžèšã®2ã€ã§ãã
- è²ã®å€æŽ (
èµ€
/ç·
) - ããã³ããã®è¡šç€ºã®å€æŽ (
â¯
/â
)
ããã©ã«ãã§ã¯ãè²ã ããå€æŽãããŸãã 圢ãå€ããŠã¿ããå Žåã¯ãã®ãµã³ãã«ãåèã«ããŠãã ããã
::: warning
error_symbol
is not supported on nu shell.
:::
::: warning
vicmd_symbol
is only supported in cmd, fish and zsh.
:::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"$symbol" |
ããã¹ãå ¥åã®åã«äœ¿çšãããæžåŒæååã |
success_symbol |
"[â¯](bold green)" |
åã®ã³ãã³ããæåããå Žåã«ããã¹ãå ¥åã®åã«äœ¿çšãããæžåŒæååã§ãã |
error_symbol |
"[â¯](bold red)" |
åã®ã³ãã³ãã倱æããå Žåã«ããã¹ãå ¥åã®åã«äœ¿çšãããæžåŒæååã§ãã |
vicmd_symbol |
"[â®](bold green)" |
ã·ã§ã«ã vim ããŒãã«ã¢ãŒãã®å Žåã«ããã¹ãå ¥åã®åã«äœ¿çšããããã©ãŒãããæååã |
disabled |
false |
character ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
symbol | success_symbol ãããã㯠error_symbol ã vicmd_symbol ã®ãã©ãŒ |
èšå®äŸ
ãšã©ãŒã®åœ¢ç¶ãã«ã¹ã¿ã ãã
# ~/.config/starship.toml
[character]
success_symbol = "[â](bold green) "
error_symbol = "[â](bold red) "
ãšã©ãŒã®åœ¢ç¶ãã«ã¹ã¿ã ããªã
# ~/.config/starship.toml
[character]
success_symbol = "[â](bold green) "
error_symbol = "[â](bold red) "
vimã®åœ¢ç¶ãã«ã¹ã¿ã ãã
# ~/.config/starship.toml
[character]
vicmd_symbol = "[V](bold green) "
CMake
cmake
ã¢ãžã¥ãŒã«ã¯ãçŸåšã€ã³ã¹ããŒã«ãããŠããCmakeã®ããŒãžã§ã³ã衚瀺ããŸãã ããã©ã«ãã§ã¯æ¬¡ã®ããããã®æ¡ä»¶ãæºãããããšãã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ãªããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
CMakeLists.txt
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
CMakeCache.txt
ãã¡ã€ã«ãå«ãŸããŠãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"â³ " |
cmakeã®ããŒãžã§ã³ã®åã«äœ¿çšãããèšå· |
detect_extensions |
[] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["CMakeLists.txt", "CMakeCache.txt"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold blue" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
cmake ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v3.17.3 |
cmake ã®ããŒãžã§ã³ |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
COBOL / GNUCOBOL
COBOL
ã¢ãžã¥ãŒã«ã¯ãçŸåšã€ã³ã¹ããŒã«ãããŠããCOBOLã®ããŒãžã§ã³ã衚瀺ããŸãã By default, the module will be shown if any of the following conditions are met:
- The current directory contains any files ending in
.cob
or.COB
- The current directory contains any files ending in
.cbl
or.CBL
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
symbol |
"âïž " |
The symbol used before displaying the version of COBOL. |
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
style |
"bold blue" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
detect_extensions |
["cbl", "cob", "CBL", "COB"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
[] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
disabled |
false |
Disables the cobol module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v3.1.2.0 |
The version of cobol |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
Command Duration
cmd_duration
ã¢ãžã¥ãŒã«ã¯ãæåŸã®ã³ãã³ãã®å®è¡ã«ããã£ãæéã瀺ããŸãã ã¢ãžã¥ãŒã«ã衚瀺ãããã®ã¯ãã³ãã³ãã2ç§ä»¥äžããã£ãå ŽåããŸãã¯min_time
å€ãååšããå Žåã®ã¿ã§ãã
::: warning Bashã§DEBUGãã©ãããhookããªã
bash
ã§Starshipãå®è¡ããŠããå Žåã eval $(starship init $0)
å®è¡ããåŸã«DEBUG
ãã©ãããããã¯ããªãã§ãã ãããããããªããšããã®ã¢ãžã¥ãŒã«ãããããã§ããå£ããŸãã
:::
preexecã®ãããªæ©èœãå¿
èŠãšããBashãŠãŒã¶ãŒã¯ã rcalorasã®bash_preexecãã¬ãŒã ã¯ãŒã¯ã䜿çšã§ããŸãã eval $(starship init $0)
ãå®è¡ããåã«ãpreexec_functions
ãããã³precmd_functions
å®çŸ©ããã ãã§ãéåžžã©ããç¶è¡ããŸãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
min_time |
2_000 |
å®è¡æéã衚瀺ããæçæéïŒããªç§åäœïŒã§ãã |
show_milliseconds |
false |
å®è¡æéã®ç§ã«å ããŠããªç§ã衚瀺ããŸãã |
format |
"took [$duration]($style) " |
moduleã®ãã©ãŒãããã§ãã |
style |
"bold yellow" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
cmd_duration ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
show_notifications |
false |
ã³ãã³ããå®äºããããã¹ã¯ãããéç¥ã衚瀺ããŸãã |
min_time_to_notify |
45_000 |
éç¥ãæç¶ããæçæé(ããªç§åäœ) |
notification_timeout |
Duration to show notification for (in milliseconds). If unset, notification timeout will be determined by daemon. Not all notification daemons honor this option. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
duration | 16m40s |
ã³ãã³ãã®å®è¡æé |
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[cmd_duration]
min_time = 500
format = "underwent [$duration](bold yellow)"
Conda
The conda
module shows the current Conda environment, if $CONDA_DEFAULT_ENV
is set.
::: tip
Note: ããã¯condaèªèº«ã® ããã³ãã修食å ãæå¶ããŸãããconda config --set changeps1 False
ã§å®è¡ããããšãã§ããŸãã
:::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
truncation_length |
1 |
ç°å¢ãconda create -p [path] ã§äœæãããå Žåãç°å¢ãã¹ãåãæšãŠããããã£ã¬ã¯ããªæ°ã 0 ã¯åãæšãŠããªãããšãæå³ããŸãã directory ãã芧ãã ããã |
symbol |
"ð
" |
ç°å¢åã®çŽåã«äœ¿çšãããã·ã³ãã«ã§ãã |
style |
"bold green" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
format |
"via [$symbol$environment]($style) " |
moduleã®ãã©ãŒãããã§ãã |
ignore_base |
true |
ã¢ã¯ãã£ãã«ãªã£ãæãç°å¢base ãç¡èŠããŸãã |
disabled |
false |
conda ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
environment | astronauts |
çŸåšã® conda ç°å¢ |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[conda]
format = "[$symbol$environment](dimmed green) "
Container
The container
module displays a symbol and container name, if inside a container.
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
symbol |
"⬢" |
The symbol shown, when inside a container |
style |
"bold red dimmed" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
format |
"$symbol \[$name\] " | moduleã®ãã©ãŒãããã§ãã |
disabled |
false |
Disables the container module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
name | fedora-toolbox:35 |
The name of the container |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[container]
format = "[$symbol \\[$name\\]]($style) "
Crystal
crystal
ã¢ãžã¥ãŒã«ã¯ãçŸåšã€ã³ã¹ããŒã«ãããŠããCrystalã®ããŒãžã§ã³ã衚瀺ããŸãã ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
shard.yml
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
.cr
ã®æ¡åŒµåã®ãã¡ã€ã«ãå«ãŸããŠãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
symbol |
"ð® " |
Crystalã®ããŒãžã§ã³ã衚瀺ããåã«äœ¿çšãããèšå·ã§ãã |
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
style |
"bold red" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
detect_extensions |
["cr"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["shard.yml"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
disabled |
false |
crystal ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v0.32.1 |
crystal ã®ããŒãžã§ã³ |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[crystal]
format = "via [âš $version](bold blue) "
Dart
dart
ã¢ãžã¥ãŒã«ã¯ãçŸåšã€ã³ã¹ããŒã«ãããŠããDartã®ããŒãžã§ã³ã衚瀺ããŸãã ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
.dart
ã®æ¡åŒµåã®ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
.dart_tool
ãã£ã¬ã¯ããªãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
pubspec.yaml
,pubspec.yml
,ãããã¯pubspec.lock
ãå«ãŸããŠãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ð¯ " |
Dartã®ã·ã³ãã«ãè¡šããã©ãŒãããæåå |
detect_extensions |
["dart"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["pubspec.yaml", "pubspec.yml", "pubspec.lock"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[".dart_tool"] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold blue" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
dart ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v2.8.4 |
dart ã®ããŒãžã§ã³ |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[dart]
format = "via [ð° $version](bold red) "
Deno
deno
ã¢ãžã¥ãŒã«ã¯ãçŸåšã€ã³ã¹ããŒã«ãããŠããDenoã®ããŒãžã§ã³ã衚瀺ããŸãã ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- The current directory contains a
deno.json
,deno.jsonc
,mod.ts
,mod.js
,deps.ts
ordeps.js
file
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ðŠ " |
Dart ã®ã·ã³ãã«ãè¡šããã©ãŒãããæåå |
detect_extensions |
[] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["deno.json", "deno.jsonc", "mod.ts", "mod.js", "deps.ts", "deps.js"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"green bold" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
deno ã¢ãžã¥ãŒã«ãç¡å¹åããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v1.8.3 |
deno ã®ããŒãžã§ã³ |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
èšå®äŸ
# ~/.config/starship.toml
[deno]
format = "via [ðŠ $version](green bold) "
Directory
directory
ã¢ãžã¥ãŒã«ã«ã¯ãçŸåšã®ãã£ã¬ã¯ããªãžã®ãã¹ã衚瀺ããã3ã€ã®èŠªãã©ã«ãã¯åãæšãŠãããŸãã ãã£ã¬ã¯ããªã¯ãçŸåšã®gitãªããžããªã§ãããšã«ãŒããšãªããŸãã
fishã¹ã¿ã€ã«ã®pwdãªãã·ã§ã³ã䜿çšãããšãåãæšãŠããããã¹ãé衚瀺ã«ãã代ããã«ããªãã·ã§ã³ã§æå¹ã«ããçªå·ã«åºã¥ããŠåãã£ã¬ã¯ããªã®ççž®åã衚瀺ãããŸãã
äŸãšããŠã~/Dev/Nix/nixpkgs/pkgs
ã§ãnixpkgs
ããªããžããªã«ãŒãã§ããããªãã·ã§ã³ã1
ã«èšå®ãããŠããå ŽåãæããŸãã 以åã¯nixpkgs/pkgs
ã§ãããã~/D/N/nixpkgs/pkgs
ã衚瀺ãããŸãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
truncation_length |
3 |
çŸåšã®ãã£ã¬ã¯ããªãåãæšãŠã芪ãã©ã«ããŒã®æ°ã§ãã |
truncate_to_repo |
true |
çŸåšããgitãªããžããªã®ã«ãŒãã«åãæšãŠããã©ããã§ãã |
format |
"[$path]($style)[$read_only]($read_only_style) " |
moduleã®ãã©ãŒãããã§ãã |
style |
"bold cyan" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
directory ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
read_only |
"ð" |
ãã®ã·ã³ãã«ã衚瀺ãããŠããæãçŸåšã®ãã£ã¬ã¯ããªã¯èªã¿åãå°çšã§ãã |
read_only_style |
"red" |
èªã¿åãå°çšã·ã³ãã«ã®ã¹ã¿ã€ã«ã§ãã |
truncation_symbol |
"" |
The symbol to prefix to truncated paths. äŸ: "âŠ/" |
repo_root_style |
None |
The style for the root of the git repo. The default value is equivalent to style . |
repo_root_format |
"[$before_root_path]($style)[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style) " |
The format of a git repo when repo_root_style is defined. |
home_symbol |
"~" |
ããŒã ãã£ã¬ã¯ããªã瀺ãã·ã³ãã«ã§ãã |
use_os_path_sep |
true |
Use the OS specific path separator instead of always using / (e.g. \ on Windows) |
ãã®ã¢ãžã¥ãŒã«ã¯ãã©ã®ããã«ãã£ã¬ã¯ããªã衚瀺ãããã«ã€ããŠã®é«åºŠãªãªãã·ã§ã³ãããã€ãæã£ãŠããŸãã
Advanced Option | ããã©ã«ã | 説æ |
---|---|---|
substitutions |
A table of substitutions to be made to the path. | |
fish_style_pwd_dir_length |
0 |
fish shellã®pwdãã¹ããžãã¯ãé©çšãããšãã«äœ¿çšããæåæ°ã§ãã |
use_logical_path |
true |
If true render the logical path sourced from the shell via PWD or --logical-path . If false instead render the physical filesystem path with symlinks resolved. |
substitutions
allows you to define arbitrary replacements for literal strings that occur in the path, for example long network prefixes or development directories (i.e. Java). Note that this will disable the fish style PWD.
[directory.substitutions]
"/Volumes/network/path" = "/net"
"src/com/long/java/path" = "mypath"
fish_style_pwd_dir_length
interacts with the standard truncation options in a way that can be surprising at first: if it's non-zero, the components of the path that would normally be truncated are instead displayed with that many characters. For example, the path /built/this/city/on/rock/and/roll
, which would normally be displayed as as rock/and/roll
, would be displayed as /b/t/c/o/rock/and/roll
with fish_style_pwd_dir_length = 1
--the path components that would normally be removed are displayed with a single character. For fish_style_pwd_dir_length = 2
, it would be /bu/th/ci/on/rock/and/roll
.
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
path | "D:/Projects" |
ã«ã¬ã³ããã£ã¬ã¯ããªã®ãã¹ |
style* | "black bold dimmed" |
ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
The git repos have additional variables.
Let us consider the path /path/to/home/git_repo/src/lib
å€æ° | èšå®äŸ | 説æ |
---|---|---|
before_root_path | "/path/to/home/" |
The path before git root directory path |
repo_root | "git_repo" |
The git root directory name |
path | "/src/lib" |
The remaining path |
style | "black bold dimmed" |
ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
repo_root_style | "underline white" |
Style for git root directory name |
èšå®äŸ
# ~/.config/starship.toml
[directory]
truncation_length = 8
truncation_symbol = "âŠ/"
Docker Context
The docker_context
module shows the currently active Docker context if it's not set to default
or if the DOCKER_MACHINE_NAME
, DOCKER_HOST
or DOCKER_CONTEXT
environment variables are set (as they are meant to override the context in use).
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol$context]($style) " |
moduleã®ãã©ãŒãããã§ãã |
symbol |
"ð³ " |
Dockerã³ã³ããã¹ãã衚瀺ããåã«äœ¿çšãããèšå·ã§ãã |
only_with_files |
true |
ãã¡ã€ã«ã«äžèŽããå Žåã«ã®ã¿è¡šç€º |
detect_extensions |
[] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãããªã¬ãŒããã(only_with_files ãtrueã«ãªã£ãŠããå¿
èŠããããŸã)ã |
detect_files |
The format for the module. |
ã©ããªãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãããªã¬ãŒããã(only_with_files ãtrueã«ãªã£ãŠããå¿
èŠããããŸã)ã |
detect_folders |
[] |
ã©ããªãã©ã«ãããã®ã¢ãžã¥ãŒã«ãããªã¬ãŒããã(only_with_files ãtrueã«ãªã£ãŠããå¿
èŠããããŸã)ã |
style |
"blue bold" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
docker_context ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
context | test_context |
çŸåšã® Docker ã³ã³ããã¹ã |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[docker_context]
format = "via [ð $context](blue bold)"
Dotnet
dotnet
ã¢ãžã¥ãŒã«ã¯ã«ã¬ã³ããã£ã¬ã¯ããªã«é¢ä¿ãã.NET Core SDKã®ããŒãžã§ã³ã衚瀺ããŸãã ãã SDKã¯çŸåšã®ãã£ã¬ã¯ããªã«åºå®ãããŠããã®ã§ããã°ããã®åºå®ãããããŒãžã§ã³ã衚瀺ãããŸãã ãã以å€ã®å Žåãã¢ãžã¥ãŒã« SDKã®ææ°ã®ã€ã³ã¹ããŒã«ããŒãžã§ã³ã瀺ããŸãã
ããã©ã«ãã§ã¯ããã®ã¢ãžã¥ãŒã«ã¯çŸåšã®ãã£ã¬ã¯ããªã«ä»¥äžã®ãã¡ã€ã«ã ååšããå Žåã«ã®ã¿ããã³ããã§è¡šç€ºãããŸã:
global.json
project.json
Directory.Build.props
Directory.Build.targets
Packages.props
*.csproj
*.fsproj
*.xproj
You'll also need the .NET Core SDK installed in order to use it correctly.
å
éšçã«ããã®ã¢ãžã¥ãŒã«ã¯èªèº«ã®ããŒãžã§ã³æ€ç¥ã®ã¡ã«ããºã ãå©çšããŸãã dotnet --version
ãå®è¡ãããã2åéãå®è¡ã§ããŸããã.NET projectäžè¬çã§ãªããã£ã¬ã¯ããªlayoutã®å Žåã¯ééã£ãããŒãžã§ã³ã瀺ãããŠããŸãããšããããŸãã é床ããã粟床ãéèŠãªå Žåã¯ã次ã®æ¹æ³ã§ã¡ã«ããºã ãç¡å¹ã«ã§ããŸãã ã¢ãžã¥ãŒã«ãªãã·ã§ã³ã§heuristic = false
ãèšå®ããŸãã
The module will also show the Target Framework Moniker (https://docs.microsoft.com/en-us/dotnet/standard/frameworks#supported-target-framework-versions) when there is a csproj file in the current directory.
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )(ð¯ $tfm )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
".NET " |
dotnetã®ããŒãžã§ã³ã衚瀺ããåã«äœ¿çšãããèšå·ã§ãã |
heuristic |
true |
ããé«éãªããŒãžã§ã³æ€åºã䜿çšããŠãstarshipã®åäœãç¶æããŸãã |
detect_extensions |
["csproj", "fsproj", "xproj"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["global.json", "project.json", "Directory.Build.props", "Directory.Build.targets", "Packages.props"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold blue" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
dotnet ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v3.1.201 |
dotnet sdk ã®ããŒãžã§ã³ã§ã |
tfm | netstandard2.0 |
The Target Framework Moniker that the current project is targeting |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[dotnet]
symbol = "ð¥
"
style = "green"
heuristic = false
Elixir
The elixir
module shows the currently installed version of Elixir and Erlang/OTP. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
mix.exs
ãã¡ã€ã«ãå«ãŸããŠãã.
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
'via [$symbol($version \(OTP $otp_version\) )]($style)' |
The format for the module elixir. |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ð§ " |
The symbol used before displaying the version of Elixir/Erlang. |
detect_extensions |
[] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["mix.exs"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold purple" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the elixir module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v1.10 |
The version of elixir |
otp_version | The otp version of elixir |
|
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[elixir]
symbol = "ð® "
Elm
The elm
module shows the currently installed version of Elm. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
elm.json
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
elm-package.json
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
.elm-version
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
elm-stuff
ãã©ã«ããå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
*.elm
ãã¡ã€ã«ãå«ãŸããŠãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ð³ " |
A format string representing the symbol of Elm. |
detect_extensions |
["elm"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["elm.json", "elm-package.json", ".elm-version"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
["elm-stuff"] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"cyan bold" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
elm ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v0.19.1 |
The version of elm |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[elm]
format = "via [î¬ $version](cyan bold) "
Environment Variable
The env_var
module displays the current value of a selected environment variables. 次ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
variable
ãªãã·ã§ã³ããæ¢åã®ç°å¢å€æ°ãšäžèŽããvariable
ãªãã·ã§ã³ãå®çŸ©ãããŠããããdefault
ãªãã·ã§ã³ãå®çŸ©ãããŠãã
::: tip Multiple environmental variables can be displayed by using a .
. (see example) If the variable
configuration option is not set, the module will display value of variable under the name of text after the .
character.
Example: following configuration will display value of USER environment variable
# ~/.config/starship.toml
[env_var.USER]
default = "unknown user"
:::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
symbol |
"" |
ç°å¢å€æ°ã衚瀺ããåã«äœ¿çšãããèšå·ã§ãã |
variable |
衚瀺ãããç°å¢å€æ°ã§ãã | |
default |
äžã®variableãå®çŸ©ãããŠããªãå Žåã«è¡šç€ºãããããã©ã«ãã®å€ã§ãã | |
format |
"with [$env_value]($style) " |
moduleã®ãã©ãŒãããã§ãã |
disabled |
false |
env_var ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
env_value | Windows NT (if variable would be $OS ) |
The environment value of option variable |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | black bold dimmed |
ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[env_var]
variable = "SHELL"
default = "unknown shell"
Displaying multiple environmental variables:
# ~/.config/starship.toml
[env_var.SHELL]
variable = "SHELL"
default = "unknown shell"
[env_var.USER]
default = "unknown user"
Erlang
The erlang
module shows the currently installed version of Erlang/OTP. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
rebar.config
ãã¡ã€ã«ãå«ãŸããŠãã. - ã«ã¬ã³ããã£ã¬ã¯ããªã«
erlang.mk
ãã¡ã€ã«ãå«ãŸããŠãã.
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"î± " |
The symbol used before displaying the version of erlang. |
style |
"bold red" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
detect_extensions |
[] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["rebar.config", "elang.mk"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
disabled |
false |
erlang ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v22.1.3 |
erlang ã®ããŒãžã§ã³ |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[erlang]
format = "via [e $version](bold red) "
Fill
fill
ã¢ãžã¥ãŒã«ã¯è¡ã®äœåãªã¹ããŒã¹ãèšå·ã§åããŸãã äžè¡ã«è€æ°ã®fill
ã¢ãžã¥ãŒã«ãååšããå Žåããããã¯ã¹ããŒã¹ãåçã«åå²ããŸãã ããã¯ãä»ã®ã¢ãžã¥ãŒã«ã®äœçœ®åããã«äŸ¿å©ã§ãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
symbol |
"." |
The symbol used to fill the line. |
style |
"bold black" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the fill module |
èšå®äŸ
# ~/.config/starship.toml
format = "AA $fill BB $fill CC"
[fill]
symbol = "-"
style = "bold green"
Produces a prompt that looks like:
AA -------------------------------------------- BB -------------------------------------------- CC
Google Cloud (gcloud
)
gcloud
ã¢ãžã¥ãŒã«ã¯ã gcloud
CLIã®çŸåšã®èšå®ã衚瀺ãããŸãã ãã㯠~/.config/gcloud/active_config
ãã¡ã€ã«ãš ~/.config/gcloud/configurations/config_{CONFIG NAME}
ãã¡ã€ã«ãš CLOUDSDK_CONFIG
ç°å¢å€æ°ã«åºã¥ããŸãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
'on [$symbol$account(@$domain)(\($region\))]($style) ' |
moduleã®ãã©ãŒãããã§ãã |
symbol |
"âïž " |
çŸåšã®GCPãããã¡ã€ã«ã衚瀺ããåã«è¡šç€ºãããèšå·ã§ãã |
region_aliases |
GCPåã«å ããŠè¡šç€ºãããªãŒãžã§ã³ã®ãšã€ãªã¢ã¹ã§ãã | |
project_aliases |
Table of project aliases to display in addition to the GCP name. | |
style |
"bold blue" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
gcloud ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
region | us-central1 |
çŸåšã®GCPãªãŒãžã§ã³ |
account | foo |
çŸåšã®GCPãããã¡ã€ã« |
domain | example.com |
The current GCP profile domain |
project | çŸåšã®GCPãããžã§ã¯ã | |
active | default |
~/.config/gcloud/active_config ã«æžãããã¢ã¯ãã£ããªèšå®å |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
ã¢ã«ãŠã³ããšãããžã§ã¯ãã衚瀺
# ~/.config/starship.toml
[gcloud]
format = 'on [$symbol$account(@$domain)(\($project\))]($style) '
ã¢ã¯ãã£ããªèšå®åã®ã¿è¡šç€º
# ~/.config/starship.toml
[gcloud]
format = "[$symbol$active]($style) "
style = "bold yellow"
ã¢ã«ãŠã³ããšãšã€ãªã¢ã¹ããããªãŒãžã§ã³ã衚瀺ãã
# ~/.config/starship.toml
[gcloud]
symbol = "ïžð¬ïž "
[gcloud.region_aliases]
us-central1 = "uc1"
asia-northeast1 = "an1"
Display account and aliased project
# ~/.config/starship.toml
[gcloud]
format = 'on [$symbol$account(@$domain)(\($project\))]($style) '
[gcloud.project_aliases]
very-long-project-name = "vlpn"
Git Branch
git_branch
ã¢ãžã¥ãŒã«ã¯ãçŸåšã®ãã£ã¬ã¯ããªã«ãããªããžããªã®ã¢ã¯ãã£ããªãã©ã³ãã衚瀺ããŸãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
always_show_remote |
false |
Shows the remote tracking branch name, even if it is equal to the local branch name. |
format |
"on [$symbol$branch]($style) " |
moduleã®ãã©ãŒãããã§ãã Use "$branch" to refer to the current branch name. |
symbol |
"î " |
A format string representing the symbol of git branch. |
style |
"bold purple" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
truncation_length |
2^63 - 1 |
Truncates a git branch to N graphemes. |
truncation_symbol |
"âŠ" |
ãã©ã³ãååãæšãŠãããŠããããšã瀺ãããã®èšå·ã§ãã You can use "" for no symbol. |
only_attached |
false |
Only show the branch name when not in a detached HEAD state. |
disabled |
false |
git_branch ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
branch | master |
The current branch name, falls back to HEAD if there's no current branch (e.g. git detached HEAD ). |
remote_name | origin |
The remote name. |
remote_branch | master |
The name of the branch tracked on remote_name . |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[git_branch]
symbol = "ð± "
truncation_length = 4
truncation_symbol = ""
Git Commit
git_commit
ã¢ãžã¥ãŒã«ã¯ãã«ã¬ã³ããã£ã¬ã¯ããªã®ãªããžããªã®çŸåšã®ã³ãããããã·ã¥ãšã¿ã° (ããããã°) ã衚瀺ããŸãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
commit_hash_length |
7 |
衚瀺ãããgitã³ãããããã·ã¥ã®é·ãã§ãã |
format |
"[\\($hash$tag\\)]($style) " |
moduleã®ãã©ãŒãããã§ãã |
style |
"bold green" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
only_detached |
true |
detached HEAD ç¶æ
ã®ãšãã®ã¿ git ã³ãããããã·ã¥ã衚瀺ãã |
tag_disabled |
true |
git_commit ã¢ãžã¥ãŒã«ã®ã¿ã°æ
å ±ã®è¡šç€ºãç¡å¹ã«ããã |
tag_symbol |
" ð· " |
衚瀺ãããæ å ±ã®åã«è¿œå ãããã¿ã°ã·ã³ãã« |
disabled |
false |
git_commit ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
hash | b703eb3 |
çŸåšã® git ã³ãããããã·ã¥ |
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[git_commit]
commit_hash_length = 4
tag_symbol = "ð "
Git State
git_state
ã¢ãžã¥ãŒã«ã¯gitãã£ã¬ã¯ããªã®é²è¡ç¶æ
ãè¡šããŸãã (äŸ: REBASING, BISECTING, ãã®ä») é²ææ
å ±ãããå Žå(äŸ: REBASING 3/10)ã¯ãã®æ
å ±ã衚瀺ãããŸãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
rebase |
"REBASING" |
A format string displayed when a rebase is in progress. |
merge |
"MERGING" |
A format string displayed when a merge is in progress. |
revert |
"REVERTING" |
A format string displayed when a revert is in progress. |
cherry_pick |
"CHERRY-PICKING" |
A format string displayed when a cherry-pick is in progress. |
bisect |
"BISECTING" |
A format string displayed when a bisect is in progress. |
am |
"AM" |
A format string displayed when an apply-mailbox (git am ) is in progress. |
am_or_rebase |
"AM/REBASE" |
A format string displayed when an ambiguous apply-mailbox or rebase is in progress. |
style |
"bold yellow" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
format |
'\([$state( $progress_current/$progress_total)]($style)\) ' |
moduleã®ãã©ãŒãããã§ãã |
disabled |
false |
git_state ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
state | REBASING |
The current state of the repo |
progress_current | 1 |
The current operation progress |
progress_total | 2 |
The total operation progress |
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[git_state]
format = '[\($state( $progress_current of $progress_total)\)]($style) '
cherry_pick = "[ð PICKING](bold red)"
Git Metrics
The git_metrics
module will show the number of added and deleted lines in the current git repository.
::: tip
ãã®ã¢ãžã¥ãŒã«ã¯ããã©ã«ãã§ç¡å¹ã«ãªã£ãŠããŸãã æå¹ã«ããã«ã¯ãèšå®ãã¡ã€ã«ã§disabled
ãfalse
ã«èšå®ããŸãã
:::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
added_style |
"bold green" |
The style for the added count. |
deleted_style |
"bold red" |
The style for the deleted count. |
only_nonzero_diffs |
true |
Render status only for changed items. |
format |
'([+$added]($added_style) )([-$deleted]($deleted_style) )' |
moduleã®ãã©ãŒãããã§ãã |
disabled |
true |
Disables the git_metrics module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
added | 1 |
The current number of added lines |
deleted | 2 |
The current number of deleted lines |
added_style* | Mirrors the value of option added_style |
|
deleted_style* | Mirrors the value of option deleted_style |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[git_metrics]
added_style = "bold blue"
format = '[+$added]($added_style)/[-$deleted]($deleted_style) '
Git Status
git_status
ã¢ãžã¥ãŒã«ã¯ãçŸåšã®ãã£ã¬ã¯ããªã®ãªããžããªã®ç¶æ
ãè¡šãã·ã³ãã«ã衚瀺ããŸãã
::: tip
The Git Status module is very slow in Windows directories (for example under /mnt/c/
) when in a WSL environment. You can disable the module or use the windows_starship
option to use a Windows-native Starship executable to compute git_status
for those paths.
:::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
'([\[$all_status$ahead_behind\]]($style) )' |
git_status ã®ããã©ã«ããã©ãŒããã |
conflicted |
"=" |
ãã®ãã©ã³ãã«ã¯ããŒãžã®ç«¶åããããŸãã |
ahead |
"â¡" |
ahead ã®ãã©ãŒããã |
behind |
"â£" |
behind ã®ãã©ãŒããã |
diverged |
"â" |
diverged ã®ãã©ãŒããã |
up_to_date |
"" |
The format of up_to_date |
untracked |
"?" |
The format of untracked |
stashed |
"$" |
The format of stashed |
modified |
"!" |
The format of modified |
staged |
"+" |
The format of staged |
renamed |
"»" |
The format of renamed |
deleted |
"â" |
The format of deleted |
style |
"bold red" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
ignore_submodules |
false |
Ignore changes to submodules. |
disabled |
false |
git_status ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
windows_starship |
Use this (Linux) path to a Windows Starship executable to render git_status when on Windows paths in WSL. |
å€æ°
format
å
ã§ã¯ä»¥äžã®å€æ°ãå©çšã§ããŸãã
å€æ° | 説æ |
---|---|
all_status |
Shortcut for$conflicted$stashed$deleted$renamed$modified$staged$untracked |
ahead_behind |
Displays diverged , ahead , behind or up_to_date format string based on the current status of the repo. |
conflicted |
Displays conflicted when this branch has merge conflicts. |
untracked |
Displays untracked when there are untracked files in the working directory. |
stashed |
Displays stashed when a stash exists for the local repository. |
modified |
Displays modified when there are file modifications in the working directory. |
staged |
Displays staged when a new file has been added to the staging area. |
renamed |
Displays renamed when a renamed file has been added to the staging area. |
deleted |
Displays deleted when a file's deletion has been added to the staging area. |
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
The following variables can be used in diverged
:
å€æ° | 説æ |
---|---|
ahead_count |
Number of commits ahead of the tracking branch |
behind_count |
Number of commits behind the tracking branch |
The following variables can be used in conflicted
, ahead
, behind
, untracked
, stashed
, modified
, staged
, renamed
and deleted
:
å€æ° | 説æ |
---|---|
count |
ãã¡ã€ã«ã®æ°ã衚瀺ããŸãã |
èšå®äŸ
# ~/.config/starship.toml
[git_status]
conflicted = "ð³"
ahead = "ððš"
behind = "ð°"
diverged = "ðµ"
up_to_date = "â"
untracked = "ð€·"
stashed = "ðŠ"
modified = "ð"
staged = '[++\($count\)](green)'
renamed = "ð
"
deleted = "ð"
Show ahead/behind count of the branch being tracked
# ~/.config/starship.toml
[git_status]
ahead = "â¡${count}"
diverged = "ââ¡${ahead_count}â£${behind_count}"
behind = "â£${count}"
Use Windows Starship executable on Windows paths in WSL
# ~/.config/starship.toml
[git_status]
windows_starship = '/mnt/c/Users/username/scoop/apps/starship/current/starship.exe'
Go
The golang
module shows the currently installed version of Go. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
go.mod
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
go.sum
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
glide.yaml
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
Gopkg.yml
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
Gopkg.lock
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
.go-version
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
Godeps
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
.go
ã®æ¡åŒµåã®ãã¡ã€ã«ãå«ãŸããŠãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ð¹ " |
A format string representing the symbol of Go. |
detect_extensions |
["go"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["go.mod", "go.sum", "glide.yaml", "Gopkg.yml", "Gopkg.lock", ".go-version"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
["Godeps"] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold cyan" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
golang ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v1.12.1 |
The version of go |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[golang]
format = "via [ððš $version](bold cyan) "
Helm
The helm
module shows the currently installed version of Helm. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
helmfile.yaml
ãã¡ã€ã«ãå«ãŸããŠãã - The current directory contains a
Chart.yaml
file
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
detect_extensions |
[] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["helmfile.yaml", "Chart.yaml"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
symbol |
"â " |
A format string representing the symbol of Helm. |
style |
"bold white" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the helm module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v3.1.1 |
The version of helm |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[helm]
format = "via [â $version](bold white) "
Hostname
hostname
ã¢ãžã¥ãŒã«ã«ã¯ãã·ã¹ãã ã®ãã¹ãåã衚瀺ãããŸãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
ssh_only |
true |
SSHã»ãã·ã§ã³ã«æ¥ç¶ãããŠããå Žåã«ã®ã¿ãã¹ãåã衚瀺ããŸãã |
trim_at |
"." |
ãã®æåãæåã«ããããããŸã§ããã¹ãåãšèªèããŸãã "." ã¯æåã®. ãŸã§ããã¹ãåãšããŠèªèããŸãã "" ãæå®ããå Žåããªã ããŸããã |
format |
"[$hostname]($style) in " |
moduleã®ãã©ãŒãããã§ãã |
style |
"bold dimmed green" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
hostname ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
ãã¹ãå | computer |
The hostname of the computer |
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[hostname]
ssh_only = false
format = "on [$hostname](bold red) "
trim_at = ".companyname.com"
disabled = false
Java
The java
module shows the currently installed version of Java. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- The current directory contains a
pom.xml
,build.gradle.kts
,build.sbt
,.java-version
,.deps.edn
,project.clj
, orbuild.boot
file - The current directory contains a file with the
.java
,.class
,.gradle
,.jar
,.clj
, or.cljc
extension
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [${symbol}(${version} )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
detect_extensions |
["java", "class", "gradle", "jar", "cljs", "cljc"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["pom.xml", "build.gradle.kts", "build.sbt", ".java-version", ".deps.edn", "project.clj", "build.boot"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
symbol |
"â " |
A format string representing the symbol of Java |
style |
"red dimmed" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Java ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v14 |
The version of java |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[java]
symbol = "ð "
ãžã§ã
jobs
ã¢ãžã¥ãŒã«ã«ã¯ãå®è¡äžã®ãžã§ãã®çŸåšã®æ°ã衚瀺ãããŸãã ãã®ã¢ãžã¥ãŒã«ã¯ãå®è¡äžã®ããã¯ã°ã©ãŠã³ããžã§ããããå Žåã«ã®ã¿è¡šç€ºãããŸãã The module will show the number of jobs running if there are at least 2 jobs, or more than the number_threshold
config value, if it exists. The module will show a symbol if there is at least 1 job, or more than the symbol_threshold
config value, if it exists. You can set both values to 0 in order to always show the symbol and number of jobs, even if there are 0 jobs running.
The default functionality is:
- 0 jobs -> Nothing is shown.
- 1 job ->
symbol
is shown. - 2 jobs or more ->
symbol
+number
are shown.
::: warning
This module is not supported on tcsh and nu.
:::
::: warning
The threshold
option is deprecated, but if you want to use it, the module will show the number of jobs running if there is more than 1 job, or more than the threshold
config value, if it exists. If threshold
is set to 0, then the module will also show when there are 0 jobs running.
:::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
threshold * |
1 |
è¶ éããå Žåããžã§ãã®æ°ã衚瀺ããŸãã |
symbol_threshold |
1 |
Show symbol if the job count is at least symbol_threshold . |
number_threshold |
2 |
Show the number of jobs if the job count is at least number_threshold . |
format |
"[$symbol$number]($style) " |
moduleã®ãã©ãŒãããã§ãã |
symbol |
"âŠ" |
The string used to represent the symbol variable. |
style |
"bold blue" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
jobs ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
*: This option is deprecated, please use the number_threshold
and symbol_threshold
options instead.
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
number | 1 |
ãžã§ãã®æ° |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[jobs]
symbol = "+ "
number_threshold = 4
symbol_threshold = 0
Julia
The julia
module shows the currently installed version of Julia. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
Project.toml
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
Manifest.toml
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
.jl
ã®æ¡åŒµåã®ãã¡ã€ã«ãå«ãŸããŠãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
detect_extensions |
["jl"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["Project.toml", "Manifest.toml"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
symbol |
"à® " |
Juliaã®ã·ã³ãã«ãè¡šããã©ãŒãããæåå |
style |
"bold purple" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
julia ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v1.4.0 |
julia ã®ããŒãžã§ã³ |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[julia]
symbol = "⎠"
Kotlin
kotlin
ã¢ãžã¥ãŒã«ã¯ãçŸåšã€ã³ã¹ããŒã«ãããŠããKotlinã®ããŒãžã§ã³ã衚瀺ããŸãã ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
.kt
ãããã¯.kts
ãã¡ã€ã«ãå«ãŸããŠãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
detect_extensions |
["kt", "kts"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
[] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
symbol |
"ð
º " |
Kotlinã®ã·ã³ãã«ãè¡šããã©ãŒãããæåå |
style |
"bold blue" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
kotlin_binary |
"kotlin" |
StarshipãããŒãžã§ã³ãååŸãããšãã«å®è¡ããkotlinãã€ããªãèšå®ããŸãã |
disabled |
false |
kotlin ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v1.4.21 |
kotlin ã®ããŒãžã§ã³ |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[kotlin]
symbol = "ð
º "
# ~/.config/starship.toml
[kotlin]
# Kotlinã³ã³ãã€ã©ãã€ããªã䜿çšããŠããŒãžã§ã³ã確èªãã
kotlin_binary = "kotlinc"
Kubernetes
Displays the current Kubernetes context name and, if set, the namespace, user and cluster from the kubeconfig file. The namespace needs to be set in the kubeconfig file, this can be done via kubectl config set-context starship-context --namespace astronaut
. Similarly the user and cluster can be set with kubectl config set-context starship-context --user starship-user
and kubectl config set-context starship-context --cluster starship-cluster
. $KUBECONFIG
ç°å¢å€æ°ãèšå®ãããŠããå Žåããã®ã¢ãžã¥ãŒã«ã¯ç°å¢å€æ°ãåªå
ããŠäœ¿çšãã~/.kube/config
ã¯äœ¿çšããŸããã
::: tip
ãã®ã¢ãžã¥ãŒã«ã¯ããã©ã«ãã§ç¡å¹ã«ãªã£ãŠããŸãã æå¹ã«ããã«ã¯ãèšå®ãã¡ã€ã«ã§disabled
ãfalse
ã«èšå®ããŸãã
:::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
symbol |
"âž " |
ã¯ã©ã¹ã¿ãŒåã®åã«è¡šç€ºãããã·ã³ãã«ãè¡šããã©ãŒãããæååã |
format |
'[$symbol$context( \($namespace\))]($style) in ' |
moduleã®ãã©ãŒãããã§ãã |
style |
"cyan bold" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
context_aliases |
ã³ã³ããã¹ãã®è¡šç€ºãšã€ãªã¢ã¹ãå®çŸ©ããããŒãã«ã | |
disabled |
true |
kubernetes ã¢ãžã¥ãŒã«ãç¡å¹ã«ããã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
context | starship-context |
The current kubernetes context name |
namespace | starship-namespace |
èšå®ãããŠããå ŽåãçŸåšã® Kubernetes ã® namespace å |
user | starship-user |
If set, the current kubernetes user |
cluster | starship-cluster |
If set, the current kubernetes cluster |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[kubernetes]
format = 'on [âµ ($user on )($cluster in )$context \($namespace\)](dimmed green) '
disabled = false
[kubernetes.context_aliases]
"dev.local.cluster.k8s" = "dev"
".*/openshift-cluster/.*" = "openshift"
"gke_.*_(?P<var_cluster>[\\w-]+)" = "gke-$var_cluster"
Regex Matching
Additional to simple aliasing, context_aliases
also supports extended matching and renaming using regular expressions.
The regular expression must match on the entire kube context, capture groups can be referenced using $name
and $N
in the replacement. This is more explained in the regex crate documentation.
Long and automatically generated cluster names can be identified and shortened using regular expressions:
[kubernetes.context_aliases]
# OpenShift contexts carry the namespace and user in the kube context: `namespace/name/user`:
".*/openshift-cluster/.*" = "openshift"
# Or better, to rename every OpenShift cluster at once:
".*/(?P<var_cluster>[\\w-]+)/.*" = "$var_cluster"
# Contexts from GKE, AWS and other cloud providers usually carry additional information, like the region/zone.
# The following entry matches on the GKE format (`gke_projectname_zone_cluster-name`)
# and renames every matching kube context into a more readable format (`gke-cluster-name`):
"gke_.*_(?P<var_cluster>[\\w-]+)" = "gke-$var_cluster"
Line Break
line_break
ã¢ãžã¥ãŒã«ã¯ãããã³ããã2è¡ã«åå²ããŸãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
disabled |
false |
line_break ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŠãããã³ããã1è¡ã«ããŸãã |
èšå®äŸ
# ~/.config/starship.toml
[line_break]
disabled = true
Local IP
The localip
module shows the IPv4 address of the primary network interface.
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
ssh_only |
true |
Only show IP address when connected to an SSH session. |
format |
"[$localipv4]($style) " |
moduleã®ãã©ãŒãããã§ãã |
style |
"bold yellow" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
true |
Disables the localip module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
localipv4 | 192.168.1.13 | Contains the primary IPv4 address |
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[localip]
ssh_only = false
format = "@[$localipv4](bold red) "
disabled = false
Lua
The lua
module shows the currently installed version of Lua. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- The current directory contains a
.lua-version
file - The current directory contains a
lua
directory - The current directory contains a file with the
.lua
extension
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ð " |
A format string representing the symbol of Lua. |
detect_extensions |
["lua"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
[".lua-version"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
["lua"] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold blue" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
lua_binary |
"lua" |
Configures the lua binary that Starship executes when getting the version. |
disabled |
false |
Disables the lua module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v5.4.0 |
lua ã®ããŒãžã§ã³ |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[lua]
format = "via [ð $version](bold blue) "
ã¡ã¢ãªäœ¿çšé
memory_usage
ã¢ãžã¥ãŒã«ã¯ãçŸåšã®ã·ã¹ãã ã¡ã¢ãªãšã¹ã¯ãã䜿çšéã瀺ããŸãã
ããã©ã«ãã§ã¯ãã·ã¹ãã ã¹ã¯ããã®åèšããŒã以å€ã®å Žåãã¹ã¯ãã䜿çšéã衚瀺ãããŸãã
::: tip
ãã®ã¢ãžã¥ãŒã«ã¯ããã©ã«ãã§ç¡å¹ã«ãªã£ãŠããŸãã æå¹ã«ããã«ã¯ãèšå®ãã¡ã€ã«ã§disabled
ãfalse
ã«èšå®ããŸãã
:::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
threshold |
75 |
ãã®éŸå€ãè¶ ããªãéããã¡ã¢ãªäœ¿çšçã¯è¡šç€ºãããŸããã |
format |
"via $symbol [${ram}( | ${swap})]($style) " |
moduleã®ãã©ãŒãããã§ãã |
symbol |
"ð" |
ã¡ã¢ãªäœ¿çšçã衚瀺ããåã«äœ¿çšãããèšå·ã§ãã |
style |
"bold dimmed white" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
true |
memory_usage ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
ram | 31GiB/65GiB |
The usage/total RAM of the current system memory. |
ram_pct | 48% |
The percentage of the current system memory. |
swap** | 1GiB/4GiB |
The swap memory size of the current system swap memory file. |
swap_pct** | 77% |
The swap memory percentage of the current system swap memory file. |
symbol | ð |
ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: This variable can only be used as a part of a style string **: The SWAP file information is only displayed if detected on the current system
èšå®äŸ
# ~/.config/starship.toml
[memory_usage]
disabled = false
threshold = -1
symbol = " "
style = "bold dimmed green"
Mercurial Branch
hg_branch
ã¢ãžã¥ãŒã«ã¯ãçŸåšã®ãã£ã¬ã¯ããªã«ãããªããžããªã®ã¢ã¯ãã£ããªãã©ã³ãã瀺ããŸãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
symbol |
"î " |
The symbol used before the hg bookmark or branch name of the repo in your current directory. |
style |
"bold purple" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
format |
"on [$symbol$branch]($style) " |
moduleã®ãã©ãŒãããã§ãã |
truncation_length |
2^63 - 1 |
Truncates the hg branch name to N graphemes |
truncation_symbol |
"âŠ" |
ãã©ã³ãååãæšãŠãããŠããããšã瀺ãããã®èšå·ã§ãã |
disabled |
true |
Disables the hg_branch module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
branch | master |
The active mercurial branch |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[hg_branch]
format = "on [ð± $branch](bold purple)"
truncation_length = 4
truncation_symbol = ""
Nim
The nim
module shows the currently installed version of Nim. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
nim.cfg
ãã¡ã€ã«ãå«ãŸããŠãã - The current directory contains a file with the
.nim
extension - The current directory contains a file with the
.nims
extension - The current directory contains a file with the
.nimble
extension
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
The format for the module |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ð " |
The symbol used before displaying the version of Nim. |
detect_extensions |
["nim", "nims", "nimble"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["nim.cfg"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold yellow" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the nim module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v1.2.0 |
The version of nimc |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[nim]
style = "yellow"
symbol = "ð£ "
Nix-shell
The nix_shell
module shows the nix-shell environment. ãã®ã¢ãžã¥ãŒã«ã¯ãnixã·ã§ã«ç°å¢å
ã«ãããšãã«è¡šç€ºãããŸãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
'via [$symbol$state( \($name\))]($style) ' |
moduleã®ãã©ãŒãããã§ãã |
symbol |
"âïž " |
A format string representing the symbol of nix-shell. |
style |
"bold blue" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
impure_msg |
"impure" |
A format string shown when the shell is impure. |
pure_msg |
"pure" |
A format string shown when the shell is pure. |
disabled |
false |
nix_shell ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
state | pure |
The state of the nix-shell |
name | lorri |
The name of the nix-shell |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[nix_shell]
disabled = true
impure_msg = "[impure shell](bold red)"
pure_msg = "[pure shell](bold green)"
format = 'via [âïž $state( \($name\))](bold blue) '
Node.js
The nodejs
module shows the currently installed version of Node.js. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
package.json
ãã¡ã€ã«ãå«ãŸããŠãã - The current directory contains a
.node-version
file - The current directory contains a
.nvmrc
file - ã«ã¬ã³ããã£ã¬ã¯ããªã«
node_modules
ãã£ã¬ã¯ããªãå«ãŸããŠãã - The current directory contains a file with the
.js
,.mjs
or.cjs
extension - The current directory contains a file with the
.ts
extension
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"î " |
A format string representing the symbol of Node.js. |
detect_extensions |
["js", "mjs", "cjs", "ts"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["package.json", ".node-version"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
["node_modules"] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold green" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
nodejs ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
not_capable_style |
bold red |
The style for the module when an engines property in package.json does not match the Node.js version. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v13.12.0 |
The version of node |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[nodejs]
format = "via [ð€ $version](bold green) "
OCaml
The ocaml
module shows the currently installed version of OCaml. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- The current directory contains a file with
.opam
extension or_opam
directory - The current directory contains a
esy.lock
directory - The current directory contains a
dune
ordune-project
file - The current directory contains a
jbuild
orjbuild-ignore
file - The current directory contains a
.merlin
file - The current directory contains a file with
.ml
,.mli
,.re
or.rei
extension
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )(\($switch_indicator$switch_name\) )]($style)" |
ã¢ãžã¥ãŒã«ã®ãã©ãŒãããæååã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ð« " |
The symbol used before displaying the version of OCaml. |
global_switch_indicator |
"" |
The format string used to represent global OPAM switch. |
local_switch_indicator |
"*" |
The format string used to represent local OPAM switch. |
detect_extensions |
["opam", "ml", "mli", "re", "rei"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["dune", "dune-project", "jbuild", "jbuild-ignore", ".merlin"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
["_opam", "esy.lock"] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold yellow" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the ocaml module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v4.10.0 |
The version of ocaml |
switch_name | my-project |
The active OPAM switch |
switch_indicator | Mirrors the value of indicator for currently active OPAM switch |
|
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[ocaml]
format = "via [ðª $version]($style) "
OpenStack
The openstack
module shows the current OpenStack cloud and project. The module only active when the OS_CLOUD
env var is set, in which case it will read clouds.yaml
file from any of the default locations. to fetch the current project in use.
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"on [$symbol$cloud(\\($project\\))]($style) " |
moduleã®ãã©ãŒãããã§ãã |
symbol |
"âïž " |
The symbol used before displaying the current OpenStack cloud. |
style |
"bold yellow" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the openstack module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
cloud | corp |
The current OpenStack cloud |
project | dev |
The current OpenStack project |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[openstack]
format = "on [$symbol$cloud(\\($project\\))]($style) "
style = "bold yellow"
symbol = "âïž "
ããã±ãŒãžã®ããŒãžã§ã³
package
ã¢ãžã¥ãŒã«ã¯ãçŸåšã®ãã£ã¬ã¯ããªãããã±ãŒãžã®ãªããžããªã§ããå Žåã«è¡šç€ºãããçŸåšã®ããŒãžã§ã³ã衚瀺ãããŸãã The module currently supports npm
, nimble
, cargo
, poetry
, composer
, gradle
, julia
, mix
, helm
, shards
and dart
packages.
- npm â The
npm
package version is extracted from thepackage.json
present in the current directory - Cargo â The
cargo
package version is extracted from theCargo.toml
present in the current directory - Nimble - The
nimble
package version is extracted from the*.nimble
file present in the current directory with thenimble dump
command - Poetry â The
poetry
package version is extracted from thepyproject.toml
present in the current directory - Python - The
python
package version is extracted from thesetup.cfg
present in the current directory - Composer â The
composer
package version is extracted from thecomposer.json
present in the current directory - Gradle â The
gradle
package version is extracted from thebuild.gradle
present - Julia - The package version is extracted from the
Project.toml
present - Mix - The
mix
package version is extracted from themix.exs
present - Helm - The
helm
chart version is extracted from theChart.yaml
present - Maven - The
maven
package version is extracted from thepom.xml
present - Meson - The
meson
package version is extracted from themeson.build
present - Shards - The
shards
package version is extracted from theshard.yml
present - V - The
vlang
package version is extracted from thev.mod
present - SBT - The
sbt
package version is extracted from thebuild.sbt
present in the current directory - Dart - The
dart
package version is extracted from thepubspec.yaml
present in the current directory
â ïž è¡šç€ºãããããŒãžã§ã³ã¯ãããã±ãŒãžãããŒãžã£ãŒã§ã¯ãªãããœãŒã¹ã³ãŒããçŸåšã®ãã£ã¬ã¯ããªã«ããããã±ãŒãžã®ããŒãžã§ã³ã§ãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"is [$symbol$version]($style) " |
moduleã®ãã©ãŒãããã§ãã |
symbol |
"ðŠ " |
ããã±ãŒãžã®ããŒãžã§ã³ã衚瀺ããåã«äœ¿çšãããèšå·ã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
style |
"bold 208" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
display_private |
false |
Enable displaying version for packages marked as private. |
disabled |
false |
package ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v1.0.0 |
The version of your package |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[package]
format = "via [ð $version](208 bold) "
Perl
The perl
module shows the currently installed version of Perl. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- The current directory contains a
Makefile.PL
orBuild.PL
file - The current directory contains a
cpanfile
orcpanfile.snapshot
file - The current directory contains a
META.json
file orMETA.yml
file - The current directory contains a
.perl-version
file - The current directory contains a
.pl
,.pm
or.pod
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
ã¢ãžã¥ãŒã«ã®ãã©ãŒãããæååã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ðª " |
The symbol used before displaying the version of Perl |
detect_extensions |
["pl", "pm", "pod"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["Makefile.PL", "Build.PL", "cpanfile", "cpanfile.snapshot", "META.json", "META.yml", ".perl-version"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold 149" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the perl module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v5.26.1 |
The version of perl |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
èšå®äŸ
# ~/.config/starship.toml
[perl]
format = "via [ðŠª $version]($style) "
PHP
The php
module shows the currently installed version of PHP. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
composer.json
ãã¡ã€ã«ãå«ãŸããŠãã - The current directory contains a
.php-version
file - The current directory contains a
.php
extension
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ð " |
PHPã®ããŒãžã§ã³ã衚瀺ããåã«äœ¿çšãããèšå·ã§ãã |
detect_extensions |
["php"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["composer.json", ".php-version"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"147 bold" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
php ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v7.3.8 |
The version of php |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[php]
format = "via [ð¹ $version](147 bold) "
Pulumi
The pulumi
module shows the current username, selected Pulumi Stack, and version.
::: tip
By default the Pulumi version is not shown, since it takes an order of magnitude longer to load then most plugins (~70ms). ããã§ãæå¹ã«ãããå Žåã¯ã 以äžã®äŸã«åŸã£ãŠãã ãã.
:::
ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- The current directory contains either
Pulumi.yaml
orPulumi.yml
- A parent directory contains either
Pulumi.yaml
orPulumi.yml
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($username@)$stack]($style) " |
ã¢ãžã¥ãŒã«ã®ãã©ãŒãããæååã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ï² " |
A format string shown before the Pulumi stack. |
style |
"bold 5" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the pulumi module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v0.12.24 |
The version of pulumi |
stack | dev |
The current Pulumi stack |
ãŠãŒã¶å | alice |
The current Pulumi username |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
With Pulumi Version
# ~/.config/starship.toml
[pulumi]
format = "[ð¥ ($version )$stack]($style) "
Without Pulumi version
# ~/.config/starship.toml
[pulumi]
symbol = "ð¥ "
format = "[$symbol$stack]($style) "
PureScript
The purescript
module shows the currently installed version of PureScript version. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
spago.dhall
ãã¡ã€ã«ãå«ãŸããŠãã - The current directory contains a file with the
.purs
extension
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"<=> " |
The symbol used before displaying the version of PureScript. |
detect_extensions |
["purs"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["spago.dhall"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold white" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the purescript module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | 0.13.5 |
The version of purescript |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[purescript]
format = "via [$symbol$version](bold white)"
Python
The python
module shows the currently installed version of Python and the current Python virtual environment if one is activated.
pyenvversionname
ã true
ã«èšå®ãããŠããå Žå ãpyenv ã§ã®ããŒãžã§ã³åã衚瀺ãããŸã ã ããã§ãªããã°ãpython --version
ãå
ã«ããŒãžã§ã³çªå·ã衚瀺ããŸãã
ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
.python-version
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
Pipfile
ãã¡ã€ã«ãå«ãŸããŠãã - The current directory contains a
__init__.py
file - ã«ã¬ã³ããã£ã¬ã¯ããªã«
pyproject.toml
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
requirements.txt
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
setup.py
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
tox.ini
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
.py
ã®æ¡åŒµåã®ãã¡ã€ã«ãå«ãŸããŠãã. - ä»®æ³ç°å¢ãã¢ã¯ãã£ãã§ãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)' |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ð " |
A format string representing the symbol of Python |
style |
"yellow bold" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
pyenv_version_name |
false |
pyenvã䜿çšããŠPythonããŒãžã§ã³ãååŸããŸã |
pyenv_prefix |
pyenv |
Prefix before pyenv version display, only used if pyenv is used |
python_binary |
["python", "python3", "python2"] |
Configures the python binaries that Starship should executes when getting the version. |
detect_extensions |
["py"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
[".python-version", "Pipfile", "__init__.py", "pyproject.toml", "requirements.txt", "setup.py", "tox.ini"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
disabled |
false |
python ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
::: tip
The python_binary
variable accepts either a string or a list of strings. Starship will try executing each binary until it gets a result. Note you can only change the binary that Starship executes to get the version of Python not the arguments that are used.
The default values and order for python_binary
was chosen to first identify the Python version in a virtualenv/conda environments (which currently still add a python
, no matter if it points to python3
or python2
). This has the side effect that if you still have a system Python 2 installed, it may be picked up before any Python 3 (at least on Linux Distros that always symlink /usr/bin/python
to Python 2). If you do not work with Python 2 anymore but cannot remove the system Python 2, changing this to "python3"
will hide any Python version 2, see example below.
:::
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | "v3.8.1" |
The version of python |
symbol | "ð " |
ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
style | "yellow bold" |
ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
pyenv_prefix | "pyenv " |
Mirrors the value of option pyenv_prefix |
virtualenv | "venv" |
The current virtualenv name |
èšå®äŸ
# ~/.config/starship.toml
[python]
symbol = "ðŸ "
pyenv_version_name = true
# ~/.config/starship.toml
[python]
# Only use the `python3` binary to get the version.
python_binary = "python3"
# ~/.config/starship.toml
[python]
# Don't trigger for files with the py extension
detect_extensions = []
# ~/.config/starship.toml
[python]
# Display the version of python from inside a local venv.
#
# Note this will only work when the venv is inside the project and it will only
# work in the directory that contains the venv dir but maybe this is ok?
python_binary = ["./venv/bin/python", "python", "python3", "python2"]
R
The rlang
module shows the currently installed version of R. The module will be shown if any of the following conditions are met:
- The current directory contains a file with the
.R
extension. - The current directory contains a file with the
.Rd
extension. - The current directory contains a file with the
.Rmd
extension. - The current directory contains a file with the
.Rproj
extension. - The current directory contains a file with the
.Rsx
extension. - The current directory contains a
.Rprofile
file - The current directory contains a
.Rproj.user
folder
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ð" |
A format string representing the symbol of R. |
style |
"blue bold" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
detect_extensions |
["R", "Rd", "Rmd", "Rproj", "Rsx"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
[".Rprofile"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[".Rproj.user"] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
disabled |
false |
Disables the r module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v4.0.5 |
The version of R |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style | "blue bold" |
ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
èšå®äŸ
# ~/.config/starship.toml
[rlang]
format = "with [ð $version](blue bold) "
Red
By default the red
module shows the currently installed version of Red. 次ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸã:
- The current directory contains a file with
.red
or.reds
extension
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ðº " |
A format string representing the symbol of Red. |
detect_extensions |
["red"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
[] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"red bold" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the red module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v2.5.1 |
The version of red |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[red]
symbol = "ðŽ "
Ruby
ããã©ã«ãã§ã¯ruby
ã¢ãžã¥ãŒã«ã¯çŸåšã€ã³ã¹ããŒã«ãããŠããRubyã®ããŒãžã§ã³ã衚瀺ããŸãã 次ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸã:
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
Gemfile
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
.ruby-version
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
.rb
ã®æ¡åŒµåã®ãã¡ã€ã«ãå«ãŸããŠãã - The environment variables
RUBY_VERSION
orRBENV_VERSION
are set
Starship gets the current Ruby version by running ruby -v
.
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ð " |
Rubyã®ã·ã³ãã«ãè¡šããã©ãŒãããæåå. |
detect_extensions |
["rb"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["Gemfile", ".ruby-version"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_variables |
["RUBY_VERSION", "RBENV_VERSION"] |
Which environment variables should trigger this module. |
style |
"bold red" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
ruby ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v2.5.1 |
The version of ruby |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[ruby]
symbol = "ðº "
Rust
ããã©ã«ãã§ã¯rust
ã¢ãžã¥ãŒã«ã¯çŸåšã€ã³ã¹ããŒã«ãããŠããRustã®ããŒãžã§ã³ã衚瀺ããŸãã 次ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸã:
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
Cargo.toml
ãã¡ã€ã«ãå«ãŸããŠãã - ã«ã¬ã³ããã£ã¬ã¯ããªã«
.rs
ã®æ¡åŒµåã®ãã¡ã€ã«ãå«ãŸããŠãã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ðŠ " |
Rustã®ã·ã³ãã«ãè¡šããã©ãŒãããæåå |
detect_extensions |
["rs"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["Cargo.toml"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold red" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
rust ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v1.43.0-nightly |
rustc ã®ããŒãžã§ã³ |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[rust]
format = "via [âïž $version](red bold)"
Scala
The scala
module shows the currently installed version of Scala. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- The current directory contains a
build.sbt
,.scalaenv
or.sbtenv
file - The current directory contains a file with the
.scala
or.sbt
extension - The current directory contains a directory named
.metals
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [${symbol}(${version} )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
detect_extensions |
["sbt", "scala"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
[".scalaenv", ".sbtenv", "build.sbt"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[".metals"] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
symbol |
"ð " |
A format string representing the symbol of Scala. |
style |
"red dimmed" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the scala module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | 2.13.5 |
The version of scala |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[scala]
symbol = "ð "
Shell
The shell
module shows an indicator for currently used shell.
::: tip
ãã®ã¢ãžã¥ãŒã«ã¯ããã©ã«ãã§ç¡å¹ã«ãªã£ãŠããŸãã æå¹ã«ããã«ã¯ãèšå®ãã¡ã€ã«ã§disabled
ãfalse
ã«èšå®ããŸãã
:::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
bash_indicator |
bsh |
A format string used to represent bash. |
fish_indicator |
fsh |
A format string used to represent fish. |
zsh_indicator |
zsh |
A format string used to represent zsh. |
powershell_indicator |
psh |
A format string used to represent powershell. |
ion_indicator |
ion |
A format string used to represent ion. |
elvish_indicator |
esh |
A format string used to represent elvish. |
tcsh_indicator |
tsh |
A format string used to represent tcsh. |
xonsh_indicator |
xsh |
A format string used to represent xonsh. |
cmd_indicator |
cmd |
A format string used to represent cmd. |
nu_indicator |
nu |
A format string used to represent nu. |
unknown_indicator |
The default value to be displayed when the shell is unknown. | |
format |
"[$indicator]($style) " |
moduleã®ãã©ãŒãããã§ãã |
style |
"white bold" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
true |
Disables the shell module. |
å€æ°
å€æ° | ããã©ã«ã | 説æ |
---|---|---|
indicator | Mirrors the value of indicator for currently used shell. |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã. |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[shell]
fish_indicator = "ï¹"
powershell_indicator = "ï _"
unknown_indicator = "mystery shell"
style = "cyan bold"
disabled = false
SHLVL
The shlvl
module shows the current SHLVL
("shell level") environment variable, if it is set to a number and meets or exceeds the specified threshold.
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
threshold |
2 |
Display threshold. |
format |
"[$symbol$shlvl]($style) " |
moduleã®ãã©ãŒãããã§ãã |
symbol |
"âïž " |
The symbol used to represent the SHLVL . |
repeat |
false |
Causes symbol to be repeated by the current SHLVL amount. |
style |
"bold yellow" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
true |
Disables the shlvl module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
shlvl | 3 |
The current value of SHLVL |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[shlvl]
disabled = false
format = "$shlvl level(s) down"
threshold = 3
Singularity
The singularity
module shows the current Singularity image, if inside a container and $SINGULARITY_NAME
is set.
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
'[$symbol\[$env\]]($style) ' |
moduleã®ãã©ãŒãããã§ãã |
symbol |
"" |
A format string displayed before the image name. |
style |
"bold dimmed blue" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the singularity module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
env | centos.img |
The current Singularity image |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[singularity]
format = '[ðŠ \[$env\]]($style) '
Status
The status
module displays the exit code of the previous command. The module will be shown only if the exit code is not 0
. The status code will cast to a signed 32-bit integer.
::: tip
ãã®ã¢ãžã¥ãŒã«ã¯ããã©ã«ãã§ç¡å¹ã«ãªã£ãŠããŸãã æå¹ã«ããã«ã¯ãèšå®ãã¡ã€ã«ã§disabled
ãfalse
ã«èšå®ããŸãã
:::
::: warning This module is not supported on nu shell. :::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"[$symbol$status]($style) " |
The format of the module |
symbol |
"â" |
The symbol displayed on program error |
success_symbol |
"âïž" |
The symbol displayed on program success |
not_executable_symbol |
"ð«" |
The symbol displayed when file isn't executable |
not_found_symbol |
"ð" |
The symbol displayed when the command can't be found |
sigint_symbol |
"ð§±" |
The symbol displayed on SIGINT (Ctrl + c) |
signal_symbol |
"â¡" |
The symbol displayed on any signal |
style |
"bold red" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
recognize_signal_code |
true |
Enable signal mapping from exit code |
map_symbol |
false |
Enable symbols mapping from exit code |
pipestatus |
false |
Enable pipestatus reporting |
pipestatus_separator |
` | ` |
pipestatus_format |
\\[$pipestatus\\] => [$symbol$common_meaning$signal_name$maybe_int]($style) |
The format of the module when the command is a pipeline |
disabled |
true |
Disables the status module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
status | 127 |
The exit code of the last command |
hex_status | 0x7F |
The exit code of the last command in hex |
int | 127 |
The exit code of the last command |
common_meaning | ERROR |
Meaning of the code if not a signal |
signal_number | 9 |
Signal number corresponding to the exit code, only if signalled |
signal_name | KILL |
Name of the signal corresponding to the exit code, only if signalled |
maybe_int | 7 |
Contains the exit code number when no meaning has been found |
pipestatus | Rendering of in pipeline programs's exit codes, this is only available in pipestatus_format | |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[status]
style = "bg:blue"
symbol = "ðŽ"
format = '[\[$symbol $common_meaning$signal_name$maybe_int\]]($style) '
map_symbol = true
disabled = false
Sudo
The sudo
module displays if sudo credentials are currently cached. The module will only be shown if credentials are cached.
::: tip
ãã®ã¢ãžã¥ãŒã«ã¯ããã©ã«ãã§ç¡å¹ã«ãªã£ãŠããŸãã æå¹ã«ããã«ã¯ãèšå®ãã¡ã€ã«ã§disabled
ãfalse
ã«èšå®ããŸãã
:::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
[as $symbol]($style)" |
The format of the module |
symbol |
"ð§ " |
The symbol displayed when credentials are cached |
style |
"bold blue" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
allow_windows |
false |
Since windows has no default sudo, default is disabled. |
disabled |
true |
Disables the sudo module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[sudo]
style = "bold green"
symbol = "ð©âð» "
disabled = false
# On windows
# $HOME\.starship\config.toml
[sudo]
allow_windows = true
disabled = false
Swift
By default the swift
module shows the currently installed version of Swift. 次ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸã:
- The current directory contains a
Package.swift
file - The current directory contains a file with the
.swift
extension
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ðŠ " |
A format string representing the symbol of Swift |
detect_extensions |
["swift"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["Package.swift"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold 202" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the swift module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v5.2.4 |
The version of swift |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[swift]
format = "via [ð $version](red bold)"
Terraform
terraform
ã¢ãžã¥ãŒã«ã¯ãçŸåšéžæãããŠããTerraform workspace ãšããŒãžã§ã³ã衚瀺ããŸãã
::: tip
Terraformã®ããŒãžã§ã³ã¯ããã©ã«ãã§ã¯è¡šç€ºãããŸãããå€ãã®ãã©ã°ã€ã³ã䜿çšãããŠããå ŽåãçŸåšã®Terraformã®ããŒãžã§ã³ã§ã¯é ããªãããã§ãã ããã§ãæå¹ã«ãããå Žåã¯ã 以äžã®äŸã«åŸã£ãŠãã ãã.
:::
ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- ã«ã¬ã³ããã£ã¬ã¯ããªã«
.terraform
ãã©ã«ããå«ãŸããŠãã - çŸåšã®ãã£ã¬ã¯ããªã«
.tf
,.tfplan
ãŸãã¯.tfstate
ã®ããããã®æ¡åŒµåãæã€ãã¡ã€ã«ãããã
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol$workspace]($style) " |
ã¢ãžã¥ãŒã«ã®ãã©ãŒãããæååã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"ð " |
ã¯ãŒã¯ã¹ããŒã¹ã®åã«è¡šç€ºããããã©ãŒãããæååã |
detect_extensions |
["tf", "tfplan", "tfstate"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
[] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[".terraform"] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"bold 105" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
terraform ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v0.12.24 |
terraform ã®ããŒãžã§ã³ |
workspace | default |
çŸåšã®Terraformã¯ãŒã¯ã¹ããŒã¹ |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
Terraform ããŒãžã§ã³è¡šç€ºãã
# ~/.config/starship.toml
[terraform]
format = "[ððš $version$workspace]($style) "
Terraform ããŒãžã§ã³è¡šç€ºãªã
# ~/.config/starship.toml
[terraform]
format = "[ððš $workspace]($style) "
Time
time
ã¢ãžã¥ãŒã«ã¯ãçŸåšã®çŸå°æéã瀺ããŸãã format
èšå®ã¯ãæéã®è¡šç€ºæ¹æ³ãå¶åŸ¡ããããã«chrono
ã¯ã¬ãŒãã«ãã£ãŠäœ¿çšãããŸãã 䜿çšå¯èœãªãªãã·ã§ã³ã確èªããã«ã¯ãchrono strftimeã®ããã¥ã¡ã³ããã芧ãã ããã
::: tip
ãã®ã¢ãžã¥ãŒã«ã¯ããã©ã«ãã§ç¡å¹ã«ãªã£ãŠããŸãã æå¹ã«ããã«ã¯ãèšå®ãã¡ã€ã«ã§disabled
ãfalse
ã«èšå®ããŸãã
:::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"at [$time]($style) " |
ã¢ãžã¥ãŒã«ã®ãã©ãŒãããæååã |
use_12hr |
false |
12æéã®ãã©ãŒããããæå¹ã«ããŸãã |
time_format |
ãã®è¡šã®äžãåç §ããŠãã ãã | æå»ã®ãã©ãŒãããã«äœ¿çšãããã¯ãããã©ãŒãããæåå ã§ãã |
style |
"bold yellow" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
utc_time_offset |
"local" |
䜿çšããUTCãªãã»ãããèšå®ããŸãã Range from -24 < x < 24. ãããŒãã30/45åã®ã¿ã€ã ãŸãŒã³ãªãã»ããã«å¯Ÿå¿ã§ããããã«ããŸãã |
disabled |
true |
time ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
time_range |
"-" |
Sets the time range during which the module will be shown. Times must be specified in 24-hours format |
If use_12hr
is true
, then time_format
defaults to "%r"
. ãã以å€ã®å Žåãããã©ã«ãã¯"%T"
ã§ãã Manually setting time_format
will override the use_12hr
setting.
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
æå» | 13:08:10 |
The current time. |
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[time]
disabled = false
format = 'ð[\[ $time \]]($style) '
time_format = "%T"
utc_time_offset = "-5"
time_range = "10:00:00-14:00:00"
ãŠãŒã¶ãŒå
username
ã¢ãžã¥ãŒã«ã«ã¯ãã¢ã¯ãã£ããªãŠãŒã¶ãŒã®ãŠãŒã¶ãŒåã衚瀺ãããŸãã 次ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸã:
- ã«ã¬ã³ããŠãŒã¶ãŒãroot
- ã«ã¬ã³ããŠãŒã¶ãŒãããã°ã€ã³ããŠãããŠãŒã¶ãŒãšã¯ç°ãªã
- ãŠãŒã¶ãŒãSSHã»ãã·ã§ã³ãšããŠæ¥ç¶ãããŠãã
show_always
å€æ°ãtrueã«èšå®ãããŠãã
::: tip
SSH connection is detected by checking environment variables SSH_CONNECTION
, SSH_CLIENT
, and SSH_TTY
. If your SSH host does not set up these variables, one workaround is to set one of them with a dummy value.
:::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
style_root |
"bold red" |
ãŠãŒã¶ãŒãrootã®ãšãã«äœ¿çšãããã¹ã¿ã€ã«ã§ãã |
style_user |
"bold yellow" |
érootãŠãŒã¶ãŒã«äœ¿çšãããã¹ã¿ã€ã«ã§ãã |
format |
"[$user]($style) in " |
moduleã®ãã©ãŒãããã§ãã |
show_always |
false |
username ã¢ãžã¥ãŒã«ãåžžã«è¡šç€ºããŸãã |
disabled |
false |
username ã¢ãžã¥ãŒã«ãç¡å¹ã«ããŸãã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
style |
"red bold" |
Mirrors the value of option style_root when root is logged in and style_user otherwise. |
user |
"matchai" |
The currently logged-in user ID. |
èšå®äŸ
# ~/.config/starship.toml
[username]
style_user = "white bold"
style_root = "black bold"
format = "user: [$user]($style) "
disabled = false
show_always = true
Vagrant
The vagrant
module shows the currently installed version of Vagrant. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- The current directory contains a
Vagrantfile
file
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"â± " |
A format string representing the symbol of Vagrant. |
detect_extensions |
[] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["Vagrantfile"] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"cyan bold" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the vagrant module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | Vagrant 2.2.10 |
The version of Vagrant |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[vagrant]
format = "via [â± $version](bold white) "
V
The vlang
module shows you your currently installed version of V. ããã©ã«ãã§ã¯æ¬¡ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸãã
- The current directory contains a file with
.v
extension - The current directory contains a
v.mod
,vpkg.json
or.vpkg-lock.json
file
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"V " |
A format string representing the symbol of V |
detect_extensions |
["v"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
["v.mod", "vpkg.json", ".vpkg-lock.json" ] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
style |
"blue bold" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the vlang module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v0.2 |
The version of v |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
èšå®äŸ
# ~/.config/starship.toml
[vlang]
format = "via [V $version](blue bold) "
VCSH
The vcsh
module displays the current active VCSH repository. The module will be shown only if a repository is currently in use.
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
symbol |
The symbol used before displaying the repository name. | |
style |
"bold yellow" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
format |
"vcsh [$symbol$repo]($style) " |
moduleã®ãã©ãŒãããã§ãã |
disabled |
false |
Disables the vcsh module. |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
repo | dotfiles if in a VCSH repo named dotfiles |
The active repository name |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | black bold dimmed |
ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[vcsh]
format = "[ð
$repo](bold blue) "
Zig
By default the the zig
module shows the currently installed version of Zig. 次ã®æ¡ä»¶ã®ãããããæºãããããšãã¢ãžã¥ãŒã«ã衚瀺ãããŸã:
- The current directory contains a
.zig
file
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
format |
"via [$symbol($version )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
version_format |
"v${raw}" |
ããŒãžã§ã³ã®ãã©ãŒãããã 䜿çšå¯èœãªå€æ°ã¯raw ãmajor ãminor ãšpatch ã§ãã |
symbol |
"⯠" |
The symbol used before displaying the version of Zig. |
style |
"bold yellow" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
disabled |
false |
Disables the zig module. |
detect_extensions |
["zig"] |
ã©ã®æ¡åŒµåããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_files |
[] |
ã©ã®ãã¡ã€ã«åããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
detect_folders |
[] |
ã©ã®ãã©ã«ããŒããã®ã¢ãžã¥ãŒã«ãã¢ã¯ãã£ãã«ããã |
å€æ°
å€æ° | èšå®äŸ | 説æ |
---|---|---|
version | v0.6.0 |
The version of zig |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
|
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
èšå®äŸ
# ~/.config/starship.toml
[zig]
symbol = "â¡ïž "
Custom commands
The custom
modules show the output of some arbitrary commands.
These modules will be shown if any of the following conditions are met:
- The current directory contains a file whose name is in
files
- The current directory contains a directory whose name is in
directories
- The current directory contains a file whose extension is in
extensions
- The
when
command returns 0 - The current Operating System (std::env::consts::OS) matchs with
os
field if defined.
::: tip
Multiple custom modules can be defined by using a .
.
:::
::: tip
The order in which custom modules are shown can be individually set by including ${custom.foo}
in the top level format
(as it includes a dot, you need to use ${...}
). By default, the custom
module will simply show all custom modules in the order they were defined.
:::
::: tip
Issue #1252 contains examples of custom modules. If you have an interesting example not covered there, feel free to share it there!
:::
::: warning Command output is printed unescaped to the prompt
Whatever output the command generates is printed unmodified in the prompt. This means if the output contains special sequences that are interpreted by your shell they will be expanded when displayed. These special sequences are shell specific, e.g. you can write a command module that writes bash sequences, e.g. \h
, but this module will not work in a fish or zsh shell.
Format strings can also contain shell specific prompt sequences, e.g. Bash, Zsh.
:::
ãªãã·ã§ã³
ãªãã·ã§ã³ | ããã©ã«ã | 説æ |
---|---|---|
command |
"" |
The command whose output should be printed. The command will be passed on stdin to the shell. |
when |
A shell command used as a condition to show the module. The module will be shown if the command returns a 0 status code. |
|
shell |
ãã®è¡šã®äžãåç §ããŠãã ãã | |
説æ |
"<custom module>" |
The description of the module that is shown when running starship explain . |
files |
[] |
The files that will be searched in the working directory for a match. |
directories |
[] |
The directories that will be searched in the working directory for a match. |
extensions |
[] |
The extensions that will be searched in the working directory for a match. |
symbol |
"" |
The symbol used before displaying the command output. |
style |
"bold green" |
ã¢ãžã¥ãŒã«ã®ã¹ã¿ã€ã«ã§ãã |
format |
"[$symbol($output )]($style)" |
moduleã®ãã©ãŒãããã§ãã |
disabled |
false |
Disables this custom module. |
os |
Operating System name on which the module will be shown (unix, linux, macos, windows, ... ) See possible values. |
å€æ°
å€æ° | 説æ |
---|---|
output | The output of shell command in shell |
symbol | ãªãã·ã§ã³ èšå· ã®å€ããã©ãŒãã |
style* | ãªãã·ã§ã³ style ã®å€ããã©ãŒãã |
*: ãã®å€æ°ã¯ãã¹ã¿ã€ã«æååã®äžéšãšããŠã®ã¿äœ¿çšããããšãã§ããŸãã
Custom command shell
shell
accepts a non-empty list of strings, where:
- The first string is the path to the shell to use to execute the command.
- Other following arguments are passed to the shell.
If unset, it will fallback to STARSHIP_SHELL and then to "sh" on Linux, and "cmd /C" on Windows.
The command
will be passed in on stdin.
If shell
is not given or only contains one element and Starship detects PowerShell will be used, the following arguments will automatically be added: -NoProfile -Command -
. This behavior can be avoided by explicitly passing arguments to the shell, e.g.
shell = ["pwsh", "-Command", "-"]
::: warning Make sure your custom shell configuration exits gracefully
If you set a custom command, make sure that the default Shell used by starship will properly execute the command with a graceful exit (via the shell
option).
For example, PowerShell requires the -Command
parameter to execute a one liner. Omitting this parameter might throw starship into a recursive loop where the shell might try to load a full profile environment with starship itself again and hence re-execute the custom command, getting into a never ending loop.
Parameters similar to -NoProfile
in PowerShell are recommended for other shells as well to avoid extra loading time of a custom profile on every starship invocation.
Automatic detection of shells and proper parameters addition are currently implemented, but it's possible that not all shells are covered. Please open an issue with shell details and starship configuration if you hit such scenario.
:::
èšå®äŸ
# ~/.config/starship.toml
[custom.foo]
command = "echo foo" # shows output of command
files = ["foo"] # can specify filters but wildcards are not supported
when = """ test "$HOME" == "$PWD" """
format = " transcending [$output]($style)"
[custom.time]
command = "time /T"
extensions = ["pst"] # filters *.pst files
shell = ["pwsh.exe", "-NoProfile", "-Command", "-"]