Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renejfc/afkursor
Move your cursor while you're afk
https://github.com/renejfc/afkursor
Last synced: 3 months ago
JSON representation
Move your cursor while you're afk
- Host: GitHub
- URL: https://github.com/renejfc/afkursor
- Owner: renejfc
- License: mit
- Created: 2024-04-04T13:03:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T01:53:16.000Z (9 months ago)
- Last Synced: 2024-04-14T06:46:49.410Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AFKursor
Simple script that moves the cursor around the screen with a pong-like motion while you're afk.
https://github.com/renejfc/afkursor/assets/60465053/469a5f98-07ee-442d-baf3-8bad35dbe9f4
> [!NOTE]
> This package is bun-only, so you'll need [bun](https://bun.sh/).## Usage
I'd recommend just executing it on the fly with:
```sh
bunx afkursor
```If for any reason you want it in your machine *(more frequent and faster use)*, you can install it globally:
```sh
bun add -g afkursor
```And then execute it like:
```sh
afkursor
```> [!WARNING]
> Currently it doesn't work with WSL *(it works fine on Windows though)*