14 stable releases

2.1.0 Jan 6, 2024
2.0.6 Nov 5, 2023
1.2.3 Aug 11, 2023
1.2.1 Jul 28, 2023
0.3.4 Jul 23, 2023

#169 in Hardware support

MIT license

71KB
2.5K SLoC

kbt

(kbt board tester)

GitHub release (latest SemVer) GitHub Workflow Status

kbt-1240

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

  1. make build
  2. cp target/release/kbt /usr/local/bin/

Prerequisites

  • rust

Acknowledgments

Built with ratatui

Dependencies

~6–35MB
~472K SLoC