#completion #path #unix

completest-pty

Run completions for your program

9 releases

0.5.5 Sep 4, 2024
0.5.4 Aug 28, 2024
0.5.3 Jul 25, 2024
0.5.1 Jun 29, 2024
0.3.1 Jan 15, 2024

#812 in Command-line interface

Download history 426/week @ 2024-11-16 387/week @ 2024-11-23 576/week @ 2024-11-30 703/week @ 2024-12-07 559/week @ 2024-12-14 223/week @ 2024-12-21 521/week @ 2024-12-28 999/week @ 2025-01-04 1361/week @ 2025-01-11 999/week @ 2025-01-18 1273/week @ 2025-01-25 1423/week @ 2025-02-01 1146/week @ 2025-02-08 601/week @ 2025-02-15 711/week @ 2025-02-22 1751/week @ 2025-03-01

4,450 downloads per month
Used in 2 crates

MIT/Apache

30KB
432 lines

Run completions for your program

Example

let term = completest_pty::Term::new();

let mut runtime = completest_pty::BashRuntime::new(bin_root, home).unwrap();
runtime.register("foo", completion_script).unwrap();
let output = runtime.complete("foo \t\t", &term).unwrap();

Dependencies

~3.5MB
~64K SLoC