Path to this page:
./
shells/starship,
Fast, customizable cross-shell prompt
Branch: CURRENT,
Version: 1.22.1,
Package name: starship-1.22.1,
Maintainer: mjThe minimal, blazing-fast, and infinitely customizable prompt for any
shell.
Features:
o Fast: it's fast - really really fast!
o Customizable: configure every aspect of your prompt.
o Universal: works on any shell, on any operating system.
o Intelligent: shows relevant information at a glance.
o Feature rich: support for all your favorite tools.
o Easy: quick to install - start using it in minutes.
The following shells are currently supported:
o Bash
o Elvish
o Fish
o Ion
o Powershell
o Tcsh
o Zsh
Master sites:
Filesize: 9223.623 KB
Version history: (Expand)
- (2025-01-13) Updated to version: starship-1.22.1
- (2025-01-11) Updated to version: starship-1.22.0
- (2024-10-18) Updated to version: starship-1.21.1
- (2024-10-18) Updated to version: starship-1.21.0
- (2024-07-29) Updated to version: starship-1.20.1
- (2024-04-15) Updated to version: starship-1.18.2
CVS history: (Expand)
2025-01-13 21:34:35 by pin | Files touched by this commit (3) | |
Log message:
shells/starship: update to 1.22.1
1.22.1 (2025-01-11)
Bug Fixes
windows: downgrade libz-ng-sys (#6489) (6f7c67b)
|
2025-01-11 19:08:01 by pin | Files touched by this commit (3) | |
Log message:
shells/starship: update to 1.22.0
1.22.0 (2025-01-11)
Features
battery: Use best match instead of first match for battery.display threshold \
(#6442) (2690a32)
bun: Detect bun using new text-format lockfile (#6441) (2df521c)
direnv: allow direnv to detect environment variables (#6196) (4593716)
status: add {success,failure}_style options (#6269) (e21775c)
Bug Fixes
fish: restore support for fish <v3.4.0 (#6337) (85d3fb2)
handle variable bash $SHLVL behavior with explicit option (#4912) (7ead2b5)
hostname: use DNS instead of NetBIOS name on Windows (#6343) (43f097e)
init/pwsh: preserve ViModeChangeHandler (#6225) (9b6d394)
init: do not use cygpath for elvish (#6376) (576aa14)
status: add trailing space to pipestatus_format (#6404) (8a38b8f)
username: avoid using whoami on android (#6342) (af5d139), closes #6340
|
2024-10-18 23:11:11 by pin | Files touched by this commit (3) | |
Log message:
shells/starship: update to 1.21.1
1.21.1 (2024-10-18)
Reverts
- "perf(fish): Skip unnecessary indirection in starship init fish" \
(#6326) (00d927b)
|
2024-10-18 10:53:14 by pin | Files touched by this commit (3) | |
Log message:
shells/starship: update to 1.21.0
1.21.0 (2024-10-17)
Features
deno: add deno.lock file to default detect_files list (#6310) (22c6c52)
hostname: add option to replace hostnames with aliases (#6097) (68a8fc9)
mojo: add module for Mojo language (#6108) (171746a)
package: support alternative gradle module version syntax (#6079) (a62012e)
python: Add detect env vars option (#4486) (8a2d944)
python: detect pixi and ipynb files (#6228) (36134d8)
release: codesign windows release binaries (#6273) (fcc697b)
Bug Fixes
bash: fix variable leak in Bash integration (#6143) (e1189ed)
cmd_duration: Make render_time format more consistent (#5825) (4abea6b)
docker_context: Ignore Docker Desktop "desktop-linux" context. \
(#6314) (14babde)
docs: correct username options (#6084) (d96fbc5)
fish: add missing arguments for fish transient prompt functions (#6181) \
(d6814be), closes #6180
fish: improve fish transient prompt (#6107) (274dff3)
fish: use correct input function in transient execute (#6265) (244c2c6)
Fixed "Click to download TOML" links (#6234) (0200d75)
git_status: read proper name for core.fsmonitor flag (#6173) (33b3b8e)
package: support alternative gradle module version syntax (#6080) (a62012e)
python: improve parsing of pyvenv.cfg files (#6145) (7b65ad5)
use whoami for user/hostname queries again (#6311) (77f0883)
Performance Improvements
fish: Skip unnecessary indirection in starship init fish (#6253) (798f640)
Skip unnecessary indirection in starship init fish (798f640)
|
2024-07-29 09:29:59 by pin | Files touched by this commit (3) | |
Log message:
shells/starship: update to 1.20.1
NetBSD/pkgsrc notable changes: Support for acpi batteries on NetBSD has been \
added by naguam.
See, https://github.com/starship/rust-battery/pull/69
1.20.0 (2024-07-26)
Features
color: add prev_fg and prev_bg as color specifiers based on the previous \
foreground/background colors respectively (#6017) (9a3e87f)
color: add prevfg,prevbg as color specifiers based on the previous \
foreground/background colors respectively (9a3e87f)
gcloud: Disabled gcloud module when active config hasn't been set (#6039) \
(4d36d46)
purescript: add support for spago-next configuration files (#6036) (e028186)
Bug Fixes
direnv: replace nonexistent "orange" color with \
"bright-yellow" (#5969) (478d5cc)
dotnet: Remove duplicate v in dotnet version (#6060) (52a89a5)
improve non-msvc windows support by bumping stable dependencies (#5989) (50a6b84)
k8s: don't trigger if scan config is set but env vars are not (#5979) (8c75822)
preset: fix typo in Open Policy Agent module format string (#6118) (eba9748)
Performance Improvements
k8s: Improve performance of kubeconfig module (#6032) (fae92b2)
1.19.0 (2024-05-15)
Features
container: show name if available (#5195) (3e3f18e)
gleam: Add Gleam module (#5886) (34a8f7e)
k8s: Add detect env vars option (#4488) (e3b5dff)
nats: Add NATS Context (#5900) (5facd85)
odin: Add Odin Lang module (#5873) (335c514)
username: add aliases option (#5855) (9c1eadd)
Bug Fixes
bash: fix handling of the preserved DEBUG trap (used in Bash <= 4.3) \
(#5908) (fe1a8df)
bash: use eval instead of a procsub for the POSIX mode (#5020) (0f859e8)
bash: use eval instead of a procsub for the POSIX mode (0f859e8)
bun: change default icon (#5880) (be4e97c)
scala: use scala-cli first to avoid timeout (2221a88)
xonsh: remove | cat workaround from xonsh init (#5113) (de5b7f0)
Performance Improvements
scala: use scala-cli first to avoid timeout (#5952) (2221a88)
|
2024-04-15 11:17:40 by Thomas Klausner | Files touched by this commit (1) |
Log message:
starship: remove useless MESSAGE
|
2024-04-15 11:14:03 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
starship: update to 1.18.2.
Bug Fixes
replace unmaintained crates yaml-rust, dirs-next (#5887) (796a411)
Reverts
"build(deps): update rust crate gix to 0.61.1" (#5878) (eb80dba)
|
2024-03-24 16:31:53 by pin | Files touched by this commit (3) | |
Log message:
shells/starship: update to 1.18.1
1.18.1 (2024-03-24)
Bug Fixes
- deps: update rust crate os_info to 3.8.2 (#5870) (d421f63)
- replace all remaining paths referring to vuepress (#5859) (d5861f9)
|