picleo 0.1.11

A fuzzy picker similar to fzf and Skim using the Nucleo library. Can be used via CLI or as a library.
Documentation
1
2
3
4
5
6
7
8
# Autocomplete

Add an optional `autocomplete` field on the picker:

- Should hold a lambda that receives the current string from the editor
- Should return a Vec of strings
- The lambda should be invoked when the text in the editing mode is modified
- While in the editing mode, the list of autocomplete strings should be displayed where the matches are normally displayed in the fuzzy find mode