Makes some annoying clicky noise on your keyboard
noisy takes inspiration from atom's mechanical keyboard package and dddpaul's go-evhandler.
It plays mechanical keyboard sounds (from http://www.freesfx.co.uk/) as you type. There are actually three samples.
Install with go get github.com/jeromenerf/noisy. Dependencies and samples are vendored in. It should be possible to configure it using spf13's viper.
As is, it requires mpg123 to play mp3 files.
On Debian, you need to be able to read from the input device /dev/input/event0 (YMMV), so my user belongs to the input group.
- add a defaut explicit config
- configure player
- log errors