3 Commits

Author SHA1 Message Date
d273ca57ca add pre-commit config 2026-03-21 14:18:21 +00:00
ce660fb6c8 add Use section 2026-03-20 09:58:31 +00:00
514dda463a closes #1 2026-02-26 20:29:50 +00:00
3 changed files with 14 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install "virtualenv<21" hatch
pip install hatch
- name: Build package
run: hatch build

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

View File

@@ -66,6 +66,12 @@ Q3RCON_TUI_RAW=false
Q3RCON_TUI_APPEND=false
```
## Use
Type in your Rcon command and press ENTER.
Press `Ctrl+q` to exit from the application.
## Special Thanks
- [lapetus-11](https://github.com/Iapetus-11) for writing the [aio-q3-rcon](https://github.com/Iapetus-11/aio-q3-rcon) package.