/mouse-auto-mover

Automatically move mouse to avoid screen saver

Primary LanguageRustApache License 2.0Apache-2.0

mouse-auto-mover

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]

install

chmod +x mouse-mover-mac

run

  • on mac
mouse-mover-mac # or DIR/mouse-mover-mac if it's not in path
  • on windows double click to run

stop

  • Just use ctrl-c to stop the process

  • on windows, closing the window also works