xmirror-event 0.1.0

Cross-platform input event types for xmirror.
Documentation
  • Coverage
  • 0%
    0 out of 102 items documented0 out of 0 items with examples
  • Size
  • Source code size: 10.62 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.65 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • foltik/xmirror
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • foltik

xmirror

Release Crates.io License: MIT

Capture keyboard and mouse events from a local machine and mirror them to a remote server over the network. I use it for remote controlling a media server with my laptop.

Usage

  • On $SERVER: xmirror-server 0.0.0.0:1337
  • On another machine: xmirror $SERVER:1337

Hold Ctrl + Shift + Alt + Super simultaneously to exit.

Installation

The supported platforms are:

  • xmirror: MacOS
  • xmirror-server: Linux+X11

From a prebuilt binary

Download your binary of choice from the releases page.

From source (via crates.io)

cargo install xmirror
cargo install xmirror-server

Development

This project uses Nix flakes for a dev environment with dependencies. With Nix installed, run nix develop to enter a dev shell with the right tools and dependencies for your platform.

If you have direnv installed, run direnv allow . to automatically start a dev shell when entering the project directory.