SNot: Simple NOTification
A simple desktop notification server/daemon using the dbus protocol. SNot listens for notifications on the org.freedesktop.Notifications interface, and prints them to the console.
Inspired by tiramisu
Features
- Prints desktop notifications to the console(or a file, if you redirect it) as text
- Do one thing and do it well(DOTADIW) & KISS principle: no extra complicated features
- (Not really a feature) Written in
rustusing thezbuscrate
Supported formats
- Plain text - Print the output text. (✓ Just print it)
json- This output can be parsed by other programsrson- A more sensible alternative to json
Upcoming feature
- Better handling of
jsonandrsondata - Better ways to work with other programs
Usage
snot [r|j|p] [v]
Why this project?
- Something simple to work with
EWWwidgets - I'm learning Rust
Description
Languages
Rust
100%