re-wrote how console input and output is handled, this should lead to

easier integration with a future gui, and makes everything nice and
fast... still tracking down a problem with distrobox creation and
figuring out how to handle interactive input for other processes.
This commit is contained in:
pyro57000
2025-12-03 16:48:48 -06:00
parent 5053113dc0
commit 921a2f5923
6 changed files with 861 additions and 300 deletions

View File

@@ -7,5 +7,7 @@ edition = "2024"
chacha20poly1305 = "0.10.1"
clap = { version = "4.5.51", features = ["derive"] }
colored = "3.0.0"
dns-lookup = "3.0.1"
num_cpus = "1.17.0"
tokio = { version = "1.48.0", features = ["full"] }
walkdir = "2.5.0"