tuke 0.0.1

TUI keyboard for tmux
Documentation

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