rerun
rerun copied to clipboard
support libnotify for popup notifications on linux
Popup notifications using libnotify are common on linux. One would need a notification daemon running like gnome's notification-daemon
, dunst
, etc..
There is a libnotify gem
by Peter Suschlik that works well with my setup using dunst. This gem depends on the ffi
gem to call C functions from libnotify.