1.0.1 • Published 11 months ago

mousejiggler-portable-installer v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Purpose

Mouse Jiggler is a very simple piece of software whose sole function is to 'fake' mouse input to Windows, and jiggle the mouse pointer back and forth

Install mousejiggler portable using npm/yarn package manager

NOTE: Works just on Windows OS

Run using npm

npm install -g mousejiggler-portable-installer@latest

Run using yarn

yarn global add mousejiggler-portable-installer@latest

Note: If you have not Yarn global path in your path environment variable run the next command

$env:PATH += ";$(yarn global bin)"