hoodie / notify-rust

☝️send desktop notifications from your Rust app.
Apache License 2.0
1.15k stars 74 forks source link

Suggestion to add GIFs/screenshots to the README #185

Open rramphal opened 1 year ago

rramphal commented 1 year ago

Given its function, some visual examples would help in choosing dependencies.

hoodie commented 1 year ago

Thanks, that's a good idea, I also love READMEs with gifs. Unfortunately this lib basically just calls to system apis. So the screenshot between this lib and another on a (lets say) KDE desktop or would not differ at all. In fact, notifications look much different between kde, gnome, windows and mac desktops. I would have a plethora of screenshots that would not not give you any more information other than what the one desktops native notifications look like. Do you still think this would be useful to you?

rramphal commented 1 year ago

I too love READMEs with GIFs! I think even if you just provided as a reference a GIF solely from the desktop environment that you use and perhaps a note about appearances differing across other environments, that would be helpful and would spruce up the README (which is already short and sweet!).