Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/polymeilex/wlprobe

wayland-info but intended for computers rather than humans.
https://github.com/polymeilex/wlprobe

Last synced: about 2 months ago
JSON representation

wayland-info but intended for computers rather than humans.

Awesome Lists containing this project

README

        

# wlprobe
`wayland-info` but intended for computers rather than humans. Emits JSON which [`wayland-info` cannot yet do](https://gitlab.freedesktop.org/wayland/wayland-utils/-/issues/2).

You can get the binary from [release page](https://github.com/PolyMeilex/wlprobe/releases) or build it yourself using `cargo`

Just build and run:
```sh
cargo run
```
Install the binary on the system:
```sh
cargo install wlprobe

wlprobe > output.json
```