https://github.com/jabrena/raton-loco
π Raton Loco is a Windows utility to avoid the Screensaver
https://github.com/jabrena/raton-loco
Last synced: 25 days ago
JSON representation
π Raton Loco is a Windows utility to avoid the Screensaver
- Host: GitHub
- URL: https://github.com/jabrena/raton-loco
- Owner: jabrena
- License: apache-2.0
- Created: 2023-01-19T09:16:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T22:03:46.000Z (4 months ago)
- Last Synced: 2025-02-13T10:47:45.305Z (3 months ago)
- Language: Java
- Homepage:
- Size: 268 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raton-loco
[](https://github.com/jabrena/raton-loco/actions/workflows/build.yaml)
π Raton Loco is a Windows utility to avoid the Screensaver
## Usage
```
./mvnw clean package
java -jar target/raton-loco-1.6.0.jar -hπππππππππππππ
π R A T O N - L O C O π
πππππππππππππ
Usage: Raton Loco [-hV] [-p=] [-u=]
Raton loco is a Windows utility to avoid the Screensaver.
Usecase: you have a computer that you need to be logged but if you donΒ΄t
interact with it in a period of time, then the Operating System will show a
Screensaver. This utility avoid this case.
-h, --help Show this help message and exit.
-p, --pause= how many minutes until next mouse movement
-u, --until= where x is the number of hours to run
-V, --version Print version information and exit.
```### Jbang support
```
sdk env install
sdk install jbang
jbang cache clear
jbang catalog update
jbang catalog list jabrena
jbang raton-loco@jabrena -h
```## Other commands
```
./mvnw prettier:write
./mvnw versions:display-dependency-updates
./mvnw versions:display-plugin-updates
```