Posts Tagged With: message

Display a Small Notification Dialog

Tagged with: , , , , , , ,

This command shows a notice in GUI and disappears after a few seconds…


notify-send "Hello There"
No Comments »

Show a small ‘alert’ from Command Line

Tagged with: , , ,

Shows a small GUI dialog similar to alert with the specified message.


xmessage 'Hello'
No Comments »