Automatically move mouse to avoid screen saver
Currently the tools will move the mouse location by 5px offset per 60 seconds.
mouse mover 0.2.1
Mouse mover usage.
USAGE:
mouse-mover [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
-v, --verbose
OPTIONS:
-c, --count <count> set the count of moving in one time [default: 10]
-d, --distance <distance> set the distance delta when we want to move [default: 50]
-i, --interval <interval> set the time interval in seconds, how often we run [default: 60]
-
Just download latest release from https://github.com/QiBaobin/mouse-auto-mover/releases
-
on mac
chmod +x mouse-mover-mac
- on mac
mouse-mover-mac # or DIR/mouse-mover-mac if it's not in path
- on windows double click to run
-
Just use ctrl-c to stop the process
-
on windows, closing the window also works