A cross-platform fzf-style fuzzy select UI built on crossterm. Works on Linux, macOS, and Windows.
Fuzzy matching is powered by fuzzy-matcher (SkimMatcherV2).
01_basicMinimal inline mode using justCrossfuzzy::new(&items).run()02_fullscreenFullscreen selection UI with.fullscreen()03_custom_previewCustom struct implementingCrossfuzzyItemTraitwith a.preview()detail pane04_optionsCombining options like.prompt(),.pointer(),.show_counter(), and.height()
This project is licensed under the MIT license.