mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 16:54:01 +00:00
Update cheatsheets
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
@@ -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]}}`
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user