1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 21:15:35 +02:00

intercept, mux, udevmon, uinput: prune info link (#16828)

prune
This commit is contained in:
Managor 2025-06-12 07:30:33 +03:00 committed by GitHub
parent c1e7809b63
commit a2ee32a825
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# intercept # intercept
> Read raw input events from a specified input event device and redirect it to stdout. > 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?ref_type=heads#intercept>. > 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): - Read and output raw input events from a given input device file (the system will not see any key presses):

View file

@ -1,7 +1,7 @@
# mux # mux
> Intercept and multiplex streams of input events. > Intercept and multiplex streams of input events.
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master?ref_type=heads#mux>. > More information: <https://gitlab.com/interception/linux/tools/-/tree/master#mux>.
- Create a new muxer with a specified name: - Create a new muxer with a specified name:

View file

@ -2,7 +2,7 @@
> Intercept and monitor input devices for launching tasks. > Intercept and monitor input devices for launching tasks.
> Filters or modifies events according to configuration file(s) (default: `/etc/interception/udevmon.d/*.yaml`). > Filters or modifies events according to configuration file(s) (default: `/etc/interception/udevmon.d/*.yaml`).
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master?ref_type=heads#udevmon>. > More information: <https://gitlab.com/interception/linux/tools/-/tree/master#udevmon>.
- Start udevmon with specified configuration file: - Start udevmon with specified configuration file:

View file

@ -1,7 +1,7 @@
# uinput # uinput
> Intercept and write input events to a virtual keyboard device using /dev/uinput. > Intercept and write input events to a virtual keyboard device using /dev/uinput.
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master?ref_type=heads#uinput>. > More information: <https://gitlab.com/interception/linux/tools/-/tree/master#uinput>.
- Show resulting YAML device description merge and exit (dry-run): - Show resulting YAML device description merge and exit (dry-run):