No description
Find a file
Erica Marigold 9c92bf4f3e
feat: forward ssh keystroke data to tui
Makes controls usable by taking SSH keystroke data (encoded in the xterm
format) and converting them to crossterm `KeyCode`s / `KeyEvent`s and
sending them to the `Tui`.

Also adds support for suspension of the `Tui` over the SSH connection.

Some minor refactoring was also done.
2025-01-29 14:21:50 +00:00
.config feat: forward ssh keystroke data to tui 2025-01-29 14:21:50 +00:00
.github/workflows feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00
src feat: forward ssh keystroke data to tui 2025-01-29 14:21:50 +00:00
.envrc feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00
.gitignore feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00
build.rs feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00
Cargo.lock feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00
Cargo.toml feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00
LICENSE feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00
README.md feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00

ssh-portfolio

CI

no