https://github.com/polymeilex/wlprobe
wayland-info but intended for computers rather than humans.
https://github.com/polymeilex/wlprobe
Last synced: over 1 year ago
JSON representation
wayland-info but intended for computers rather than humans.
- Host: GitHub
- URL: https://github.com/polymeilex/wlprobe
- Owner: PolyMeilex
- Created: 2022-08-07T18:04:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T18:40:48.000Z (over 1 year ago)
- Last Synced: 2025-03-15T08:55:04.950Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 96.7 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```