SNot/README.md
2024-09-21 19:55:17 +00:00

1.4 KiB

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 rust using the zbus crate

Upcoming feature

  • Better ways to work with other programs

Currently supported formats

  • Plain text - Print the output text. (✓ Just print it)
  • json - This output can be parsed by other programs

Upcoming format(s)

  • rson - A more sensible alternative to json

Why?

  • Something simple to work with EWW widgets
  • I'm learning Rust