logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

exec-on-click - simple tool that executes command when a left mouse-click is detected

Author

       Written by Stefan Marsiske.

Description

       This  is  a simple tool which waits until a left-mouse click and then it executes whatever parameters the
       script has been called with.

Example

              echo -n "hello world" |  exec-on-click xdotool type --clearmodifiers '$(cat)'

       Types hello world into the current window using xdotool.

Name

       exec-on-click - simple tool that executes command when a left mouse-click is detected

Reporting Bugs

       https://github.com/stef/pwdsphinx/issues/

See Also

sphinx(1)

                                                                                                exec-on-click(1)

Synopsis

              exec-on-click <command>

See Also