A client-server notification center for dbus desktop notifications.
Specifically org.freedesktop.Notifications
dbus messages.
I just want to be able to see missed notifications on a window manager.
Also see Cargo.toml
~$ cargo build
~$ cargo install --path=. --force
~# cargo install --path=. --force --root=/usr/local # /usr also works
To start the server and listen for dbus notifications:
~ $ tsuchita-server
To start a terminal client that reads notifications from the server
~ $ tsuchita
Place config files inside $XDG_CONFIG_HOME/tsuchita
(usually $HOME/.config/tsuchita/
for GNU/Linux).
tsuchita can currently be configured using the following files:
- general configurations
- for keybindings, please take a look at src/client/util/key_mapping.rs for non-printable keys
- for commands, please take a look at src/client/commands/commands.rs
- color customizations
Please create a pull request :)
Please create an issue :)
- database store
- CRUD
- tui interface
- CRUD
TODO