{"id":13599132,"url":"https://github.com/kamiyaa/tsuchita","last_synced_at":"2025-09-04T03:39:00.389Z","repository":{"id":104241462,"uuid":"362881045","full_name":"kamiyaa/tsuchita","owner":"kamiyaa","description":"client-server notification center for dbus desktop notifications","archived":false,"fork":false,"pushed_at":"2021-05-11T17:57:49.000Z","size":77,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T23:51:11.130Z","etag":null,"topics":["cargo","client-server","dbus","desktop-notification","hacktoberfest","rust","termion","toml","tui-rs"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamiyaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-04-29T16:31:03.000Z","updated_at":"2024-10-18T06:07:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"df118504-2d68-4ccc-9781-cf6a4304a57d","html_url":"https://github.com/kamiyaa/tsuchita","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiyaa%2Ftsuchita","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiyaa%2Ftsuchita/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiyaa%2Ftsuchita/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiyaa%2Ftsuchita/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamiyaa","download_url":"https://codeload.github.com/kamiyaa/tsuchita/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248867502,"owners_count":21174748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cargo","client-server","dbus","desktop-notification","hacktoberfest","rust","termion","toml","tui-rs"],"created_at":"2024-08-01T17:01:00.033Z","updated_at":"2025-04-14T10:42:39.916Z","avatar_url":"https://github.com/kamiyaa.png","language":"Rust","funding_links":[],"categories":["💻 Apps"],"sub_categories":["🌐 Networking and Internet"],"readme":"[![Linux Build](https://github.com/kamiyaa/tsuchita/actions/workflows/rust-linux.yml/badge.svg)](https://github.com/kamiyaa/tsuchita/actions/workflows/rust-linux.yml)\n\n# tsuchita\n\nA client-server notification center for dbus desktop notifications.\n\nSpecifically `org.freedesktop.Notifications` dbus messages.\n\n## Motivation\n\nI just want to be able to see missed notifications on a window manager.\n\n## Dependencies\n\n- [cargo](https://github.com/rust-lang/cargo/)\n- [rustc](https://www.rust-lang.org/)\n- [libdbus](https://www.freedesktop.org/wiki/Software/dbus/)\n\nAlso see [Cargo.toml](Cargo.toml)\n\n## Building\n\n```\n~$ cargo build\n```\n\n## Installation\n\n#### For single user\n\n```\n~$ cargo install --path=. --force\n```\n\n#### System wide\n\n```\n~# cargo install --path=. --force --root=/usr/local     # /usr also works\n```\n\n## Usage\n\nTo start the server and listen for dbus notifications:\n```\n~ $ tsuchita-server\n```\n\nTo start a terminal client that reads notifications from the server\n```\n~ $ tsuchita\n```\n\n## Configuration\n\nPlace config files inside `$XDG_CONFIG_HOME/tsuchita` (usually `$HOME/.config/tsuchita/` for GNU/Linux).\n\ntsuchita can currently be configured using the following files:\n\n#### [tsuchita.toml](config/tsuchita.toml)\n\n- general configurations\n\n#### [keymap.toml](/config/keymap.toml)\n\n- for keybindings, please take a look at [src/client/util/key_mapping.rs](/src/util/key_mapping.rs) for non-printable keys\n- for commands, please take a look at [src/client/commands/commands.rs](/src/commands/command.rs)\n\n#### [theme.toml](/config/theme.toml)\n\n- color customizations\n\n## Contributing\n\nPlease create a pull request :)\n\n## Features/Bugs\n\nPlease create an issue :)\n\n## TODOs\n\n### Server\n- [ ] database store\n- [ ] CRUD\n\n### Terminal Client\n- [x] tui interface\n- [ ] CRUD\n\n### GUI Client\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamiyaa%2Ftsuchita","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamiyaa%2Ftsuchita","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamiyaa%2Ftsuchita/lists"}