Licence
ISC
Version
1.0.8
Deps
1
Size
3 kB
Vulns
0
Weekly
0
Move Cursor
A script that moves your cursor automatically.
The initial duration is 2 minute.
Usage
Instal using npm (globally):
npm install move-cursor -g
Run command from the terminal:
move-cursor 10 sec
Run using npx:
npx move-cursor 10 sec
Examples
Any value can be added when running the script, e.g.:
move-cursor → moves the cursor every 2 minmove-cursor 5 sec → moves the cursor every 5 secmove-cursor 5 min → moves the cursor every 5 min
If the type of the time is not provided, default type will be min, e.g.:
move-cursor 5 → moves the cursor every 5 minmove-cursor 5 sec → moves the cursor every 5 sec