Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-13 00:20:43 +00:00
parent 7597be12db
commit d60c0b1b4b
15 changed files with 55 additions and 43 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# 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?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):

View File

@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- Create an empty temporary directory and print its absolute path:
`mktemp {{[-d|--directory]}}`
- Print the name of a temporary file or directory without actually creating it:
`mktemp {{[-u|--dry-run]}}`

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# mux
> 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:

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Intercept and monitor input devices for launching tasks.
> 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:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# 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):