feat: Replaced the Exec popup with a fully functional terminal emulator

closes #340
This commit is contained in:
veeso
2025-06-09 22:51:04 +02:00
parent 81ae0035c3
commit 27c4a02108
18 changed files with 954 additions and 121 deletions

View File

@@ -78,6 +78,7 @@ tokio = { version = "1.44", features = ["rt"] }
toml = "^0.8"
tui-realm-stdlib = "3"
tuirealm = "3"
tui-term = "0.2"
unicode-width = "^0.2"
version-compare = "^0.2"
whoami = "^1.6"