Files
aare_launcher/README.md
T
perl_d 03a1a5fc74
Check and Lint / Rustfmt (pull_request) Successful in 16s
Check and Lint / Check (pull_request) Successful in 28s
Check and Lint / Clippy (pull_request) Successful in 28s
Test and Coverage / Test (pull_request) Successful in 28s
Check and Lint / Rustfmt (push) Successful in 16s
Test and Coverage / Coverage (push) Failing after 22s
Test and Coverage / Test (push) Successful in 33s
Check and Lint / Check (push) Successful in 43s
Check and Lint / Clippy (push) Successful in 45s
Check and Lint / Build RPM (push) Successful in 1m7s
Check and Lint / Build RPM (pull_request) Successful in 1m55s
Test and Coverage / Coverage (pull_request) Successful in 2m45s
docs: update readme
2026-07-24 11:14:22 +02:00

27 lines
1.2 KiB
Markdown

# aare_launcher
[![Check and Lint](https://gitea.psi.ch/mx/aare_launcher/actions/workflows/check-and-lint.yaml/badge.svg)](https://gitea.psi.ch/mx/aare_launcher/actions?workflow=check-and-lint.yaml)
[![Test and Coverage](https://gitea.psi.ch/mx/aare_launcher/actions/workflows/test-and-coverage.yaml/badge.svg)](https://gitea.psi.ch/mx/aare_launcher/actions?workflow=test-and-coverage.yaml)
[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE)
CLI/TUI launcher for the AareDAQ server and GUI on MX beamline consoles at PSI.
Installed as the `aarel` command. It detects the current beamline and launches the
matching application, opens a TUI to pick one, or deploys a new checkout.
## Usage
```
aarel pick # open the TUI to choose what to launch
aarel gui # launch the GUI for the detected beamline
aarel server # launch the server for the detected beamline
```
Each command has a single-letter alias (`p`, `g`, `s`). `--config <path>`
selects a different config file; it defaults to `data/defaults.json`.
### Launching
`gui` and `server` pick their config entry from the detected beamline. Use
`--entry <name>` to launch a different one.