tuke

Crates.iotuke
lib.rstuke
version0.0.1
created_at2026-01-18 02:50:00.955844+00
updated_at2026-01-18 02:50:00.955844+00
descriptionTUI keyboard for tmux
homepagehttps://github.com/sile/tuke
repositoryhttps://github.com/sile/tuke
max_upload_size
id2051658
size1,665,661
Takeru Ohta (sile)

documentation

README

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
Commit count: 169

cargo fmt