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: 3 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T22:37:05.000Z (about 1 year ago)
- Last Synced: 2024-11-05T23:29:47.410Z (about 1 year 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
- awesome-cli-apps-in-a-csv - dtui - Small TUI for introspecting the state of the system/session dbus. (<a name="system"></a>System tools)
- awesome-cli-apps - dtui - Small TUI for introspecting the state of the system/session dbus. (<a name="system"></a>System tools)
README
# dtui
[](https://github.com/Troels51/dtui/actions/workflows/build.yml)

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

## 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)