wtfutil / wtf

The personal information dashboard for your terminal
http://wtfutil.com
Mozilla Public License 2.0
15.79k stars 802 forks source link

Desktop Notifications module #1329

Open mikeslattery opened 2 years ago

mikeslattery commented 2 years ago

What should it do?

When a desktop notification occurs, capture the text message.

This is useful to know about new emails, calendar meeting reminders, IMs, system errors, etc. I find this the most useful pane in my dashboard (see workaround below).

Implementation

It would have separate implementations for Mac, and Linux.

Workaround

On Linux, I use cmdrunner to call a script I wrote that runs dbus-monitor "interface='org.freedesktop.Notifications'" and then uses sed to filter the text into something legible. It's possible to do something similar on Windows with a PowerShell script.

senorprogrammer commented 2 years ago

That would be a very cool module.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.