Utility to automatically create human-readable symlinks to Steam compatdata folders.
GPL-3.0-only (see LICENSE).
- Download the latest release from the Releases page.
- Copy the downloaded
compatdata-humanizerto your preferred install location (~/.local/binrecommended) - Make sure the file is executable (
chmod +x ~/.local/bin/compatdata-humanizer)
compatdata-humanizerOn first run, a configuration file with comments will be created in your XDG configuration directory, for example
~/.config/compatdata-humanizer/config.toml.
Alternatively, you can use command line arguments, use -h for help.
Configuration precedence (per value): command line arguments > configuration file > defaults
- Go 1.26
- Make
Run:
make runBuild for production:
make buildBuild + install:
make installUninstall:
make uninstallThis project was created without the use of AI agents/"vibe coding". Suggested completions provided by JetBrains' local inline completion model were sometimes applied.