Simple util written in rust to override copilot button behaviour on my laptop
Install and manage the service with the helper script from the repository root:
./app.sh install
./app.sh uninstall
install builds the release binary, copies it to /usr/local/bin/kbd, installs kbd.service, copies config.toml to /etc/kbd/config.toml, and enables the systemd service.
run tests:
cargo test
cargo test -- --nocapture
build release:
cargo build --release