Gel-O

Gel-O is a library for manipulating user-input in Linux.

Gel-O can make your computer feel like Jell-O, by delaying all user input by a configurable number of milliseconds (and in various other ways).

Stability

Gel-O is experimental. Expect many breaking changes to come.

Why?

For fun, and to get my feet wet.

Requirements

macOs and Windows are not supported at this time.

BSD support may be easy to add, as evdev was recently added to some BSD kernels

Features

Anti-features

How to use

Download the source git clone [this repo] Compile the source. You need a rust toolchain and cargo. cargo build --release --example delay Run the produced binary with root privledges sudo ./target/release/examples/delay [number of ms to delay]

TODO