wrtype

wrtype

Implementation of wtype in Rust for Wayland text input.

Github: https://github.com/conneroisu/wrtype

wrtype ΒΆ

I reimplemented wtype in Rust to provide a safe, reliable way to programmatically send keyboard input under Wayland compositors. The project targets automation and scripting use cases where injecting text input is needed without X11 dependencies. Using Rust ensures memory safety and gives the binary a minimal footprint suitable for inclusion in tightly controlled environments.