1 unstable release

Uses new Rust 2024

0.0.1 Jan 18, 2026

#27 in #jsonc

MIT license

1.5MB
777 lines

tuke

A proof of concept of TUI KEyboard for tmux.

tuke.jpg

How to Run

$ cargo run

// or

$ cargo install --path .
$ tuke

Features

  • Software keyboard designed to run in a tmux pane
  • Pressed keys are sent to other panes using the $ tmux send-keys command
  • Configurable key layout (see: default-layout.jsonc)

Limitations

  • Cannot use full tmux features (such as pop-up windows)
  • Cannot always display the cursor in the pane where keys are being sent

Dependencies