1.1.1 • Published 3 years ago
mousejigglerjs v1.1.1
MouseJigglerJS
A mouse jiggler written in javascript to move your mouse and the computer doesn't fall asleep.
Requirements
Use the package manager section to install nodejs in different operating systems
https://nodejs.org/en/download/package-manager/
One of the following versions of Node.js must be installed to run npm:
14.x.x>=14.17.016.x.x>=16.13.018.0.0or higher
Windows:
> choco install nodejs> node --version
v18.12.1
> npm --version
9.2.0sLinux:
$ sudo apt update
$ sudo apt install -y nodejs$ node --version
v18.12.1
$ npm --version
9.2.0MacOS:
brew install nodenode --version
v18.12.1
npm --version
9.2.0Install
$ npm install -g mousejigglerjsUsage
Keep the machine awake
$ mousejigglerTo stop the mouse movement
Ctrl + cSet the delay of mouse move
$ mousejiggler --delay=10000Turn off logo
$ mousejiggler --logo-offCommands
| Command | Alias | Description |
|---|---|---|
| --version | Show version number | |
| --delay | -d | Delay of mouse move |
| --logo-off | Turn off logo | |
| --help | Show help |
Notes
The time it takes the mouse to move is calculated in milliseconds. If you set a time below 5000ms and accidentally click outside the terminal, you may have trouble terminating the mousejigglerjs. By default time = 10000.
Ctrl + Alt + Delete