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
--versionflag (build info vialdflags) - Added
gen-configsubcommand to generate default config file - Moved
rightprompt to--rightflag underpromptcommand - Rewrote
Makefileand AUR build files for properldflagssupport - Added
install.shscript for easier setup - Replaced
BurntSushi/tomlwithpelletier/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}"