freebsd-ports/devel/p5-Complete-Util/pkg-descr
2020-07-05 06:20:41 +00:00

9 lines
418 B
Text

This package provides some generic completion routines that follow the
Complete convention. The main routine is complete_array_elem which
tries to complete a word using choices from elements of supplied array.
The routine will first try a simple substring prefix matching; if that
fails, will try some other methods like word-mode, character-mode, or
fuzzy matching.
WWW: https://metacpan.org/release/Complete-Util