Poshfying messages :D . Inspired by the fancy_message function in flexiondotorg's (Martin Wimpress) deb-get
git clone github.com/msmafra/poshfier
cd poshfier
chmod +x poshfier
chmod +x missive.sh
curl -sL# -OC - "https://raw.githubusercontent.com/msmafra/poshfier/refs/heads/main/poshfier.bash"
#!/usr/bin/env bash
source poshfier.bash
msg() {
poshfier "${@}"
}
msg error "Something went wrong!"
To enable other colors you can add to the message_types array.
Visit: