Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefersonsv/mousejiggler-portable-installer
Install mousejiggler portable using npm/yarn package manager
https://github.com/jefersonsv/mousejiggler-portable-installer
Last synced: 3 days ago
JSON representation
Install mousejiggler portable using npm/yarn package manager
- Host: GitHub
- URL: https://github.com/jefersonsv/mousejiggler-portable-installer
- Owner: jefersonsv
- Created: 2024-08-21T08:58:11.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-21T09:28:35.000Z (4 months ago)
- Last Synced: 2024-08-21T10:25:47.187Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```ps
npm install -g mousejiggler-portable-installer@latest
```# Run using yarn
```ps
yarn global add mousejiggler-portable-installer@latest
```Note: If you have not Yarn global path in your path environment variable run the next command
```ps
$env:PATH += ";$(yarn global bin)"
```