logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Intercept Tool - Control Input Events on Linux | Online Free DevTools by Hexmos

Control input events with Intercept, a Linux command-line tool. Redirect raw input for custom control and debugging. Free online tool, no registration required.

intercept

Read raw input events from a specified input event device and redirect it to stdout. More information: https://gitlab.com/interception/linux/tools/-/tree/master#intercept.

  • Read and output raw input events from a given input device file (the system will not see any key presses):

sudo intercept -g {{/dev/input/eventX}}

  • Read and output raw input events from a given input device file (the system can see key presses and does not block other programs from reading them):

sudo intercept {{/dev/input/eventX}}

See Also