Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/polymeilex/wlprobe
- Owner: PolyMeilex
- Created: 2022-08-07T18:04:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T18:56:13.000Z (2 months ago)
- Last Synced: 2024-10-22T11:22:06.566Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 91.8 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
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 wlprobewlprobe > output.json
```