feat: added send to terminal

This commit is contained in:
robcholz
2026-02-05 23:14:03 -05:00
parent 0bd9aead3f
commit 8764a4c997
5 changed files with 253 additions and 22 deletions
Generated
+4 -3
View File
@@ -1105,12 +1105,12 @@ dependencies = [
[[package]]
name = "tui-textarea"
version = "0.4.0"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e38ced1f941a9cfc923fbf2fe6858443c42cc5220bfd35bdd3648371e7bd8e"
checksum = "0a5318dd619ed73c52a9417ad19046724effc1287fb75cdcc4eca1d6ac1acbae"
dependencies = [
"ratatui",
"unicode-width 0.1.14",
"unicode-width 0.2.0",
]
[[package]]
@@ -1188,6 +1188,7 @@ dependencies = [
"tokio",
"toml",
"tui-textarea",
"unicode-width 0.2.0",
"uuid",
]