First release of gpiocmd
. An utility for running arbitrary commands when GPIO buttons are pressed on Raspberry PI.
- Program one or more commands for each GPIO button.
- Differentiate commands on the same button with how many seconds the button is pressed.
- Optionally rerun the last command every
n
seconds, until a different button is pressed. - Optionally automatically kill the previous command when a new button is pressed.
- Optionally run a new command in the background, so as to not disturb the running command.