Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```