#completion #completest

completest-nu

Run completions for your program

6 releases (1 stable)

new 1.0.0 Feb 11, 2026
0.4.2 Jul 25, 2024
0.4.1 Jun 29, 2024
0.4.0 Jan 15, 2024
0.3.1 Jan 15, 2024

#19 in #completion

Download history 427/week @ 2025-10-22 709/week @ 2025-10-29 587/week @ 2025-11-05 458/week @ 2025-11-12 455/week @ 2025-11-19 625/week @ 2025-11-26 476/week @ 2025-12-03 608/week @ 2025-12-10 566/week @ 2025-12-17 409/week @ 2025-12-24 449/week @ 2025-12-31 515/week @ 2026-01-07 369/week @ 2026-01-14 536/week @ 2026-01-21 636/week @ 2026-01-28 676/week @ 2026-02-04

2,353 downloads per month
Used in clap_complete_nushell

MIT/Apache and maybe CC-PDDC

44KB
256 lines

Run completions for your program

Example

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

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

completest

Run completions for your program

Documentation License Crates Status

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.

Dependencies

~81–115MB
~2M SLoC