Beatrice Dellacà 825e1aa700
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: #1
2025-03-23 12:09:53 +01:00
2025-03-08 22:10:57 +01:00
2025-03-09 10:40:28 +01:00
2024-08-05 20:50:26 +02:00
2025-03-08 22:21:39 +01:00
2025-03-08 21:53:53 +01:00
2025-03-22 23:09:39 +00:00
2025-03-08 23:52:28 +01: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 complete
GNU/Linux planned
Windows planned

building

required tools

  • java 21 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
Description
tool to automate mouse stuff :)
Readme 138 KiB
Languages
Java 100%