wlprobe

Crates.iowlprobe
lib.rswlprobe
version
sourcesrc
created_at2024-08-26 18:29:49.192253
updated_at2024-12-08 20:41:48.936799
descriptionwayland-info but intended for computers rather than humans.
homepage
repositoryhttps://github.com/PolyMeilex/wlprobe
max_upload_size
id1352498
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Bartłomiej Maryńczak (PolyMeilex)

documentation

https://docs.rs/wlprobe

README

wlprobe

wayland-info but intended for computers rather than humans. Emits JSON which wayland-info cannot yet do.

You can get the binary from release page or build it yourself using cargo

Just build and run:

cargo run

Install the binary on the system:

cargo install wlprobe

wlprobe > output.json
Commit count: 73

cargo fmt