No description
| packaging | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
| rustfmt.toml | ||
| test_app.sh | ||
slonfig
slonfig is a simple tf2/source game log reader harness that allows reacting to commands sent from the game console via simple echo invocations with complex logic. i originally made it to remember what loadout i have picked for each class to use with my b4nny bind, but, it's now a bit more complicated than that.
probably doesn't work on windows.
config
configuration is read from slonfig.toml, or if it's defined, the file pointed to by the SLONFIG_CONFIG environment variable.
commands
commands are prefixed with SLONFIG. by default. this can be changed in the config.
| command | description |
|---|---|
set_loadout <class> <loadout> |
update the b4nny bind for the given class |
send [message] |
write a line to the configured webhook |