v0.2.0
π Pulsarship v0.2.0 β First Stable Release
β¨ New Features
πͺ Right Prompt Support
You can now define a right-aligned prompt layout via the prompt_right
parameter.
Currently supported on Zsh and Fish shells.
Great for displaying time, git status, or any other contextual info on the right side of the terminal.
π§ͺ Custom Modules
Build your own modules using the custom.*
syntax in your pulsarship.toml
!
Example:
[custom.greeting]
run = "greeting.sh"
format = "π {output}"