Path to this page:
./
shells/starship,
Fast, customizable cross-shell prompt
Branch: CURRENT,
Version: 1.21.1,
Package name: starship-1.21.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: 9214.834 KB
Version history: (Expand)
- (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
- (2024-03-24) Updated to version: starship-1.18.1
- (2024-03-22) Updated to version: starship-1.18.0
CVS history: (Expand)
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)
|
2024-03-22 13:20:32 by pin | Files touched by this commit (3) | |
Log message:
shell/starship-1.18.0
1.18.0 (2024-03-21)
Features
$gemset variable for Ruby module (#5429) (938ea3c)
bash: Support right prompt and transience (#4902) (5ead13d)
bash: use PS0 for preexec hook (#5735) (ae711c0)
direnv: use JSON status with direnv >= 2.33.0 (#5692) (482c7b7)
docs: move to vitepress (#5785) (7485c90)
install: Add version option to install script (f66bfd9)
install: Add version option to install script (#5728) (f66bfd9)
os: add new os symbols (#5849) (df65b21)
quarto: Add Quarto module (#5820) (0e49f04)
release: add winget arm64 push & repo sync (#5033) (aef1a3f)
username: add detect_env_vars as option (#5833) (b8a812b)
Bug Fixes
bash: Handle Unbound Variables Errors in Bash (#4972) (7093d5c)
bash: improve integration with bash-preexec (#5734) (2aa711c)
character: also handle vi edit mode in pwsh (#5775) (0891ec2)
direnv: update to work with direnv v2.33 (#5657) (cec111a)
git_branch: fall back to "HEAD" when there is no current branch \
(#5768) (6a96e84)
nu: continuation prompt not being displayed correctly (#5851) (d308e91)
status: fix pipestatus width calculation (#5036) (ab84043), closes #3162
zsh: improve starship binary path escaping (#5574) (2bb57cf)
|
2024-01-02 21:07:16 by pin | Files touched by this commit (3) | |
Log message:
shells/starship: update to 1.17.1
1.17.1 (2024-01-02)
Bug Fixes
- v1.17.0 post-release fix-ups (#5660) (89dc192)
Reverts
- refactor(modules): use whoami crate to get username (#5669) (a83e107)
|
2023-12-30 18:11:19 by pin | Files touched by this commit (3) | |
Log message:
shells/starship: update to 1.17.0
1.17.0 (2023-12-28)
Features
- add additional exit status code meanings from libc (#5412) (81c7d0c)
- add typst module (7b21705)
- aws: Adding the AWS SSO CLI env variable to profile list (#5640) (6d96df3)
- direnv: add new direnv module (#5157) (e47bfba)
- fossil_metrics: add fossil_metrics module (#4874) (e867cda)
- hostname: add detect_env_vars as option (#5196) (43b2d42)
- kubernetes: Add styling based on current context (#4550) (6b444e0)
- R lang packages version, remove .Rprofile from rlang detection (#5588)
(5267c46)
- scanner: add option not to follow symlinks (#5325) (7b851fc)
- shell: allow distinguishing between pwsh and powershell (#5478) (d7a34b4)
Bug Fixes
- bash: unbound variable error with STARSHIP_PREEXEC_READY (#5438) (8168c21)
- docker_context: ignore unix domain socket path from Docker Context (#5616)
(a910e09), closes #5548
- git_status: Avoid printing error on missing stash ref (#5434) (00d3dc8)
- git: prevent core.fsmonitor from executing external commands (#3981)
(03278e4)
- install: do not use curl installed through snap (#5442) (0e73817)
- pastel-powerline: remove $path from docker-context module format string
(#5534) (6abc83d)
Performance Improvements
- git_status: avoid running in bare repos (#5581) (ac4a839)
- Skip unnecessary indirection in starship init zsh (#5322) (5ca8daa)
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-08-01 10:05:34 by pin | Files touched by this commit (3) | |
Log message:
shells/starship: update to 1.16.0
1.16.0 (2023-07-30)
Features
- pwsh: Support vi command mode indicator (#5049) (3180509)
- shlvl: add repeat_offset for repeated symbol (#5289) (3402f0e)
- update the nushell init file and make it valid module and overlay (#5188)
(470aeb0)
Bug Fixes
- bash: Clear out completed jobs before counting NUM_JOBS (#5253) (0a05b5c)
- rprompt: remove lprompt modules from $all again (#5067) (b9a4b08)
Performance Improvements
- git_status: query git stash count via gitoxide (#5238) (410f107)
|