Davte b20a46cd37 Installation guide | 3 tháng trước cách đây | |
---|---|---|
helper | 5 tháng trước cách đây | |
.gitignore | 1 năm trước cách đây | |
LICENSE | 1 năm trước cách đây | |
README.md | 3 tháng trước cách đây | |
autoclick.go | 1 năm trước cách đây | |
go.mod | 1 năm trước cách đây | |
go.sum | 1 năm trước cách đây |
Go auto-clicker that stores groups of locations. Based on Robotgo.
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"