From 3f1b5f03a34ff0d8e3d616fefc412691d615c3ed Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Mon, 30 Sep 2024 21:55:38 -0600 Subject: Add autocomplete This patch adds a fairly rudimentary form of autocomplete. For starters, it only works for filepaths, not for programs. Additionally, it currently only works for the present working directory. You cannot yet autocomplete even one more level deep. Signed-off-by: Rory Dudley --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 93c090a..3aed5a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,6 @@ path = "src/main.rs" [dependencies] libc = "0.2.153" +nix = { version = "0.29.0", features = ["signal"] } signal-hook = "0.3.17" termios = "0.3.3" -- cgit v1.2.3