(kbt board tester)
I got tired with semi-broken online keyboard testers, so here we are – one on a solid platform – terminal.
- Multiple keyboard layouts
- Interactive menu
- Linux, MacOS, Windows support
- Wayland is not supported
pacman -S kbt
nix-shell -p kbt
cargo install kbt
note: Default location of the installed binary is $HOME/.cargo/bin
brew tap bloznelis/tap
brew install kbt
note: During the first run you might need to grant Accessibility access.
Grab a binary from the latest release
make build
cp target/release/kbt /usr/local/bin/
rust
Built with ratatui