Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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