Add textarea and run commands from it

This commit is contained in:
2023-11-01 21:53:07 +01:00
parent 1c13d2c784
commit 72018ff53c
5 changed files with 69 additions and 8 deletions

View File

@ -53,6 +53,7 @@ ansi-to-tui = "3.1.0"
crossterm = { version = "0.27.0", features = ["serde", "event-stream"] }
ratatui = { version = "0.24.0", features = ["serde", "macros"] }
strip-ansi-escapes = "0.2.0"
tui-textarea = "0.3.0"
[dev-dependencies]
pretty_assertions = "1.4.0"