kbt

Crates.iokbt
lib.rskbt
version2.1.0
sourcesrc
created_at2023-07-23 14:48:04.919145
updated_at2024-01-06 10:52:34.869919
descriptionKeyboard tester in terminal
homepagehttps://github.com/bloznelis/kbt
repositoryhttps://github.com/bloznelis/kbt
max_upload_size
id923790
size99,004
Lukas Bloznelis (bloznelis)

documentation

README

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

Commit count: 105

cargo fmt