# move-cursor

> This script moves your cursor for some duration

Latest version **1.0.8** (published 2022-10-12) · ISC license · 0 weekly downloads

## Install

```sh
npm install move-cursor
pnpm add move-cursor
yarn add move-cursor
bun add move-cursor
```

Provides the command `move-cursor`.

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2022-10-12 |
| First published | 2022-01-13 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | 14.x |
| Dependencies | 1 |
| Unpacked size | 2.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Luka Zrnic |
| Maintainers | zrna |

## Links

- npm: https://www.npmjs.com/package/move-cursor
- Repository: https://github.com/Zrna/move-cursor
- Homepage: https://github.com/Zrna/move-cursor#readme
- Issues: https://github.com/Zrna/move-cursor/issues
- npm.io page: https://npm.io/package/move-cursor

## Dependencies (1)

- [robotjs](https://npm.io/package/robotjs.md) ^0.6.0

## Recent versions

- 1.0.8 (latest) — 2022-10-12
- 1.0.7 — 2022-03-31
- 1.0.6 — 2022-03-31
- 1.0.5 — 2022-03-31
- 1.0.4 — 2022-01-13
- 1.0.3 — 2022-01-13
- 1.0.2 — 2022-01-13
- 1.0.1 — 2022-01-13
- 1.0.0 — 2022-01-13

## README

# 🖱️ Move Cursor 🖱️

A script that moves your cursor automatically.

The initial duration is `2 minute`.

## Usage

---

Instal using `npm` (globally):

```sh
npm install move-cursor -g
```

Run command from the terminal:

```sh
move-cursor 10 sec
```

---

Run using `npx`:

```sh
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`

---
_Source: https://npm.io/package/move-cursor · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
