Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Troels51/dtui
Small TUI for introspecting the state of the system/session dbus
https://github.com/Troels51/dtui
dbus ratatui tui zbus
Last synced: 26 days ago
JSON representation
Small TUI for introspecting the state of the system/session dbus
- Host: GitHub
- URL: https://github.com/Troels51/dtui
- Owner: Troels51
- License: mit
- Created: 2022-11-28T18:01:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T22:37:05.000Z (2 months ago)
- Last Synced: 2024-11-05T23:29:47.410Z (2 months ago)
- Topics: dbus, ratatui, tui, zbus
- Language: Rust
- Homepage:
- Size: 203 KB
- Stars: 287
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dtui
[![build](https://github.com/Troels51/dtui/actions/workflows/build.yml/badge.svg)](https://github.com/Troels51/dtui/actions/workflows/build.yml)
![Crates.io Version](https://img.shields.io/crates/v/dtui?link=https%3A%2F%2Fcrates.io%2Fcrates%2Fdtui)A small TUI for d-termining the state of your dbus.
It will show you the current services running and allow you to introspect objects and their interfaces in those services![Example](/images/dtui.png)
## Build
### From Source
To build install Rust and cargo, then run build
```sh
cargo build
```To run from cargo
```sh
cargo run --bin dtui
```### ArchLinux
[AUR dtui package](https://aur.archlinux.org/packages/dtui)