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>.

Debian Debian
RUN apt-get update && \ apt-get install -y dunst
Ubuntu
RUN apt-get update && \ apt-get install -y dunst
Alpine
RUN apk add dunst
Arch Arch Linux
RUN pacman -S --noconfirm dunst
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y dunst
Fedora
RUN dnf install -y dunst
Raspbian
RUN apt-get update && \ apt-get install -y dunst
click the source code to copy install dunstify on any operating system with command-not-found.com