Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jabrena/raton-loco
π Raton Loco is a Windows utility to avoid the Screensaver
https://github.com/jabrena/raton-loco
Last synced: 12 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T18:31:18.000Z (8 months ago)
- Last Synced: 2024-10-11T03:14:45.575Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 260 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
[![CI Builds](https://github.com/jabrena/raton-loco/actions/workflows/build.yaml/badge.svg)](https://github.com/jabrena/raton-loco/actions/workflows/build.yaml)
π Raton Loco is a Windows utility to avoid the Screensaver
## Usage
```
./mvnw package
java -jar target/raton-loco-1.5.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 install jbang
jbang cache clear
jbang catalog update
jbang catalog list jabrena
jbang raton-loco@jabrena -h
```## Other commands
```
mvn prettier:write
mvn versions:display-dependency-updates
mvn versions:display-plugin-updates
```