move-cursor
v1.0.8
Published
This script moves your cursor for some duration
Downloads
5
Readme
🖱️ 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 min
move-cursor 5 sec
→ moves the cursor every 5 sec
move-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 min
move-cursor 5 sec
→ moves the cursor every 5 sec