Queer European MD passionate about IT

Go auto-clicker

Davte b20a46cd37 Installation guide há 3 meses atrás
helper 0984a36f59 Minor improvements há 5 meses atrás
.gitignore 767b37b5fa Autoclicker with yaml-stored positions há 1 ano atrás
LICENSE eb0b9e9bbc Initial commit há 1 ano atrás
README.md b20a46cd37 Installation guide há 3 meses atrás
autoclick.go 0e7d512413 Trying to fix module distribution há 1 ano atrás
go.mod 30f017af72 Capital D há 1 ano atrás
go.sum 767b37b5fa Autoclicker with yaml-stored positions há 1 ano atrás

README.md

autoclick

Go auto-clicker that stores groups of locations. Based on Robotgo.

Installation

Depending on your OS, you may require different dependencies.

If you are running MacOS, you just need to install Xcode Command Line Tools and grant Go the accessibility permissions when prompted from the system.

xcode-select --install

Finally, once dependencies are met, to install autoclick run:

go install gogs.davte.it/Davte/autoclick@latest

To launch autoclick from any path, add this to your bash profile or bashrc:

export PATH="$PATH:/$HOME/go/bin"