Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 21 days ago
JSON representation

Small TUI for introspecting the state of the system/session dbus

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)