8000 GitHub - orhun/kbt at 2.0.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

orhun/kbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kbt

(kbt board tester)

GitHub release (latest SemVer) GitHub Workflow Status

kbt-gif

Motivation

I got tired with semi-broken online keyboard testers, so here we go – one on a solid platform – terminal.

Features

  • Captures key presses directly from X server
  • Multiple keyboard layouts
  • Interactive menu
  • Linux, MacOS 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

You can grab built binary from the latest release (only linux-x86_64)

Building from source

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

Prerequisites

  • rust

Acknowledgments

Built with ratatui

About

Keyboard tester in terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 96.7%
  • Shell 2.4%
  • Makefile 0.9%
0