Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 634 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 634 Bytes

AFKursor

Simple script that moves the cursor around the screen with a pong-like motion while you're afk.

afkursor-demo.mov

Note

This package is bun-only, so you'll need bun.

Usage

I'd recommend just executing it on the fly with:

bunx afkursor

If for any reason you want it in your machine (more frequent and faster use), you can install it globally:

bun add -g afkursor

And then execute it like:

afkursor

Warning

Currently it doesn't work with WSL (it works fine on Windows though)