From 2852f93b714cf8ea83ba7d9aa5d6b138f58ee7e6 Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Fri, 13 Sep 2024 22:38:36 -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. --- 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