Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)"
```