Releases: axrona/pulsarship
Releases · axrona/pulsarship
v0.2.4
v0.2.3
v0.2.2
What's Changed
- 🛠️ Refactored CLI structure and added version handling by @orenoi in #7
- Introduced
--version
flag (build info vialdflags
) - Added
gen-config
subcommand to generate default config file - Moved
right
prompt to--right
flag underprompt
command - Rewrote
Makefile
and AUR build files for properldflags
support - Added
install.sh
script for easier setup - Replaced
BurntSushi/toml
withpelletier/go-toml/v2
- Introduced
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1
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}"