https://github.com/mauricelambert/mousejiggler
This program generates mouse and keyboard events to simulate user activity, useful to maintain online status, to avoid productivity tracking and prevent the system from entering sleep mode.
https://github.com/mauricelambert/mousejiggler
Last synced: 3 months ago
JSON representation
This program generates mouse and keyboard events to simulate user activity, useful to maintain online status, to avoid productivity tracking and prevent the system from entering sleep mode.
- Host: GitHub
- URL: https://github.com/mauricelambert/mousejiggler
- Owner: mauricelambert
- License: gpl-3.0
- Created: 2024-12-25T12:06:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T12:24:14.000Z (6 months ago)
- Last Synced: 2024-12-25T13:22:50.063Z (6 months ago)
- Language: Nim
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# MouseJiggler
## Description
This program generates mouse and keyboard events to simulate user activity, useful to maintain online status, to avoid productivity tracking and prevent the system from entering sleep mode.
## Requirements
- No requirements
## Download
- https://github.com/mauricelambert/MouseJiggler/releases
## Compilation
```bash
nim --app:gui c --stackTrace:off --lineTrace:off --checks:off --assertions:off -d:release -d=mingw --opt:size --passl:"-s" MouseJiggler.nim
```## Licence
Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).