Skip to content

v0.2.0

Compare
Choose a tag to compare
@axrona axrona released this 23 Jul 06:19
· 77 commits to main since this release
1f25c65

πŸš€ 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}"