Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feliux/autoclicker
Automate your mouse pointer
https://github.com/feliux/autoclicker
autoclicker go golang
Last synced: 1 day ago
JSON representation
Automate your mouse pointer
- Host: GitHub
- URL: https://github.com/feliux/autoclicker
- Owner: feliux
- Created: 2024-01-28T11:51:03.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-04T16:46:11.000Z (12 months ago)
- Last Synced: 2024-06-21T16:56:52.402Z (7 months ago)
- Topics: autoclicker, go, golang
- Language: Go
- Homepage:
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autoclicker
Automate your mouse pointer (only for Linux).
```bash
$ go run main.go -h
$ env GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o bin/autoClicker main.go
```