dunstify
A notification tool that is an extension of notify-send, but has more features based around dunst. Accepts all options of notify-send. More information: <https://github.com/dunst-project/dunst/wiki/Guides>.
Install
- All systems
-
curl cmd.cat/dunstify.sh
- Debian
-
apt-get install dunst - Ubuntu
-
apt-get install dunst -
Alpine
-
apk add dunst - Arch Linux
-
pacman -S dunst - Kali Linux
-
apt-get install dunst - Fedora
-
dnf install dunst - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install dunst - Raspbian
-
apt-get install dunst - Docker
-
docker run cmd.cat/dunstify dunstifypowered by Commando
A notification tool that is an extension of notify-send, but has more features based around dunst. Accepts all options of notify-send. More information: <https://github.com/dunst-project/dunst/wiki/Guides>.
-
Show a notification with a given title and message:
dunstify "Title" "Message" -
Show a notification with specified urgency:
dunstify "Title" "Message" -u low|normal|critical -
Specify a message ID (overwrites any previous messages with the same ID):
dunstify "Title" "Message" -r 123 -
Display help:
notify-send --help
© tl;dr; authors and contributors