Refer to simfan.conf.example for all available features
- libconfig
- Because I'm too lazy to make my own config parser
git clone --single-branch https://github.com/GhostNaN/simfan
cd simfan
meson build --prefix=/usr/local
ninja -C build
ninja -C build install
cp simfan.conf.example /etc
simfan
simfan -h
Everything else you'll need is in simfan.conf.example
This project is licensed under the GPLv3 License - see the LICENSE file for details