Tool to automate mouse stuff :)
Go to file
Beatrice Dellacà 399db2b27c
All checks were successful
continuous-integration/drone/push Build is passing
fix typo
2024-08-06 10:24:27 +02:00
src/main update readme 2024-08-06 09:59:31 +02:00
.drone.yml Update .drone.yml 2024-08-05 19:11:19 +02:00
.gitignore Update gitignore 2024-08-05 20:50:26 +02:00
pom.xml start correct versioning scheme 2024-08-06 10:22:28 +02:00
readme.md fix typo 2024-08-06 10:24:27 +02:00

autosqueal

Build Status Quality Gate Status Reliability Rating Security Rating Maintainability Rating Lines of Code

little java tool to automatically perform mouse actions

supported systems

system support
macOS full
Windows 🟠 limited
GNU/Linux 🟠 limited

building

required tools

  • java 17 sdk
  • git
  • maven

build steps

  1. clone the official repository linked below using git clone.
  2. cd into the directory and run mvn clean package.
  3. you will find a runnable jar with dependencies in the target/ folder.
  4. run the built jar file with java -jar target/autosqueal-*-dependencies.jar.

support

category info
official repository gitea src
mirror repository github src
build status drone-ci
dev email hello@beatrice.wtf