🐁 Mouse

Move mouse in a square — why? why not?
🛠️ Installation
[!WARNING]
Before installing mouse, make sure Go is installed (version 1.20+ recommended).
On macOS, grant terminal apps accessibility permissions via
System Settings > Privacy & Security > Accessibility.
$ go install github.com/wajeht/mouse@latest
Make sure your GOBIN (default: ~/go/bin) is in your PATH:
export PATH="$PATH:$(go env GOPATH)/bin"
🚀 Usage
$ mouse
# Moving the mouse in a square..., (press Ctrl + C to stop)
$ mouse --verbose
# Moving the mouse in a square..., (press Ctrl + C to stop)
# [verbosemod] Moving right...
# [verbosemod] Moving down...
# ...
© License
Distributed under the MIT License © wajeht. See LICENSE for more information.