Send desktop notifications from the command line to a notification daemon.
Library that sends desktop notifications to a notification daemon
notify-send$ notify-send 'Hello' 'This is a notification'$ notify-send -u critical 'Warning' 'Disk space low' -i dialog-warning$ notify-send 'Update Complete' 'Installation finished' -t 5000$ notify-send 'Backup Done' 'Your files have been synced'$ notify-send -c 'im.received' -u normal 'New Message' 'You have a message'