bfroggio / screm

A Windows soundboard controlled via keyboard shortcuts and Twitch chat
MIT License
3 stars 2 forks source link

Adding alias support. #13

Closed xuther closed 4 years ago

xuther commented 4 years ago

I've added alias support via a json file in the sounds directory. I was going to try and use TOML and then use the viper thing, but I didn't love the format of the lookup in that case (iterating through all of the possible values, or storing aliases in a alias -> target format).

xuther commented 4 years ago

12