command running, raw mode and history

This commit is contained in:
Raptorox 2025-09-20 18:50:06 +02:00
parent e9d64b38cd
commit ec1a840bb6
No known key found for this signature in database
GPG key ID: 8B3556FC3ED1F6D8
7 changed files with 366 additions and 2 deletions

9
Cargo.lock generated
View file

@ -2,6 +2,15 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "libc"
version = "0.2.175"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
[[package]]
name = "rush"
version = "0.1.0"
dependencies = [
"libc",
]