pty: run the shell and read its output

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ib472cd1bd66ffbba1725d4576eedffff6a6a6964
This commit is contained in:
raf 2026-06-23 15:32:22 +03:00
commit 740aefffa8
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
5 changed files with 165 additions and 1 deletions

View file

@ -12,6 +12,7 @@ anyhow = "1.0.102"
calloop = "0.14.4"
calloop-wayland-source = "0.4.1"
pound = "0.1.6"
rustix = { version = "1.1.4", features = ["pty", "process", "termios", "stdio", "fs"] }
smithay-client-toolkit = "0.20.0"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }