working-hardly
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -18,3 +18,3 @@ #!/usr/bin/env node | ||
const defaultActionInterval = 240 * 60; | ||
const defaultActionInterval = 240 * 1000; | ||
@@ -38,3 +38,3 @@ program | ||
keepPCAwakeAction(); | ||
}, program.interval); | ||
}, program.interval * 1000); | ||
@@ -41,0 +41,0 @@ function keepPCAwakeAction() { |
{ | ||
"name": "working-hardly", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Moves your mouse every N seconds.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Working (Hardly) | ||
Moves the mouse pointer ever N seconds (4 minutes) | ||
Moves the mouse pointer ever N seconds (4 minutes). | ||
Run --help to see options. | ||
Can also type a key instead of move the mouse. Run --help to see all options. | ||
## Installation | ||
`npm i working-hardly` (or use `npx`) | ||
## Usage | ||
`workinghardly` | ||
``` | ||
Options: | ||
-V, --version output the version number | ||
-i, --interval [value] How many seconds between mouse movements [240] (default: 14400) -f, --f15instead Hit F15 instead of moving the mouse | ||
-k, --key [value] Provide a keep awake key. | ||
-r, --run Run immediately | ||
-h, --help output usage information | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4062
22