1.0.8 • Published 3 years ago
move-cursor v1.0.8
🖱️ Move Cursor 🖱️
A script that moves your cursor automatically.
The initial duration is 2 minute.
Usage
Instal using npm (globally):
npm install move-cursor -gRun command from the terminal:
move-cursor 10 secRun using npx:
npx move-cursor 10 secExamples
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