# aare_launcher [![Check and Lint](https://gitea.psi.ch/perl_d/aare_launcher/actions/workflows/check-and-lint.yaml/badge.svg)](https://gitea.psi.ch/perl_d/aare_launcher/actions?workflow=check-and-lint.yaml) [![Test and Coverage](https://gitea.psi.ch/perl_d/aare_launcher/actions/workflows/test-and-coverage.yaml/badge.svg)](https://gitea.psi.ch/perl_d/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, or opens a TUI to pick one. ## 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 ``` Use `--entry ` with `gui`/`server` to override detection, and `--config ` to use a different config file.