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