1 dépôt
Tools that execute system commands in response to specific hardware input patterns.
Distinct from Contextual Command Executors: None of the candidates cover the mapping of hardware gestures to host-level shell command execution.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Input-Triggered Command Executors. Refine with filters or upvote what's useful.
libinput-gestures is a Linux input event daemon and touchpad gesture mapper that translates libinput events into shell commands or keyboard shortcuts. It functions as a background process that monitors raw input signals to automate workflows and execute system actions based on a user-defined configuration file. The tool allows for the mapping of multi-finger swipes and hold gestures to specific terminal commands or desktop workspace navigation. It differentiates between actions by filtering for finger counts, swipe directions, and the duration of hold gestures. The system integrates with sys
Maps multi-finger swipes and hold gestures directly to the execution of custom terminal commands.