Davte b20a46cd37 Installation guide | 3 kuukautta sitten | |
---|---|---|
helper | 5 kuukautta sitten | |
.gitignore | 1 vuosi sitten | |
LICENSE | 1 vuosi sitten | |
README.md | 3 kuukautta sitten | |
autoclick.go | 1 vuosi sitten | |
go.mod | 1 vuosi sitten | |
go.sum | 1 vuosi sitten |
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"