8000 GitHub - msmafra/poshfier: Posh bash messages
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

msmafra/poshfier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poshfier

Poshfying messages :D . Inspired by the fancy_message function in flexiondotorg's (Martin Wimpress) deb-get

in action

Use it

Clone the repo

git clone github.com/msmafra/poshfier
cd poshfier
chmod +x poshfier

Test it

chmod +x missive.sh

Or download only it

curl -sL# -OC - "https://raw.githubusercontent.com/msmafra/poshfier/refs/heads/main/poshfier.bash"

Add it to your script

#!/usr/bin/env bash
source  poshfier.bash
msg() {
    poshfier "${@}"
}

msg error "Something went wrong!"

Enable other colored messages

To enable other colors you can add to the message_types array.

Or add more

Visit:

About

Posh bash messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0