#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

#759 in Command-line interface

Download history 855/week @ 2024-08-16 843/week @ 2024-08-23 654/week @ 2024-08-30 1381/week @ 2024-09-06 3413/week @ 2024-09-13 3994/week @ 2024-09-20 948/week @ 2024-09-27 810/week @ 2024-10-04 706/week @ 2024-10-11 1741/week @ 2024-10-18 1193/week @ 2024-10-25 899/week @ 2024-11-01 821/week @ 2024-11-08 477/week @ 2024-11-15 378/week @ 2024-11-22 544/week @ 2024-11-29

2,245 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