spin-mouse
v1.0.5
Published
Fake productivity.
Readme
Usage
Default Circle Shape
npx spin-mouseWith Custom Options
npx spin-mouse --radius 200 --speed 0.2 --wait 5Help
See the available options with -h or --help:
npx spin-mouse -hInstallation
First, make sure you have Node.js installed on your machine. Then, clone this repository and install the dependencies:
SSH
Use SSH if you have set up SSH keys with GitHub:
git clone [email protected]:heystevegray/spin-mouse.git
cd spin-mouse
npm installHTTPS
Use HTTPS if you prefer not to use SSH:
git clone https://github.com/heystevegray/spin-mouse.git
cd spin-mouse
npm installOptions
| Option | Description | Default Value | Choices |
|----------------------|-----------------------------------------------------------------------------|---------------|----------------------------------------------|
| -r, --radius | The radius of the shape in pixels that the mouse will move in. | 200 | [100, 200, 300, 400, 500] |
| -s, --speed | The speed in milliseconds of the mouse movement. | 0.2 | [0.1, 0.2, 0.3, 0.4, 0.5] |
| -x, --shape | The shape of the mouse movement. | circle | [circle, square, triangle, sinwave, coswave, heart, boobs, dick] |
| -w, --wait | The wait time in seconds between each spin cycle. | 5 | [5, 10, 15] |
| -d, --debug | Show debug information. | false | [true, false] |
| -h, --help | Show help information about how to use the program and its options. | | |
Terminating the Program
You can stop the program using one of the following methods:
- Keyboard Interrupt: Press
Ctrl + Cin the terminal. - Quit Terminal: Close the terminal window. Note that the program waits at least 5 seconds between spins, giving you time to interrupt it.
