zenangst / KeyboardCowboy

:keyboard: The missing keyboard shortcut utility for macOS
Other
800 stars 14 forks source link

fix(shellscript): trim whitespace from shell command input #551

Closed zenangst closed 4 months ago

zenangst commented 4 months ago

Remove leading and trailing whitespaces from the shell command input to ensure proper execution and prevent potential errors. This fixes an issue where commands with inconspicuous whitespace caused process failures.

github-actions[bot] commented 4 months ago

Test: failed ❌ https://github.com/zenangst/KeyboardCowboy/actions/runs/9952647663

@zenangst