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

https://github.com/kei-g/dbus-introspect

Bourne Shell Script to introspect DBus
https://github.com/kei-g/dbus-introspect

apt bourne-shell dbus dbus-interface debian-package shellscript

Last synced: 2 months ago
JSON representation

Bourne Shell Script to introspect DBus

Awesome Lists containing this project

README

        

# dbus-introspector [![LICENSE](https://img.shields.io/github/license/kei-g/dbus-introspect?style=plastic)](https://opensource.org/licenses/BSD-3-Clause)

dbus-introspector - Bourne Shell Script to introspect DBus

## Usage

To show list of session bus,

```shell
dbus-list
```

or

```shell
dbus-list -w session
```

To show list of system bus,

```shell
dbus-list -w system
```

To introspect,

```shell
dbus-introspect -d destination -p path -w session|system
```